JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)
Recovery: For SQL parameter errors, the exception-message text usually identifies the problem to
be corrected. For unhandled SQL errors, the Error Code of the exception identifies the SQL error
that was caught. Refer to the SQL error-message documentation for details about the error code.
nl
29252 HY008 Operation Cancelled
Cause: An SQL operation was cancelled by a break.
Effect: An exception is reported; the operation is not completed.
Recovery: This message is application-specific. Issue the statement again.
nl
29253 22003 Numeric value out of range
Cause: A numeric value is not within the range of its target column.
Effect: An exception is reported; the operation is not completed.
Recovery: Adjust the numeric value to a valid range for the SQL column type.
nl
29254 22001 String data right-truncated
Cause: An attempt was made to place a string in a database but the string exceeds the database
limits.
Effect: Some of the data is not placed in the database.
Recovery: Shorten the length of the string.
nl
29255 HY000 TMF error has occurred : [ tmf-error]
Cause: An internal transaction request failed.
Effect: An exception is reported; the operation is not completed.
Recovery: Refer to the TMF error message tmf-error.
nl
29256 HY000 Error while obtaining the system catalog name : [ error]
Cause: During initialization of the JDBC driver, an error occurred when attempting to determine
a system catalog name.
Effect: The JDBC driver is not registered with the Driver Manager.
Recovery: Make sure that SQL is installed and that a system catalog exists.
nl
29257 07002 All parameters are not set
Cause: A parameter that was read was null.
Effect: An exception is reported; the operation is not completed.
Recovery: Enter a non-null parameter value.
nl
29258 25000 Invalid Transaction State
Cause: A transaction-state problem was detected when attempting to begin or resume a transaction
through TMF.
Effect: An exception is reported; the operation is not completed.
Recovery: Informational message only; no corrective action is needed. Report the entire message
to your service provider.
nl
Messages From the JNI Side of the JDBC/MX Driver 93










