SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
SQLSTATE Values Returned by NonStop SQL/MX
HP NonStop SQL/MX Messages Manual—523730-004
20-47
SQLSTATE Values
24000 -8811 Trying to close a statement that is either not in the open state
or has not reached EOF.
24000 -8812 Trying to execute a statement that is not in the closed state.
24000 -8813 Trying to fetch from a statement that is in the closed state.
24000 -8850 The table specified in this cursor update or DELETE statement
is different than the table specified in the declare cursor
statement.
25000 -1111 Error starting transaction.table name.schema.name
25000 -1112 Error committing transaction.table name.schema.name
25000 -3114 Transaction access mode READ WRITE is incompatible with
isolation level READ UNCOMMITTED.
25000 -3140 The isolation level cannot be READ UNCOMMITTED for an
INSERT, UPDATE, DELETE, or DDL statement.
25000 -3141 The transaction access mode cannot be READ ONLY for an
INSERT, UPDATE, DELETE, or DDL statement.
25000 -8603 Trying to begin a transaction that has already been started.
25000 -8604 Transaction subsystem name returned error num while starting
a transaction.
25000 -8605 Committing a transaction which has not started.
25000 -8606 Transaction subsystem name returned error num on a commit
transaction.
25000 -8612 Transaction mode cannot be set if the transaction is already
running.
25000 -8613 SQL cannot commit or rollback a transaction that was started
by application.
25000 -8614 SQL cannot be begin a transaction when multiple contexts
exist.
25000 -8814 The transaction mode at run time (num) differs from that
specified at compile time (num).
25000 -8819 Begin transaction failed while preparing the statement.
25000 -8820 Transaction commit failed while closing the statement.
25000 -8832 Transaction has not been started.
25000 -8833 The input parameter is an invalid SQL transaction command.
25000 -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.
25000 -8844 A transaction started by SQL that was committed or aborted
by user application from outside of SQL, has now been
cleaned up.
Table 20-1. SQLSTATE Values (page 46 of 85)
SQLSTATE SQLCODE Error Text