Neoview Messages Manual (Volume 1) (R2.5)

SQL 11217
11217 Java execution: Data overflow occurred while retrieving data at
parameter position parameter number. Value is truncated.
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.
SQL 11218
11218 A Java method completed with an uncaught Java exception. Details:
string.
Cause During execution of a CALL statement, a Java exception was thrown.
Effect The operation fails.
Recovery Review the Java method. Determine whether it is appropriate in your application
for this exception to be thrown or whether it should be caught and handled by your user-defined
routine. Retry the SQL statement.
SQL 11219
11219 A Java method completed with an uncaught java.sql.SQLException.
The uncaught exception had a SQLCODE value and SQLSTATE value. Details:
string.
Cause During execution of a CALL statement, an SQL error occurred and a Java exception
was thrown.
Effect The operation fails.
Recovery Review the Java method. Determine whether it is appropriate in your application
for this exception to be thrown or whether it should be caught and handled by your user-defined
routine. Retry the SQL statement.
SQL 11220
11220 A Java method completed with an uncaught java.sql.SQLException
with invalid SQLSTATE. The uncaught exception had a SQLCODE value and
SQLSTATE value. Details: string.
Cause During execution of a CALL statement, an SQL error occurred and a Java exception
was thrown.
Effect The operation fails.
Recovery Review the Java method. Determine whether it is appropriate in your application
for this exception to be thrown or whether it should be caught and handled by your user-defined
routine. Retry the SQL statement.
SQL 11221
11221 Language Manager is out of memory. detail-string
Cause The language manager could not acquire enough memory to complete its work on
the SQL statement.
Effect The operation fails.
Recovery Stop and restart the session and retry the SQL statement.
246 Trigger, UDR Server, and Language Manager Messages (11000 Through 11399)