Sql-server – MS Access gets Disconnected

connectionmicrosoft accessnetworkingsql servertimeout

I have MS Access 2003 application connected to SQL Server 2005 with linked tables. Starting from yesterday when I open a linked tabled and leave it open for a while (5~10 minutes) then the database gets disconnected showing following error message. What can be wrong?

INFO: I did not change any configuration for ODBC timeout and my Database admin says that he did not change anything on the server either.

What should I check?

[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionRead(recv()). (#10054) [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets] Genral network error. Check your network documentation. (#11)

Thanks.

Best Answer

Are you running the SQL Server on Windows Server 2003? This error 10054, means that the client connection reset the connection.

To work around this problem, disable the TCP Chimney Offload feature. To do this, follow these steps:

  • Click Start, click Run, type cmd, and then press ENTER.
  • At the command prompt, type the following command, and then press ENTER:

    Netsh int ip set chimney DISABLED

More information can be found here: http://support.microsoft.com/kb/942861/en-us