SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-50
SQL 9168
Cause. The file specified in the RECOVERYFILE parameter of an APPEND,
APPENDRESTART, or APPENDCANCEL command does not contain the proper
identifier characters at the beginning of the file. You may have made a mistake and
named a different file than you intended. Or maybe you selected a name to use for a
recovery file and there already was a file with that name.
Effect. The command fails. The target is not modified.
Recovery. If you just selected a name that was already used for something other than
a recovery file, choose another name and try the command again. If you named a
different file than you intended, try the command again using the proper filename.
SQL 9169
Cause. The ENSCRIBE dictionary access library encountered some problem while
trying to use the dictionary and reported the problem, but the error number it reported
is one that SQL/MP is not prepared to handle.
Effect. The command fails.
Recovery. Try rerunning the command in case the error is transient. Try rebuilding the
ENSCRIBE dictionary with a different version of DDL. If the problem persists, report
the entire message to your service provider.
SQL 9170
Cause. You attempted to append data to a relative table.
Effect. The APPEND command fails. The target is not modified.
Recovery. Use some other method to add the data to that table, possibly the COPY
command. Or change the target to entry-sequenced or key-sequenced.
9168 value-1 is not an APPEND recovery file.
9169 The ENSCRIBE dictionary access library returned the
unrecognized exception error number value-1 when accessing
dictionary value-2.
9170 The target table of an APPEND command cannot be a
relative table.