Table 90. Error codes issued by the IBM Data Server Driver for JDBC and SQLJ (continued)
Error
Code Message text and explanation SQLSTATE
-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 unavailable.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
-4473 text-from-getMessage
Explanation: The requested operation cannot be performed
because the target resource is no longer available.
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.
-4475 text-from-getMessage
Explanation: The requested operation cannot be performed
because access to the target resource is restricted.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
-4476 text-from-getMessage
Explanation: The requested operation cannot be performed
because the operation is not allowed on the target resource.
User response: Call SQLException.getMessage to retrieve
specific information about the problem.
-4496 An SQL OPEN for a held cursor was issued on an XA
connection. The JDBC driver does not allow a held cursor to
be opened on the database server for an XA connection.
Chapter 7. JDBC and SQLJ reference information 387