SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-47
SQL 9158
Cause. Stated in the error message.
Effect. No query is generated for the table specified in the error message.
Recovery. Use the FILEINFO command with the DETAIL option to determine the
names of the referential constraints associated with the table.
SQL 9159
Cause. You attempted to use the APPEND command to add data to a file that is not
an SQL table, or you attempted to restart or cancel an APPEND but named a target
that is not an SQL table.
Effect. The command fails. The target is not modified.
Recovery. Use another way to add data to a non-SQL table. If you just entered the
wrong name for the target, correct it and try again.
SQL 9160
Cause. The dictionary was compiled either with a version of DDL later than the current
SQL/MP can work with, or with a version of DDL so old that the current SQL/MP no
longer supports it.
Effect. The command fails.
Recovery. If the dictionary has not been recompiled for a long time, recompile it with
the current DDL. If the dictionary was compiled with a version of DDL too new for the
current version of SQL/MP, either recompile it with an earlier version of DDL or use a
later version of SQL/MP, one that is compatible with the dictionary.
9158 The referential constraint name specified in the MAKE RC
QUERYcommand is not associated with table value-1 or the
table is not the child table for the constraint.
9159 The target file of an APPEND, APPENDRESTART, or
APPENDCANCEL command must be an SQL table.
9160 The version of the ENSCRIBE dictionary value-1 is not
compatible with this version of NonStop SQL/MP software.