Neoview Messages Manual (R2.2)

Table 22-6 SQLSTATE Values Beginning 07001 (continued)
Error TextSQLCODESQLSTATE
Begin transaction failed while preparing the statement.-881925000
Transaction commit failed while closing the statement.-882025000
Transaction has not been started.-883225000
The input parameter is an invalid SQL transaction command.-883325000
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.
-884125000
A transaction started by SQL that was committed or aborted by user application from
outside of SQL, has now been cleaned up.
-884425000
Statement name not found.
-1501726000
Statement name was not found in module name.
-206526000
Trying to allocate a statement that already exists in the current context.-880226000
The input statement provided does not exist in the current context.-880426000
Trying to action a statement that is not allocated with AllocStmt() call.
-880626000
Privileges were not revoked. Dependent privilege descriptors still exist.-10142B000
Trying to allocate a descriptor that already exists in the current context.-880133000
The input descriptor provided does not exist in the current context.-880333000
Trying to action a descriptor that is not allocated with AllocDesc() call.
-880533000
Cursor name was not found in module name.
-206634000
A Java method completed with an uncaught Java exception. Details: string.
-1121838000
A Java method completed with an uncaught java.sql.SQLException with invalid
SQLSTATE. The uncaught exception had an SQLCODE of SQLCODE-value and
SQLSTATE of SQLSTATE-value. Details: string.
-1122039001
Catalog name name is invalid.
-80083D000
Schema name name is invalid.
-80093F000
Error rolling back transaction.table name.schema.name
-111340000
Internal error: need to rollback transaction.-200740000
The user transaction must be rolled back (or committed, if that makes sense in the
application) before MXCMP can be restarted and proceed.
-200940000
Aborting transaction because a compound statement performed an update operation
followed by a SELECT statement that did not return any row.
-801540000
Rolling back a transaction that has not started.-860740000
Waited rollback performed without starting a transaction.-860940000
Rollback transaction failed during the process of fetching the statement.-882140000
Transaction was aborted.-883940000
Transaction subsystem name returned error num on rollback transaction.
-860840003
Transaction subsystem name reported error num on a waited rollback transaction.
-861040003
SQLSTATE Values 433