Title: | DEChub/HUBwatch/PROBEwatch CONFERENCE |
Notice: | Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7 |
Moderator: | NETCAD::COLELLA DT |
Created: | Wed Nov 13 1991 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4455 |
Total number of notes: | 16761 |
Hello, Since yesterday I'm trying to install/configure the HUBwatch V4.0 on my PC. The installation went smooth, I did all the modifications to the config.sys + autoexec.bat + win.ini files. The problem I'm having now and for which I can't find a solution is the following : when I start HUBwatch from within WFW V3.11 it always gives me a FATAL ERROR and tells me I should "please define the environment variable WSAVERS to identify the WINSOCK.DLL version". From the DOS prompt if i type set it shows me the WSAVERS variable as defined. I looked with properties in Windows and it tells me the Version of my winsock.dll is 1.13.4.0, it comes from the TCP/IP stack from FTP software and with a search I found only this winsock.dll on my system. I tried putting WSAVERS to 1.1 - 1.13 - 1.13.4.0 but always the same error is reported. Could someone help with this ? Thanks in advance Regards. Guy R. TSC-Belgium PS: I will cross post this in other notes files too.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2721.1 | The version of what? | MXOC00::CSILVA | Thu Sep 07 1995 21:45 | 11 | |
> I looked with properties in Windows and it tells me the Version > of my winsock.dll is 1.13.4.0 I think that that number refers to the version of that specific implementation of the FTP Winsock spec. I mean, the version of that piece of the vendor's software, not necesarily the version of Winsock that the implementation complies to. You need to check in your software manual, if your software really complies to v1.1. I don't know if even there's another version of the Winsock spec after v1.1 (something like 1.13.4.0). | |||||
2721.2 | problem was in AUTOEXEC.BAT | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Fri Sep 08 1995 06:13 | 22 |
Hello, The problem has been solved. In fact the problem was in the AUTOEXEC.BAT file, I had put a line like : set WSAVERS = 1.1 ==> note the spaces and by putting a line like : set WSAVERS=1.1 ==> note no spaces the problem has been solved and HUBwatch V4.0 runs fine now. Thanks anyway for the time spent for replying. Regards, Guy R. |