SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual544518-011
10-36
Effect. The operation fails.
Recovery. Verify that MXCMP is running.
SQL 8839
Cause. A transaction failed during processing of an SQL/MX statement. NonStop
SQL/MX might have aborted an AUTOCOMMIT transaction, or a transaction was
aborted for some other reason (audit trail full, autoabort time limit reached, and so on).
Effect. The operation fails.
Recovery. Check the application event log for a detailed entry about this situation.
SQL 8840
Cause. The object named provided to CLI is invalid
Effect. The operation fails.
Recovery. Correct the object name and resubmit.
SQL 8841
Cause. NonStop SQL/MX started a transaction that was committed or aborted by an
embedded program, rather than by NonStop SQL/MX.
Effect. The operation fails.
Recovery. Commit or abort the transaction by calling SQL COMMIT or
ROLLBACKWORK.
SQL 8842
Where name is the name of the cursor.
Cause. There is an error in the program that this code is embedded in. The build
might not have completed successfully.
8839 Transaction was aborted.
8840 Object name provided to CLI is not valid.
8841 User application committed or aborted a transaction
started by SQL. This transaction needs to be committed or
aborted by calling SQL COMMIT or ROLLBACK WORK.
8842 The cursor, name, referenced by this statement is not
found or is not updatable.