SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-48
SQL 9161
Cause. You moved a DDL dictionary from one subvolume to another subvolume, but
did not change the subvolume name of the alternate key file in the file label of each
dictionary file that has alternate keys.
Effect. The COPY, LOAD, APPEND, or APPENDRESTART command fails. The target
is not modified.
Recovery. Use FUP ALTER to change the subvolume name of each dictionary file
that has alternate keys. You can determine which files use alternate keys by looking for
the symbol A in the TYPE column of a FUP INFO display; then use FUP INFO, DETAIL
on those files to determine the alternate key name. Follow the procedure for moving a
dictionary in the Data Definition Language (DDL) Reference Manual.
SQL 9162
Cause. See the preceding error message.
Effect. DDL closes the dictionary and output files and stops processing.
Recovery. Correct the error and rebuild the dictionary.
SQL 9163
Cause. Another user updated a record between the time it was read and the time the
update was attempted. This situation can be detected by timestamps, update counters,
comparison of a before image, and so forth.
Effect. DDL rejects the object.
Recovery. Rebuild the dictionary.
9161 The ENSCRIBE dictionary value-1 was moved from one
subvolume to another, but its key files were not altered by
the FUP ALTER command.
9162 The ENSCRIBE dictionary value-1 is corrupt.
9163 Update to ENSCRIBE dictionary value-1 has failed.