SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual—523730-004
10-34
SQL 8843
Where value is the entry number of the item.
Cause. The item number of the requested descriptor item or the item number of the
descriptor item being set is out of range. The value must be less than the maximum
number of occurrences specified when the descriptor area was allocated.
Effect. The operation fails.
Recovery. Specify a valid number between 1 and the maximum allocated item count
of the descriptor.
SQL 8844
Cause. After SQL/MX started a transaction that was committed or aborted by an
embedded program, rather than from SQL/MX, you used SQL COMMIT or
ROLLBACKWORK to properly finish the transaction.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 8845
Cause. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8846
Cause. The SQL source statement passed to the compiler to do the prepare was
empty.
Effect. The operation fails.
Recovery. You must pass in a valid SQL source statement.
8843 Trying to retrieve an item, value, that is out of range.
8844 A transaction started by SQL that was committed or
aborted by user application from outside of SQL, has now been
cleaned up.
8845 An internal error occurred: root_tcb is null.
8846 An empty SQL statement was passed in.