Neoview Messages Manual (R2.2)
node
is the cluster segment name of an involved segment.
version is the oldest supported schema version of node.
Cause The target version of an UPGRADE or DOWNGRADE operation is lower than the
oldest supported schema version of one or more of the segments where an involved schema
is visible.
Effect The operation fails.
Recovery (1) Use the VERSION_INFO built-in function to obtain the names and SQL/MX
software versions (MXVs) of all segments where a schema is visible. For information about
this built-in function, see Neoview support documentation. Fallback the mentioned segment
(and other involved segments where the MXV would cause this error) to a version that supports
the target schema version. (2) Or specify a target version that is compatible with all involved
segments.
SQL 25252
25252 The operation operation involves node node which does not support
schema versions higher than version.
operation
is the actual operation: UPGRADE or DOWNGRADE.
node
is the cluster segment name of an involved segment.
version is the SQL/MX software version (MXV) of node (segment).
Cause The target version of an UPGRADE or DOWNGRADE operation is higher than the
MXV of one or more of the segments where an involved schema is visible.
Effect The operation fails.
Recovery (1) Use the VERSION_INFO built-in function to obtain the names and MXVs of
all segments where a schema is visible. For information about the VERSION_INFO built-in,
see Neoview support documentation. Migrate the mentioned cluster segment (and other
involved segments where the MXV would cause this error) to a version that supports the target
schema version. (2) Or specify a target version that is compatible with all involved segments.
SQL 25253
25253 The RESTRICT option was specified for the operation operation and
related schema schema exists.
operation
is the actual operation: UPGRADE or DOWNGRADE.
schema
is the name of a related schema. More than one schema can be mentioned.
Cause An UPGRADE or DOWNGRADE of a named schema specified or defaulted to the
RESTRICT behavior, and one or more related schemas exist.
Effect The operation fails.
Recovery Use the CASCADE option. The GET NAMES OF RELATED SCHEMAS command
and the RELATEDNESS built-in function return the names of all schemas related to a named
schema.
SQL 25254
25254 The RESTRICT option was specified for the operation operation and
related catalog catalog exists.
operation
is the actual operation: UPGRADE or DOWNGRADE.
catalog
is the name of a related catalog. More than one catalog can be mentioned.
Cause An UPGRADE or DOWNGRADE of all schemas in a catalog specified or defaulted
to the RESTRICT behavior, and one or more related catalogs exist.
Effect The operation fails.
Versioning Messages (25000-25399) 297