SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-79
SQL 1525
Cause. The BACKUP utility attempted to copy a collation source from the catalog
CPRLSRCE table to the EDIT file, and encountered an error while writing to the EDIT
file.
Effect. The BACKUP utility cannot back up the source for the collation. The collation is
skipped and processing continues.
Recovery. Determine the cause of the error, and then attempt to back up the collation
again.
SQL 1526
Cause. An internal error occurred while processing an add, split, move or drop
operation on a partition. This error can be caused by a damaged table label or by an
internal programming error.
Effect. Fatal error. Transaction terminates abnormally.
Recovery. None. Report the entire message to your service provider.
SQL 1528
Cause. The constraint text stored in the CONSTRNT table or the view text stored in
the VIEWS table could not be created or updated to reflect the change required by the
operation. One possible cause is a RENAME operation on a collation that resulted in a
new name that is longer than the old name. Another possible cause is a CREATE
CONSTRAINT or CREATE VIEW operation with very long text.
Effect. The statement fails.
Recovery. If renaming a collation, use a shorter name. If creating a constraint,
consider splitting the constraint in two. If creating a view, consider creating two views,
each with a portion of the text for the WHERE clause. Then, reissue the statement.
1525 Error value-1 occurred while writing EDIT file value-2
for source of collation value-3.
1526 An internal error occurred during key encode processing
on file value-1.
1528 This operation resulted in constraint or view text that
is too large to store in the catalog.