Troubleshooting [Microsoft][ODBC SQL Server Driver] Errors

RogerW 1 Reputation point
2022-08-26T05:02:55.913+00:00

Hi,

We are running SQL Server 2012R2 on Windows 2016 Server.

There is an application that fails occassionally. We have uploaded the Application Server and Database Server log to him.

His finding is there are a number of errors
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite (send()).
I/O function: R, mode: 0, on driver: MSS
[Microsoft][ODBC SQL Server Driver]Communication link failure
I/O function: A, mode: 0, on driver: MSS
[Microsoft][ODBC Driver Manager] Invalid transaction state

May I ask

  1. On which server (Application or Database Server) shows those error ?
  2. Should we look into the Database Server for Troubleshooting ?
  3. Is there any suggestion of what is wrong in our configuration ?

Thanks

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2022-08-26T21:54:02.47+00:00

    I would check the SQL Server error log for crash dumps. That is, these errors could be due to crashes in SQL Server, so that SQL Server severs the connection.

    If you don't find any crash dumps, I'm inclined to think that these are tokens of glitches in your network.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.