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-62
SQL 1503
Where type is the type of the affected object.
Where object is the fully qualified ANSI name of the affected object.
Cause. A row for object was found in the affected OBJECTS definition schema
table, but no corresponding row could be found in the affected PARTITIONS definition
schema table.
Effect. The operation fails.
Recovery. Retry the operation. If the error persists, contact your service provider.
SQL 1504
Where table is the fully qualified ANSI name of a table in definition schema.
Where definition schema is the fully qualified ANSI name of the affected definition
schema.
Cause. A row for table could not be found in the OBJECTS table in definition
schema.
Effect. The operation fails.
Recovery. Retry the operation. If the error persists, contact your service provider.
SQL 1610
Cause. You attempted to create a referential integrity constraint with the SET NULL
clause for a column, which was defined with the NOT NULL property.
Effect. The operation fails.
Recovery. Remove the SET NULL clause in the referential integrity constraint or drop
the NOT NULL constraint for the column on which you want to create the referential
integrity constraint.
1503 The OBJECTS - PARTITIONS definition schema relationship
for type object may be corrupt.
1504 table has no OBJECTS entry in definition schema.
1610 SET NULL clause cannot be applied to column
$0~ColumnName which has a NOT NULL constraint defined on it.