SQL/MP Messages Manual

SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual427720-006
11-34
SQL 9116
Cause. The DDL name in the REDEFINE specification matched more than one name
from the DDL dictionary.
Effect. The command fails.
Recovery. Add qualifications to the column name, and reissue the command.
SQL 9117
Cause. Redefining name cannot be found in the DDL dictionary.
Effect. The command fails.
Recovery. Correct the redefining name, and reissue the command.
SQL 9118
Cause. For a COPY command, the source row contains a duplicate primary key or a
duplicate alternate key for some unique index.
Effect. The row is not written to the output file. If the error limit in the ALLOWERRORS
option is reached, the command is terminated.
Recovery. Correct the source data.
SQL 9119
Cause. For the LOAD, APPEND, or APPENDRESTART command, data cannot be
loaded into a table. The exact cause is specified in the message that follows. Typical
causes are lack of disk space and duplicate keys for unique indexes.
Effect. The table is marked corrupt. If the error limit in the ALLOWERRORS option is
reached, the command is terminated.
Recovery. Recovery depends on the message that explains the cause of the problem.
If the error is related to the disk space, correct the space problem, and re-create the
9116 The base column name value-1 in the REDEFINE
specification is ambiguous.
9117 The redefining name value-1 in the REDEFINE
specification cannot be found.
9118 The row number value-1 has a duplicate primary or
alternate key.
9119 The table value-1 cannot be loaded. The next message
explains the error in more detail.