SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
10-47
SQL 8873
Cause. An existing quasi file object (QFO) is already associated with the current
statement.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8874
Cause. DP2 limits on savepoints is exceeded.
Effect. The operation fails.
Recovery. None.
SQL 8875
Cause. An insert, update or delete statement was rolled back because of an error, and
the associated transaction was not aborted. The autocommit mode was off for the
transaction.
Effect. The work done by the statement is rolled back. Other statements that are part
of the transaction are not impacted. The transaction is still active.
Recovery. This is a warning message. Check the additional diagnostics messages,
correct the cause, and resubmit the statement.
SQL 8877
Cause. A statement was run that requires a transaction. There is no existing
transaction and the transaction attribute AUTOBEGIN is set to OFF.
Effect. The statement fails to run.
8873 The current statement is already associated with a QFO.
8874 An error in an insert, update or delete statement caused
that statement to be rolled back but statement rollback
failed.
8875 An error in an insert, update or delete statement caused
that statement to be rolled back without aborting the
transaction.
8877 A transaction is needed to run this query, one is not
already started, and the automatic starting of transactions
has been disabled.