Neoview Messages Manual (Volume 1) (R2.4)
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8873
8873 The current statement is already associated with a QFO.
Cause An existing quasi file object (QFO) is already associated with the current statement.
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 8875
8875 An error in an insert, update or delete statement caused that
statement to be rolled back without aborting the transaction.
Cause The rollback savepoint operation completed successfully.
Effect The statement has been rolled back without aborting the current transaction.
Recovery Use the errors that accompany this one to diagnose and correct the problem before
retrying the underlying ISNERT, UPDATE, or DELETE operation.
SQL 8874
8874 An error in an insert, update or delete statement caused that
statement to be rolled back but statement rollback failed.
Cause File-system or DP2 limits on savepoints were exceeded, or other internal pending
requests caused the statement rollback to fail. (For possible causes, see any accompanying
error codes.)
Effect The operation fails, and the transaction might be aborted.
Recovery Statement rollback is only an attempt and not guaranteed to always succeed. Retry
the operations in the aborted transaction. If the problem persists, contact HP Support.
SQL 8879
8879 The buffer to return the Query ID is too small.
Cause The caller is trying to retrieve the attributes for the SQL_ATTR_UNIQUE_STMT_ID
attribute name, and the max_string_len parameter specified is not big enough to hold the
query ID. Note that max_string_len is an optional parameter, and if it is not specified, this
sanity check cannot be performed. When this error is returned, the len_of_item parameter (if
specified) contains the actual length of the query ID.
Effect The call-level interface (CLI) call fails. The query ID is not returned.
Recovery Make the CLI call again with a buffer big enough to hold the query ID. The
len_of_item output parameter from the first CLI call contains the actual size of the buffer
needed to return the query ID.
SQL 8880
8880 CLI applications are not allowed to remove the current context.
Cause A call-level interface (CLI) application attempted to delete the current CLI context.
Effect The context is not removed.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
202 Executor Messages (8000 Through 8999)