JDBC Type 4 Driver 1.1 Programmer's Reference

FALSE.
29173 HY000 Translation of SQL statement {0} failed.
Cause. Translation errors occurred when translating the SQL statement into the target character
set reported in the {0} replacement variable.
Effect. The method fails.
Recovery. Edit the SQL statement to use characters within the appropriate character set. You
can also turn off translation validation by setting the translationVerification
property to FALSE.
29174 HY000 Autocommit is on and updateRow was called on the ResultSet object.
Cause. The ResultSet.updateRow() method is called when autocommit is set on.
Effect. Warning is thrown. Subsequent ResultSet.next() calls will fail because all the
ResultSet(cursors) are closed.
Recovery. Call the ResultSet.updateRow() method with autocommit set to off.
29175 HY000 Unknown Error {0}.
Cause. An unknown error occurred during connection {0}.
Effect. The connection fails.
Recovery. Retry the connection.
29177 HY000 Data cannot be null.
Cause. The data structure returned by the MXCS server contains an unexpected null value.
Effect. Operation fails.
Recovery. Evaluate the EMS message log on the MXCS server, if any, and refer to the
SQL/MX Connectivity Service Manual for corrective action.
29178 HY000 No column value has been inserted.
Cause. The value for a required column was not specified.
Effect. Operation fails.
Recovery. Ensure that all required column values are specified, and retry the operation.
01032 08S01 Communication link failure. The server timed out or disappeared.
Cause. The connection timed out.
Effect. Operation fails.
Recovery. Reconnect. Set connection timeout to appropriate value.
01056 25000 Invalid transaction state.