Neoview Messages Manual (R2.2)

SQL 25218
25218 Schema schema has schema version version1; node cannot access or
represent schemas with versions higher than MXV1.
schema
is a schema that is accessed by a DDL or utility operation.
version1
is the schema version of that schema.
node
is the node that encounters the incompatibility or the node where metadata for
the schema is stored.
MXV1
is the MXV of that node.
Cause A DDL or utility operation attempted to access a schema with a version later than
the local node’s MXV.
Effect The operation fails.
Recovery Migrate to a HP Neoview database version that is compatible with the affected
schema’s version.
SQL 25219
25219 The query can not be compiled because of a version mismatch; the
highest schema version of the involved tables or views is higher than
the lowest SQL/MX software version (MXV) of the involved nodes.
Cause A mixed-version query was detected by the compiler (for example, a query where
the MXV of one or more of the involved nodes is earlier than the MXV of one or more of the
involved database objects). Such a query cannot be compiled.
Effect The operation fails.
Recovery Investigate and resolve the situation. Note that the message text does not specify
which nodes or database objects are involved, because an unknown number of nodes and
database objects can be affected.
SQL 25250
25250 Schema schema cannot be downgraded; object-type object has object
feature version OFV.
schema
is the name of a schema that is affected by the DOWNGRADE operation.
object is the 3-part ANSI name of a database object in schema.
object-type is the type of object. These object types can appear: TABLE, INDEX,
CONSTRAINT, TRIGGER, VIEW. Object type TABLE includes internally
generated objects associated with a base table. Object type VIEW includes
regular views and materialized views.
OFV is the object feature version of object.
Cause A DOWNGRADE operation affects a schema that contains one or more objects that
use features not supported in the target version.
Effect The DOWNGRADE operation fails.
Recovery Use the FEATURE_VERSION_INFO built-in function to obtain the names of all
these objects. Information about this built-in function is in Neoview support documentation.
HP database support for your site can analyze the situation and either drop the affected objects,
or alter the affect object so that they no longer have features not supported in the target version.
SQL 25251
25251 The operation operation involves node node which does not support
schema versions lower than version.
operation
is the actual operation: UPGRADE or DOWNGRADE.
296 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29999)