SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
10-6
table will then have a valid row count although the row count for the source table will
remain invalid.
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.
SQL 8102
Cause. You attempted to perform an operation that is prevented by a unique
constraint.
Effect. NonStop SQL/MX could not perform the operation.
Recovery. Make the data you enter unique to be consistent with the constraint.
SQL 8103
Where name1 is the name of the constraint.
Where name2 is the name of the table.
8100 Define name does not exist.
8101 The operation is prevented by check constraint name1 on
table name2.
8102 The operation is prevented by a unique constraint.
8103 The operation is prevented by referential integrity
constraint name1 on table name2.










