The circumstances are:
VB 6.0 application which uses ODBC.Connection to connect to, NT integrated authentication, SQL Server 2000 database. There are no firewalls to get through, as it's internal and uses the NT user login as the database login. This message appears randomly when running the application and is a fatal error as it causes the application to close completely.
I went and downloaded a newer version of the client library DBNETLIB.dll and placed it on the client. I read some help files that indicated this problem involves the communication betweenthe ODBC driver and this library on the client and another library on the server called Ssnetlib.dll. But, we are still experiencing the problem. As well, the speed populating the cbo boxes has realy slowed down as well as launching text files from within the code. Changing the connection from Access DB to SQL Server fairly recent and have been experiencing the problem ever since.
The exact error message we see is:
Run-time error - 2147467259(80004005):[DBNETLIB][ConnectionWrite(Send()).]General Network error. Check your network documentation.
I ran a profiler on the client but had no results useful in this case.
SQL Server is running on a Pentium 4, 1.60GHz, 525 KB Ram running Windows Server 2000 with SP3 installed.
I have been looking everywhere for something to help me solve this - Hard problem to track down - Any help much appreciated!!