Sql – General Network Error accessing SQL Server 2005 from Access 2000

ms-accesssql serversql-server-2005

We are encountering problem in using Access 2000 (.ADP) as our front-end and SQL 2005 as our back-end and we have more then 50 users:

[DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.

It was working fine for the last years, but now the system keeps kicking out the user. They always receive an error "[DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation."
Any idea why is this happening or what is the best solution that we can do?
Thanks in advance.

Best Answer

Kicking out the user after it connects to the server? Does it happen randomly, or after a certain operation? Does the server even sees the connect attempt (Profiler connect events)? Check out the SQL Server LOG folder on your server. See if you find any .mdmp files, or files named sqldump*. Also look into the ERRORLOG file(s) and see if you find any message that can be correlated with the moment when the client receives that error.