HP NonStop SQL/MX Messages Manual page 355

Table of Contents

Advertisement

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
SQL 11234
11234 The method method-name(signature) was not found in Java
class class-name.
Where method-name is the Java method name specified in the EXTERNAL NAME
clause of a CREATE PROCEDURE statement.
Where signature is a Java type signature.
Where class-name is the Java class name specified in the EXTERNAL NAME clause
of a CREATE PROCEDURE statement.
Cause. During the execution of a CREATE PROCEDURE statement, the SPJ method
could not be found in the specified Java class. The SPJ method must be named
class-name.method-name and must have a Java type signature matching the
declared SQL parameter types. If the DYNAMIC RESULT SETS clause specifies a
value greater than 0 (zero), the SPJ method must also have one or more trailing
java.sql.ResultSet[] parameters.
Effect. The operation fails.
Recovery. Ensure that the SPJ method exists in the specified class file, and resubmit.
SQL 11235
11235 The Language Manager encountered an unexpected error
trying to retrieve information for the result set at position
parameter-position in the Java method signature.
Where parameter-position is the position of the result set parameter in the Java
method signature.
Cause. During the execution of a CALL statement, an SPJ method returned result
sets but the result sets could not be processed because the language manager
encountered an unexpected error trying to retrieve the information for the result set at
position parameter-position in the Java method signature.
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 11236
11236 Stored procedure procedure-name attempted to return too
many result sets. The maximum number of result sets this
procedure can return is max-results, and the procedure body
attempted to return attempted-results.
Where procedure-name is the ANSI name of a stored procedure.
HP NonStop SQL/MX Messages Manual—640324-001
13 -25

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents