Neoview Messages Manual (R2.3)

SQL 8402
8402 22001 A string overflow occurred during the evaluation of a
character expression.
Cause If the SQLSTATE is 22001, this is an error. You attempted to use a character expression
whose length caused a string overflow.
If the SQLSTATE is 01004, this is a warning. You attempted to use a character expression whose
length caused a string overflow.
Effect If this is an error, the operation fails. If this is a warning, your string is truncated.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8403
8403 The length argument of function SUBSTRING cannot be less than zero
or greater than source string length.
Cause You specified a SUBSTRING function with an invalid length argument: less than
zero or greater than the source string length.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8404
8404 The trim character argument of function TRIM must be one character
in length.
Cause You specified a TRIM function with an invalid trim character argument, which must
be one character in length.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8405
8405 The operand of function CONVERTTIMESTAMP is out of range.
Cause You attempted to reference the operand of a CONVERTTIMESTAMP function that
is out of range.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8407
8407 The operand of function JULIANTIMESTAMP is out of range.
Cause A statement attempted to reference the operand of a JULIANTIMESTAMP function
that is out of range.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8409
8409 The escape character argument of a LIKE predicate must be one
character in length.
175