SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual544518-011
10-44
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. DP2 rolls back to a savepoint when an error is encountered in an insert,
update, or delete statement.
Effect. The operation fails without aborting the transaction.
Recovery. None.
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.
Recovery. Either start a transaction or set transaction attribute AUTOBEGIN to ON
and rerun the statement.
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.