Neoview Messages Manual (R2.2)

SQL 25260
25260 No UPGRADE or DOWNGRADE operation is in progress for catalog.
There is nothing to recover.
catalog
is the user-specified catalog of a RECOVER command.
Cause A RECOVER command was issued specifying a catalog name that was not specified
as the target of an active UPGRADE or DOWNGRADE operation.
Effect The RECOVER operation fails.
Recovery Use the same specification on the RECOVER command as was originally used on
the UPGRADE or DOWNGRADE command.
SQL 25261
25261 The original operation operation is active and cannot be recovered.
operation
is UPGRADE or DOWNGRADE, as originally specified by the user.
Cause A RECOVER command was issued and the original UPGRADE or DOWNGRADE
operation is still being actively processed.
Effect The RECOVER operation fails.
Recovery Terminate the processing of the original command, and then reissue the RECOVER
command.
SQL 25262
25262 This operation operation cannot process schema because it is a
metadata schema.
operation
is UPGRADE or DOWNGRADE, as originally specified by the user.
schema
is either the schema originally specified by the user or a metadata schema that
is directly or indirectly related to the schema. All schemas in the catalog must
be included in the operation.
Cause (1) You specified the system catalog name in the command text for the UPGRADE
or DOWNGRADE operation. (2) The named metadata schema is directly or indirectly related
to the catalog mentioned in the command text for the UPGRADE or DOWNGRADE operation,
which can occur if a view in a user schema refers to a table in a metadata schema.
Effect The operation fails.
Recovery Ensure that all schemas in the catalog are included, and then reissue the UPGRADE
or DOWNGRADE operation.
SQL 25263
25263 The operation operation cannot be executed in a user-defined
transaction.
operation
is UPGRADE or DOWNGRADE, as originally specified by the user.
Cause The specified operation was attempted in a user-defined transaction.
Effect The operation fails.
Recovery Commit or abort the user-defined transaction, and then reissue the operation.
SQL 25264
25264 Definition schema schema cannot be dropped because user schemas
of the same version exist in its catalog.
schema
is a definition schema name.
Versioning Messages (25000-25399) 299