SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual523730-004
10-13
SQL 8417
Cause. SQL/MX has received an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8418
Cause. You attempted to perform the USER function, which is not supported on this
platform.
Effect. The operation fails.
Recovery. None.
SQL 8419
Cause. An expression attempted to divide by zero, which is invalid.
Effect. The operation fails.
Recovery. Check your input data and resubmit.
SQL 8420
Cause. You specified a NULL value that is missing an indicator parameter.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8421
Cause. You assigned NULL to a column for which NOT NULL was specified.
Effect. The operation fails.
8417 An error occurred during the evaluation of a USER
function.
8418 The USER function is not supported on this platform.
8419 An arithmetic expression attempted a division by zero.
8420 Missing indicator parameter for a NULL value.
8421 NULL cannot be assigned to a NOT NULL column.