SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual544518-011
10-5
Recovery. Turn the explain default on for this query.
SQL 8018
Where name1 is the name of the partition.
Where name2 is the name of the table.
Where number is the file system error returned.
Cause. Attempt to open partition name1 of the table name2 failed, returning the file
system error code number.
Effect. None
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 8100
Cause. You attempted to reference a define that does not exist.
Effect. The operation fails.
Recovery. Define the item, or use the correct define name.
SQL 8101
Where constraint name1 is the name of the constraint.
Where table name2 is the name of the table.
Cause. You attempted to perform an operation on table name1 that is prevented by
check constraint name2.
Effect. The operation fails.
Recovery. Change the data you are attempting to enter to be consistent with the
constraint.
8018 Partition name1 of table name2 could not be accessed due
to file system error number. It is skipped because the
default SKIP_UNAVAILABLE_PARTITION was set.
8100 Define name does not exist.
8101 The operation is prevented by check constraint name1 on
table name2.