ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-55
Messages Displayed on the Workstation
32523
Cause. An internal error occurred that resulted in a ROLLBACK. The error occurred
on the indicated SQL statement, which returned the SQLCODE and file-system error.
Effect. The command fails.
Recovery. Determine the cause by examining the SQLCODE and FS errors, and take
appropriate action. If the statement fails repeatedly, contact your service provider.
32524
Cause. Stated in the error message.
Effect. The command continues.
Recovery. This error is reported for diagnostic purposes. Usually, it reports 6008,
indicating that the query executed might have an inefficient execution plan as a result of
out-of-date statistics on one or more tables referenced in the query.
32525
Cause. An internal error occurred which resulted in a ROLLBACK.
Effect. The command fails.
Recovery. Attempt to execute the statement again. If the error reoccurs, use the
SQLCODE value and the subsequent file-system exception value to determine
appropriate action. If the statement fails repeatedly, contact your service provider.
32526
Cause. An internal error occurred during ROLLBACK.
Effect. The command fails.
Recovery. The original command was already in a failed state. This error indicates that
the database is in an inconsistent state. Contact your service provider.
SQL Statement statement-part-1 statement-part-2 failed.
SQLCODE : SQLCODE. FS Error : errnum.
*** WARNING. SQL Statement statement-part-1 statement-part-2
returned warning. SQLCODE : SQLCODE.
COMMIT WORK failed. SQLCODE : SQLCODE.
ROLLBACK WORK failed. SQLCODE : SQLCODE.