SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
10-18
SQL 8429
Cause. NonStop SQL/MX detected an error in the function name. Errors will appear
before this one that refer to low-level computations that this function uses.
Effect. The operation fails.
Recovery. Correct the function and resubmit.
SQL 8432
Cause. An attempt was made to assign a negative value to an unsigned column.
Effect. The assignment fails.
Recovery. You cannot assign negative values to unsigned variables or columns.
Check the value being assigned and retry the operation.
SQL 8433
Where,
char-set is the name of the character set (SJIS or UTF8).
function is the function name.
Cause. The table or the statement has invalid SJIS or UTF8 characters.
Effect. The operation fails.
Recovery. Remove the invalid characters from the table or the statement, and
resubmit.
SQL 8445
Cause. The value specified was not processed for the given format specification.
Effect. The operation fails.
Recovery. Correct the value and resubmit the statement.
8429 The preceding error actually occurred in function name.
8432 A negative value cannot be converted to an unsigned
numeric datatype.$0~string0
8433 Invalid char-set character encountered in function.
8445 Error occurred while processing the format node.