SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-38
SQL 1243
Cause. The PROGRAMS table contained entries for user-created programs.
Effect. The statement fails.
Recovery. Check that all user-created programs described in the PROGRAMS table
are removed and then enter the statement again.
SQL 1244
Cause. The INDEXES table contained entries for user-created objects.
Effect. The statement fails.
Recovery. Verify that all user-created objects described in the INDEXES table are
removed, and reissue the statement.
SQL 1245
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Drop unwanted indexes on the table until this index can be created. For
more information on limits, refer to the SQL/MP Reference Manual.
SQL 1246
Cause. The constraints placed on a table were combined into a single constraint. The
length of this combined constraint was too large to fit in the label for this table.
Effect. The statement fails.
Recovery. Drop unwanted constraints on the table until this constraint can be created.
For more information on limits, refer to the SQL/MP Reference Manual.
1243 The PROGRAMS table of the catalog must be empty except
for an entry in the system catalog describing the SQLCI2
program.
1244 The INDEXES table of the catalog must be empty except
for entries describing indexes on the catalog tables being
dropped.
1245 The limit has been reached for the number of indexes
that can be created for this table.
1246 The constraint is too large to be stored in the label.