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-17
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
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.
Recovery. Correct the EXTERNAL NAME clause and retry the SQL/MX statement.
SQL 11209
Where value is number of SQL parameters in the SPJ definition.
Cause. In a CREATE PROCEDURE statement, the EXTERNAL NAME clause
includes a Java signature, and the number of parameters in that signature does not
match the number of parameters in the Java method.
Effect. The operation fails.
Recovery. Correct the EXTERNAL NAME clause and resubmit.
SQL 11210
Cause. In a CREATE PROCEDURE statement, the OUT or INOUT parameter at the
specified parameter position did not have opening and closing square brackets ([ ]) in
the EXTERNAL NAME clause.
Effect. The operation fails.
Recovery. Correct the EXTERNAL NAME clause and resubmit.
11208 Specified signature is invalid. Reason: The list of
parameter types must be enclosed in parentheses.
11209 Specified signature is invalid. Reason: the number of
SQL parameters value must match the number of parameters in
the specified signature.
11210 Specified signature is invalid. Reason: Missing [] for
OUT/INOUT parameter at position value.