JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

29186 HY000 Internal error occurred while getting the SQLMXXAConnection object.- {0}
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29187 HY000 Internal error occurred while getting the SQLMXXAResource object. - {0}
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29188 HY000 Invalid Tx connection. Connection closed.- {0}
Cause. An action was attempted when the connection to the database was closed.
Effect. The database is inaccessible.
Recovery. Retry the action after the connection to the database is established.
29189 HY000 Invalid Tx operation on XA connection.- {0}
Cause. The feature listed is not supported by the JDBC driver.
Effect. An attempt was made to perform an invalid Tx operation.
Recovery. Ensure that a proper Transaction operation is performed.
29190 HY000 Invalid XA Connection. - {0}
Cause. There is no connection to the server.
Effect. The operation fails.
Recovery.. Verify all the properties to the database are valid.
S1000 HY000 A TIP transaction error
error has been detected. Check the server event log on Node node for
Transaction Error details.
Cause. A message was returned by the server.
Effect. Operation fails.
Recovery. Check EMS event log on node.
29191 HY000 SQL Server and connection aborted successfully (closeConnectionUponQueryTimeout Enabled).
Cause. The long running query timed out after specified number of seconds.
Effect. The MXOSRVR on NSK is stopped successfully.
Recovery. None. The Connection object and its child objects are rendered invalid. Re-connect in the Java program.
29192 HY000 Server and connection could not be aborted successfully, PROGRAM ERROR
(c
loseConnectionUponQueryTimeout Enabled).
Cause. The long running query timed out after specified number of seconds.
Effect. The MXOSRVR on NSK did not stop successfully.
Recovery. None. This is an internal Error. Marshaling parameters error encountered while communicating with server.
29193 HY000 Server and connection could not be aborted successfully, AS NOT AVAILABLE ERROR
(closeConnectionUponQueryTimeout
Enabled).
Cause. The long running query timed out after specified number of seconds.
Effect. The MXOSRVR on NSK did not stop successfully.
Recovery. Ensure that the
AS server is available.
29194 HY000 SQL Server and connection could not be aborted successfully, SERVER NOT FOUND ERROR
(closeConnectionUponQueryTimeout Enabled).
Cause. The long running query timed out after specified number of seconds.
Effect. The MXOSRVR on NSK could did not stop successfully.
Recovery. None. The corresponding MXOSRVR to be stopped is unavailable.
29195 HY000 SQL Server and connection could not be aborted successfully, SERVER IN USE BY ANOTHER CLIENT