SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-36
SQL 9123
Cause. For the LOAD or COPY command, a row is rejected if a duplicate key is found.
This can be caused by using different collations for the source and target columns.
Effect. The LOAD or COPY operation continues.
Recovery. Consider using the same collation for the source and target columns, or
modify the duplicate key values and insert the rows after the LOAD or COPY operation
completes.
SQL 9124
Cause. For the LOAD or COPY command, a row is rejected if the primary key is out of
order.
Effect. The LOAD or COPY operation continues.
Recovery. Consider inserting the rows after the LOAD or COPY operation has
finished.
SQL 9125
Cause. The LOAD or COPY operation terminated abnormally. The target file might be
corrupted.
Effect. The LOAD or COPY operation fails to complete successfully.
Recovery. Restart the operation after making the necessary corrections in the source
data.
9123 Duplicated-key rows for table value-1 have been ignored
during the LOAD or COPY operation.
9124 Some rows have not been loaded into table value-1
because their primary keys were out of order.
9125 The LOAD or COPY operation has failed; as a result,
value-1 might be in an invalid state.