JDBC Type 4 Driver 2.0 Programmer's Reference (SQL/MX 2.x)

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
(closeConnectionUponQueryTimeout 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).