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 Manual—523730-004
12-17
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.
Recovery. Either correct the CALL statement so that the null value is not used, or
change the Java data type of the parameter to the corresponding Java wrapper type.
For example, if the Java data type is integer, change it to java.lang.Integer. Note
that to change the Java data type, the procedure must be dropped and re-created.
SQL 11216
Cause. During execution of a CALL statement, numeric or string overflow occurred
while processing the stored procedure output value returned in parameter parameter
number.
Effect. The operation fails.
Recovery. Increase the field size of the SQL data type for the specified parameter.
SQL 11217
Cause. During execution of a CALL statement, numeric or string overflow occurred
while processing the stored procedure output value returned in parameter parameter
number.
Effect. None; this is a warning message.
Recovery. Increase the field size of the SQL data type for the specified parameter.
11215 Java execution: Invalid null input value at parameter
position value.
11216 Java execution: Data overflow occurred while retrieving
data at parameter position parameter number.
11217 Java execution: Data overflow occurred while retrieving
data at parameter position parameter number. Value is
truncated.