Share via

SQL Server

Korakod Kongsawat 20 Reputation points
2024-01-24T08:21:00.86+00:00

Hello

Can you explain Java. SQL list below

Java.sql.SQLException : I/O Error: DB server closed connection.

Java.sql.SQLException : I/O Error: Connection reset by peer: sock write error.

Java.sql.BatchupdateException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect.

Please help me.

Korakod Kongsawat

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
2024-01-24T22:39:27.5233333+00:00

The error message suggests a bug in your client API which sends malformed TDS to SQL Server. (TDS is the protocol applications use to talk to SQL Server.)

With the miniscule amount of information you have provided, it is difficult to say more than so.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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