SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
10-48
Recovery. Either start a transaction or set transaction attribute AUTOBEGIN to ON
and rerun the statement.
SQL 8878
Cause. The CONTROL QUERY DEFAULT value for DOOM_USERTRANSACTION is
ON, and NonStop SQL/MX encountered an unrecoverable error.
Effect. The transaction is in a doomed state. Users are unable to continue work on
this transaction.
Recovery. Use the ROLLBACK WORK statement to undo the transaction explicitly.
SQL 8880
Cause. A CLI application attempted to delete the current CLI context.
Effect. The context is not removed.
Recovery. None. Contact your service provider.
SQL 8881
Cause. A CLI application specified a context handle that does not exist.
Effect. The specified operation on the context is not performed.
Recovery. None.
SQL 8882
Cause. A stored procedure registered with the NO SQL attribute attempted to access
NonStop SQL/MX.
Effect. The corresponding SQL request is rejected.
Recovery. Either change the definition of the stored procedure to allow SQL access,
or determine why the stored procedure contains SQL/MX statements that might be
called while the stored procedure is executing.
8878 Transaction has been doomed. The user should explicitly
roll back the transaction before proceeding.
8880 CLI applications are not allowed to remove the current
context.
8881 The specified CLI context handle could not be found.
8882 Containing SQL is not permitted.