Neoview Messages Manual (Volume 1) (R2.5)
SQL 8841
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.
Cause The HP Neoview database software started a transaction that was committed or
aborted by an embedded program, rather than by the Neoview database software.
Effect The operation fails.
Recovery Commit or abort the transaction by calling SQL COMMIT or ROLLBACKWORK.
SQL 8842
8842 The cursor, name, referenced by this statement is not found or is
not updateable.
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.
SQL 8843
8843 Trying to retrieve an item, value, that is out of range.
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 Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8845
8845 An internal error occurred: root_tcb is null.
Cause This is an internal error.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8846
8846 An empty SQL statement was passed in.
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.
SQL 8850
8850 The table specified in this cursor update or delete statement is
different than the table specified in the declare cursor statement.
Cause The table specified in the update or DELETE statement is not the same as the one
specified in the declare cursor statement, as is required.
Effect The operation fails.
212 Executor Messages (8000 Through 8999)