Neoview Messages Manual (R2.3)
SQL 1517
1517 Constraint constraint on table table is NOT DROPPABLE. You cannot
disable NOT DROPPABLE constraints.
constraint
is the name of the constraint.
table
is the name of the table.
Cause The specified constraint is defined as NOT DROPPABLE and cannot be disabled.
Effect The operation failed.
Recovery No recovery is available.
SQL 1518
1518 Constraint constraint was not enabled because it requires index
index which is disabled.
constraint
is the name of the constraint being enabled.
index
is the associated index required by the constraint.
Cause The index required by the constraint is disabled, so the constraint cannot be enabled.
Effect The operation failed.
Recovery Populate index and retry the request.
SQL 1519
1519 Constraint constraint on table table cannot be disabled because
it is a foreign key constraint.
constraint
is the name of the constraint.
table
is the name of the table.
Cause The specified constraint is defined as a foreign key constraint and cannot be disabled.
Effect The operation failed.
Recovery No recovery is available.
59