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 Manual544518-011
12-16
Recovery. Correct the EXTERNAL NAME clause and retry the SQL/MX statement.
SQL 11209
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.
SQL 11211
Cause. In a CREATE PROCEDURE statement, an unknown or unsupported
parameter type was used at the specified parameter position in the SQL parameter list
or in the EXTERNAL NAME clause.
Effect. The operation fails.
Recovery. Correct the parameters in the parameter list or in the EXTERNAL NAME
clause, and resubmit.
11209 Specified signature is invalid. Reason: the number of
parameters value must match the number of parameters in Java
method.
11210 Specified signature is invalid. Reason: Missing [] for
OUT/INOUT parameter at position value.
11211 Specified signature is invalid. Reason: Unknown
parameter type used at position value.