Neoview Messages Manual (Volume 1) (R2.4)

MXV1
is the MXV of the node that executes the query.
Cause The accessing node runs a non-GA release of the HP Neoview database software and
is compatible only with schemas created by its own version.
Effect The operation fails.
Recovery Upgrade or downgrade the accessing node to a Neoview database software release
that is compatible with the affected schema’s version.
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 25300
25300 Module module has module version version1; node node does not
support module versions lower than version2.
module
is the name of the affected module.
version1
is the module version of the affected module.
node
is the name of the node that detects the incompatibility.
version2
is the executing node’s oldest supported plan version.
Cause You attempted to load a module with a module version (version1) that is earlier
than the executing node’s earliest supported plan version (version2).
Effect The operation fails.
Recovery Recompile the module with a supported version compiler.
326 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29399)