Home > database >  Using the JDBC connection informix database insert data anomalies
Using the JDBC connection informix database insert data anomalies

Time:10-14

System text messaging platform service address change recently, we adjusted the JDBC related configuration, after the updated production configuration file (17 points to update), 18 points on the day can be normal receive text messages, then I can not receive SMS alerts, find background that has been an error (SMS alerts is automatic task, once every three hours to perform) :

Org. Springframework. JDBC. UncategorizedSQLException: StatementCallback; Uncategorized SQLException for SQL... Insert statement, omit...
SQL state [IX000]; The error code [79716];
The System or internal error java.net.SocketException: Broken pipe;
Nested exception is Java. SQL. SQLException:
The System or internal error java.net.SocketException: Broken pipe

Contact SMS platform project team personnel, insert statement can be directly inserted into the database...
The specific reason for the problem is not clear, whether is the error code clearly informix several specific mean?
SQL state [IX000]; The error code [79716];
If you have to know friends, please show the fan classics, very grateful!

CodePudding user response:

What is the meaning of finderr 79716

CodePudding user response:

May be with the data and see disconnect the link to try

CodePudding user response:

- 79716 is the system error,
  • Related