SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-7
SQL 9022
Cause. Internal error: Programming error.
Effect. SQLUTIL terminates abnormally.
Recovery. None. Report the entire message to your service provider.
SQL 9023
Cause. For a COPY or LOAD operation, the source column was mapped to a target
column of a smaller size, but truncation was not specified.
Effect. The command fails.
Recovery. If loss of data is not a problem, specify truncation and reissue the
command. If loss of data is unacceptable, redesign the target table with a greater
column length.
SQL 9024
Cause. For a COPY or LOAD command, the record definition was not found in the
source (target) dictionary.
Effect. The command fails.
Recovery. Correct the record or dictionary name, or add the record definition to the
dictionary.
SQL 9025
Cause. The DDL dictionary that contains this record was logically inconsistent,
corrupted, or outdated.
Effect. The command fails.
Recovery. Analyze the dictionary files. Run DDL against the dictionary to get
additional diagnostics.
9022 Internal error: SQLUTIL internal error number value-1.
9023 The source column size is greater than the target column
size. The source column name is value-1. The target column
name is value-2.
9024 The row (definition) value-1 is not found in the
dictionary value-2.
9025 An error value-1 occurred when accessing row
(definition) value-2.