SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manualā427720-006
3-75
SQL 1509
Cause. An I/O error occurred during the read operation. The following message lists
the file system error code.
Effect. Fatal error: Transaction terminates abnormally.
Recovery. Correct the file system problem and reissue the CREATE COLLATION
command.
SQL 1510
Cause. Internal error.
Effect. Fatal error: Transaction terminates abnormally.
Recovery. None. Report the entire message to your service provider.
SQL 1511
Cause. You requested a DROP COLLATION operation and objects (such as tables,
indexes, views or constraints) reference the collation.
Effect. The collation is not dropped; the transaction terminates abnormally.
Recovery. To determine which objects depend on the collation, query the USAGES
table with USEDOBJTYPE = āCPā. Drop these objects, and then reissue the DROP
COLLATION command.
SQL 1513
Cause. While copying the collation source to the catalog CPRLSRCE table, the
EDITREADINIT operation encountered an error.
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.
1509 Read of character processing rules source failed while
copying to catalog.
1510 Unable to read =_DEFAULTS DEFINE.
1511 Cannot drop the collation; it has dependent objects.
1513 EDITREADINIT failed with code value-1 during CREATE
COLLATION.