SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Trigger, UDR Server, and Language Manager Messages
(11000 through 11399)
HP NonStop SQL/MX Messages Manual544518-011
12-28
SQL 11243
where,
column-number is the column number in the result set row.
Cause. While processing a stored procedure result set, the language manager was
unable to access the specified column value in a row retrieved from the JDBC Type
driver (server-side) because a java.sql.ResultSet getter method (getLong,
getString, and so on) threw an exception.
Effect. The operation fails.
Recovery. Do not attempt recovery. HP support will perform recovery operations in
response to an automatically generated dial-out message about this condition.
SQL 11244
where,
column-number is the column number in the result set row.
Cause. While processing a stored procedure result set, the language manager was
unable to process a DECIMAL value at the specified column position because the
value contained a character other than a digit.
Effect. The operation fails.
Recovery. Do not attempt recovery. HP support will perform recovery operations in
response to an automatically generated dial-out message about this condition.
11243 JVM raised a java.sql.SQLException while getting the
value of Column column-number from a ResultSet row.
11244 The ResultSet row Column column-number contains invalid
characters.