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 Manual—691121-001
13-19
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.
Effect. The operation fails.
Recovery. Correct the EXTERNAL NAME clause and resubmit.
SQL 11215
Cause. A null value was supplied as input to a stored procedure in Java and the
corresponding Java data type is a primitive type that does not support null values.
Effect. The operation fails.
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.
11215 Java execution: Invalid null input value at parameter
position value.










