Neoview Messages Manual (Volume 1) (R2.5)
SQL 8100
8100 Define name does not exist
Cause You attempted to reference a define that does not exist.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8101
8101 The operation is prevented by check constraint name1 on table
name2.
name1
is the name of the constraint.
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
8102 The operation is prevented by a unique constraint.
Cause You attempted to perform an operation that is prevented by a unique constraint.
Effect The HP Neoview database software could not perform the operation.
Recovery Make the data you enter unique to be consistent with the constraint.
SQL 8103
8103 The operation is prevented by referential integrity constraint
name1 on table name2.
name1
is the name of the constraint.
name2
is the name of the table.
Cause You attempted to perform an operation on table name1 that is prevented by referential
integrity constraint name2.
Effect The operation fails.
Recovery Change the data you are attempting to enter to be consistent with the constraint.
The data must exist in another table. For example, if you are trying to enter a department
number for an employee, the department number must exist in a department number table.
SQL 8104
8104 The operation is prevented by the check on view name1 cascaded
from the check option on name2.
name1
is the name of the view.
name2
is the name of the table.
Cause You attempted to perform an operation on table name1. The operation has been
prevented by the check on view name2, cascaded from the check option on the table.
Effect The operation fails.
Recovery Change the view properties, if appropriate.
189