Table 90. Error codes issued by the IBM Data Server Driver for JDBC and SQLJ (continued)
Error
Code Message text and explanation SQLSTATE
+4461 text-from-getMessage
Explanation: The specified value is invalid of out of range.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
+4462 text-from-getMessage
Explanation: A required value is missing.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
+4470 text-from-getMessage
Explanation: The requested operation cannot be performed
because the target resource is closed.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
+4471 text-from-getMessage
Explanation: The requested operation cannot be performed
because the target resource is in use.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
+4472 text-from-getMessage
Explanation: The requested operation cannot be performed
because the target resource is because the target resource is
unavailable.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
+4474 text-from-getMessage
Explanation: The requested operation cannot be performed
because the target resource cannot be changed.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
-4200 Invalid operation: An invalid COMMIT or ROLLBACK has
been called in an XA environment during a Global
Transaction.
Explanation: An application that was in a global transaction
in an XA environment issued a commit or rollback. A commit
or rollback operation in a global transaction is invalid.
2D521
-4201 Invalid operation: setAutoCommit(true) is not allowed during
Global Transaction.
Explanation: An application that was in a global transaction
in an XA environment executed the setAutoCommit(true)
statement. Issuing setAutoCommit(true) in a global
transaction is invalid.
2D521
384 Application Programming Guide and Reference for Java
â„¢