SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual523730-004
12-16
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.
SQL 11212
Cause. In a CREATE PROCEDURE statement, the Java signature size exceeded the
maximum supported size. The currently supported maximum Java signature size is
8192 characters. Possible causes include an incorrect signature specified in the
EXTERNAL NAME clause or a very large number of parameters in the Java method.
Effect. The operation fails.
Recovery. Verify that your Java method signature size is less than the supported
maximum, and resubmit.
SQL 11213
Cause. In a CREATE PROCEDURE statement, a return type was given in the
EXTERNAL NAME clause.
Effect. The operation fails.
Recovery. Correct the EXTERNAL NAME clause and resubmit.
SQL 11214
Cause. In a CREATE PROCEDURE statement, an unknown or unsupported return
type was given in the EXTERNAL NAME clause.
11211 Specified signature is invalid. Reason: Unknown
parameter type used at position value.
11212 Specified signature is invalid. Reason: Java signature
size is more than supported.
11213 Specified signature is invalid. Reason: A return type
must not be specified.
11214 Specified signature is invalid. Reason: Unknown or
unsupported type used as a return type.