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

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Messages Manual544518-011
3-64
Recovery. None.
SQL 1615
where,
$0~String0 - Type of the constraint - NOT NULL/ Primary key constraint.
$1~String1 - Referential action.
Cause. The NOT NULL constraint cannot be created on a referencing column with the
SET NULL referential action on it. (OR) The primary key constraint cannot be created
on the referencing column with the referential action specified because the primary key
cannot be updated.
Effect. The operation fails.
Recovery. Drop the referential integrity constraint.
1615 $0~String0 cannot be created, since it conflicts with
$1~String1 referential action of the referential constraint
$2~ConstraintName.