SQL/MX 3.x Messages Manual (H06.22+, J06.11+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual640324-001
13-17
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.
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
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.
11211 Specified signature is invalid. Reason: Unknown
parameter type used at position value.