SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual523730-004
10-33
SQL 8839
Cause. A transaction failed during processing of an SQL/MX statement. 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. SQL/MX started a transaction that was committed or aborted by an embedded
program, rather than by 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.
Effect. The operation fails.
Recovery. Verify that the build was successful and resubmit.
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.