HP NonStop SQL/MX Messages Manual page 346

Table of Contents

Advertisement

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
Recovery. Determine if the class file exists in the directory. If the SQL/MX statement is
a CALL statement, determine if the class file was moved from the directory that was
specified when the procedure was created. If the class file has been moved, either
restore it to the original location, or drop the procedure and re-create it with the new
location of the class file.
SQL 11206
11206 Java class class-file-name failed to initialize.
Cause. Initialization of the class failed, either because of a problem with a static code
block in the class file or because the class file has an incorrect format.
Effect. The operation fails.
Recovery. Determine if the class file exists in the directory. If the SQL/MX statement is
a CALL statement, determine if the class file was moved from the directory that was
specified when the procedure was created. If the static initialization code is correct,
check that the class file was not modified after it was generated with the NonStop
Server for Java javac utility.
SQL 11207
11207 Java method method-name was not found in Java class
class-file-name.
Cause. The Java method given in the CREATE PROCEDURE statement was not
found in the class file or, if this is a CALL statement, the Java method corresponding to
the stored procedure was not found in the class file.
Effect. The operation fails.
Recovery. Verify that the Java method exists in the class file and that it has the public
and static attributes, and then retry the SQL/MX statement. Use the NonStop Server
for Java javap utility to determine which methods exist in a given class file. If this is a
CALL statement, determine if the class file was removed or modified after the stored
procedure was created. If so, you might need to drop and re-create the stored
procedure.
SQL 11208
11208 Specified signature is invalid. Reason: The list of
parameter types must be enclosed in parentheses.
Cause. In a CREATE PROCEDURE statement, the list of parameter types specified in
the EXTERNAL NAME clause was not enclosed in parentheses.
Effect. The operation fails.
HP NonStop SQL/MX Messages Manual—640324-001
13 -16

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents