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-28
SQL 8612
Cause. You attempted to set the transaction mode, but the transaction is already
running.
Effect. The operation fails.
Recovery. Abort and restart the transaction if you must change its mode.
SQL 8613
Cause. An application started a transaction outside of NonStop SQL/MX that NonStop
SQL/MX could not commit or rollback.
Effect. The operation fails.
Recovery. The application that started the transaction must perform a commit or
rollback. NonStop SQL/MX must start any transactions it will later commit or rollback.
SQL 8614
Cause. NonStop SQL/MX cannot start a transaction when multiple contexts are
present.
Effect. The transaction is unable to start.
Recovery. None. Contact your service provider.
SQL 8615
Cause. A multi commit statement is issued in a transaction started explicitly by the
user.
Effect. The statement fails.
Recovery. End the transaction and issue the multi commit statement, or use a regular
DELETE statement inside a user-started transaction.
8612 Transaction mode cannot be set if the transaction is
already running.
8613 SQL cannot commit or rollback a transaction that was
started by application.
8614 SQL cannot begin a transaction when multiple contexts
exist.
8615 A user-defined transaction has been started. Multi
commit operation cannot be performed.