SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-45
SQL 1271
Cause. The specified constraint was not in the catalog.
Effect. The statement fails.
Recovery. Correct the constraint name and reissue the statement.
SQL 1272
Cause. A unique index cannot include columns that can contain null values.
Effect. The statement fails.
Recovery. Either create a nonunique index or do not use the column in the unique
index.
SQL 1280
Cause. The index might have been restored without its base table, or a similar
operation might have caused the index definition to be marked invalid.
Effect. The statement fails.
Recovery. If possible, correct the condition that caused the index to become invalid,
and reissue the statement. If the condition cannot be corrected, DROP the index.
SQL 1281
Cause. Some operation caused the view definition to be marked invalid.
Effect. The statement fails.
1271 The constraint value-1 to be dropped from table value-2
does not exist.
1272 Column value-1 cannot be used in a unique index because
the column can contain null values.
1280 Index value-1 could not be altered. The catalog entry
in the INDEXES table indicates that the index definition is
invalid. Only the security attributes of an invalid index
can be altered.
1281 View value-1 could not be altered. The catalog entry in
the VIEWS table indicates that the view definition is
invalid. Only the security attributes of an invalid view can
be altered.