Receiving a SQLState: IX000 Error code: -79716
843854Feb 10 2004 — edited Feb 11 2004
I am using JDBC to connect to Informix SE and MSSQL databases. The java program is
converting 1000 records from the informix SE database and storing the converted rows in
MSSQL. My problem is at any time during the conversion i get the following error:
SQLException detail [SQLState: IX000 Error code: -79716]
java.sql.SQLException: System or internal error java.net.SocketException: Software caused connection abort: socket write error
I have no idea what is causing this. If anyone has any suggestions please share them with me.
I have done about all I can think of to solve this problem.
Thanks
Brian