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

Effect. Operation fails.
Recovery. Reconnect. Set connection timeout to appropriate value.
01056 25000 Invalid transaction state.
Cause. Transaction state is incorrect.
Effect. Operation fails.
Recovery. Retry.
01118 S1008 Operation cancelled.
Cause. The operation was cancelled.
Effect. Operation fails.
Recovery. Retry operation.
08001 HY000 Retry attempts to connect to the datasource failed, May be ODBC server not able to register to the
ODBC service process.
Cause. A server error.
Effect. Operation fails.
Recovery. Evaluate any error or error detail information accompanying the message. Check the EMS event log for server errors. See the
Operator Messages Manual for server errors. See the SQL/MX Connectivity Service Manual for corrective action.
08004 HY000 Data source rejected establishment of connection since the ODBC server is connected to a different
client now
Cause. Connection with server has been lost. Server is now connected to a different connection.
Effect. Operation fails.
Recovery. Reconnect.
29180 HY000 XABROKER returned error. Message: {0}
Cause. Unable to perform the operation.
Effect. Operation fails.
Recovery. None.
29181 HY000 XABROKER returned error. Message: {0}
Cause. Unable to perform the operation.
Effect. Operation fails.
Recovery. None
29182 HY000 XABROKER max connection limit reached. Broker Message: {0}
Cause. The application attempted to create more connections than the allowed limit.
Effect. The application cannot create more connections to the data source.
Recovery. Evaluate any error or error detail information; check the maximum number of connections that are allowed.
29183 HY000 Invalid XAFLAG values sent to the XABROKER. Broker Message: {0}
Cause. An invalid flag sent to the XABROKER for a transaction operation.
Effect. Operation fails.
Recovery. Evaluate any error or error detail information; use a proper flag for the attempted operation.
29184 HY000 Version mismatch between the Type4 driver and the XABROKER. Broker Message: {0}
Cause. The XABROKER expects a different version of the driver.
Effect. Operation fails.
Recovery. Evaluate any error or error detail information accompanying the message. Install compatible versions of the driver and
XABROKER.
29185 HY000T4 connection pooling is not supported for XA connections. Set T4Property maxPoolSize to -1. {0}
Cause. The feature listed is not supported by the JDBC driver.
Effect. Operation fails.
Recovery. Set the T4 driver maxPoolSize property to -1.