SQL/MX 3.x Messages Manual (H06.22+, J06.11+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual640324-001
10-17
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 8550
Where NSK err is the HP NonStop Kernel error returned.
Cause. The HP NonStop Data Access Manager returned error NSK err.
Effect. The operation fails.
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.
8550 Error NSK err was returned by the Data Access Manager.