SQL/MP Messages Manual

SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual427720-006
11-52
SQL 9174
Cause. You attempted to use the APPEND command to add data to a table or
partition of a table that has its corrupt flag set.
Effect. The command fails. No modification of the target table is done.
Recovery. If you were attempting to recover from an earlier interrupted APPEND
command, you should use the APPENDRESTART command (or the
APPENDCANCEL command if you just want to restore the target to its state from
before the APPEND). If the table is marked corrupt for some reason other than an
interrupted APPEND command, you must determine the reason the table is marked
corrupt and correct it before running the APPEND command.
SQL 9175
Cause. You tried to use one of the APPEND commands on a table that has an index
defined on it. APPEND cannot update indexes.
Effect. The command fails. No modification of the target table is done.
Recovery. Drop the indexes on the target table, do the APPEND, and then re-create
the indexes. Or add the data to the table in some other way, possibly with COPY.
9174 The target of an APPEND command cannot be in the corrupt
state. If you are trying to recover from an earlier APPEND
that was interrupted, use an APPENDRESTART or APPENDCANCEL
command.
9175 The target of an APPEND, APPENDRESTART, or APPENDCANCEL
command cannot have an index.