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 Manual—544518-011
12-27
index is the ordinal position of the parameter specified in the EXTERNAL NAME
clause of a CREATE PROCEDURE statement.
Cause. The parameter at position index is not java.sql.ResultSet[].
Effect. The operation fails.
Recovery. Ensure that the specified signature trailing parameters are specified as
Java type java.sql.ResultSet[], and resubmit.
SQL 11241
where,
procedure-name is the ANSI name of a stored procedure.
ver1 and ver2 are the SPJ RS interface version numbers of the JDBC/MX driver.
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 JVM 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. HP support will perform recovery operations in
response to an automatically generated dial-out message about this condition.
11241 Stored procedure procedure-name attempted to return
result sets but the JDBC/MX driver in the SPJ environment has
an incompatible version of stored procedure result sets
interface. The JDBC/MX driver's interface version is ver2 and
the expected version is ver1 or lower.
11242 JVM raised a java.sql.SQLException while accessing a
ResultSet row.










