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

version2
is that node’s MXV.
Cause You attempted to access a database object with an object schema version that is
incompatible with one or more nodes where the object (or a partition or index of the object)
resides.
This message indicates a downgrade that has been performed without removing database
objects of the later version.
Effect The operation fails. The object (and all other objects in the affected schema) is
inaccessible.
Recovery Migrate the software on the affected node to a version that supports the database
objects that are present on the node.
SQL 25204
25204 Table or view object1 has schema version version1; this is
incompatible with the version of the compiler that compiles the query.
The compiler version is version2.
object1
is the name of a database object that is referenced by the affected query.
version1 is the object schema version of object1.
version2
is the compiler version of the compiler that compiles the query.
Cause The affected query references a database object with an object schema version that is
higher than the compiler version of the compiler that compiles the query. This message indicates
that a downrev compiler is explicitly being used to compile the query or module.
Effect The operation fails.
Recovery Do not explicitly use a downrev compiler to compile the query or module.
SQL 25205
25205 Schema schema has schema version version1; this is incompatible
with the version of the compiler that executes the operation. The
compiler version is version2.
schema
is the name of a schema that is referenced by a DDL or utility operation.
version1
is the schema version of schema.
version2
is the compiler version of the compiler that executes the DDL or utility operation.
Cause The affected DDL or utility operation references a database object in a schema with
a schema version that is higher than the compiler version of the compiler that executes the
operation. One of these is true:
A downrev compiler is explicitly being used to execute the operation.
The operation references an object in a remote uprev schema.
Effect The operation fails.
Recovery Depending on the cause of the failure:
Do not explicitly use a downrev compiler to execute the operation.
Execute the operation from a node where the schema is defined.
SQL 25206
25206 The system schema on node node has system schema version version1;
this is incompatible with the version of the compiler. The compiler
version is version2.
node
is the name of the node with an incompatible version system schema.
version1 is the system schema version of node.
354 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29399)