SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
13-29
Cause. The SPJRS version returned by the JDBC/MX driver to the language manager
is not less than or equal to the version specified in the language manager. The
incorrect stored procedure result sets interface throws an error 11241. This is an
internal check to ensure that there is no version mismatch with JDBC/MX driver
interface.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 11242
Cause. While processing a stored procedure result set, the language manager was
unable to retrieve the next row from the JDBC Type 4 driver (server-side) because the
method java.sql.ResultSet.next() threw an exception.
Effect. The operation fails.
Recovery. Do not attempt recovery. Contact your service provider.
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. Contact your service provider.
SQL 11244
Where column-number is the column number in the result set row.
11242 The Language Manager encountered a
java.sql.SQLException while accessing a java.sql.ResultSet
row.
11243 The Language Manager encountered a
java.sql.SQLException while retrieving the value of column
column-number from a java.sql.ResultSet row.
11244 The Language Manager encountered invalid character data
in column column-number of a java.sql.ResultSet row.