JDBC Driver for SQL/MX Programmer's Reference

[back to the top]
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.
[back to the top]
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.
[back to the top]
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.
[back to the top]
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.
[back to the top]
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.