SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-76
SQL 1514
Cause. The EDITREAD operation encountered an error while copying the collation
source to the catalog CPRLSRCE table.
Effect. The transaction terminates abnormally.
Recovery. Check the collation source to verify that it has not been corrupted. If the
error code indicates a bad EDIT file, correct the problem and reissue the request.
SQL 1515
Cause. You attempted to drop a catalog and the CPRULES table contained one or
more user-defined objects. The table must be empty before you can perform a DROP
CATALOG operation. This error could also occur for a broken catalog with an empty
CPRULES table, if a collation is described in TABLES but does not have a
corresponding description in CPRULES.
Effect. The statement fails. The transaction terminates abnormally.
Recovery. If attempting to drop a catalog, use DROP COLLATION to drop each object
described in the CPRULES table and then reissue the DROP CATALOG request. To fix
a broken catalog, CLEANUP might be helpful.
SQL 1516
Cause. The collation source file was too large; it must contain 32000 lines or less.
Effect. The statement fails and the transaction terminates abnormally.
Recovery. Edit the collation source so that it contains 32000 lines or less, and reissue
the statement.
SQL 1517
Cause. Internal error: The collation might be damaged.
Effect. The statement fails and the transaction terminates abnormally.
1514 EDITREAD failed with code value-1 during CREATE
COLLATION.
1515 The CPRULES table of the catalog is not empty.
1516 The collation source exceeds 32000 lines, which is too
large to store in the CPRLSRCE table.
1517 Unexpected end-of-file encountered while reading
collation value-1.