Neoview Messages Manual (Volume 1) (R2.5)
Cause You attempted to access a table or view in a schema with a schema version that is
earlier than the accessing node’s earliest supported schema version. This message can be issued
from the local node or from an ESP on a remote node. This message is accompanied by message
25001, which explains what actual software component reported the error.
Effect The operation fails.
Recovery Upgrade the affected schema to a version that is compatible with the MXV of the
nodes that need to access the schema.
SQL 25201
25201 Table or view object cannot be accessed because of a version
incompatibility. Its schema has version version1; node does not support
schema versions higher than version2.
object
is the name of the affected database object.
version1
is the schema version of that database object’s schema.
node
is the name of the node that detects the incompatibility.
version2
is that node’s MXV.
Cause You attempted to access a table or view in a schema with a schema version that is
later than the accessing node’s MXV. This message can be issued from the local node or from
an ESP on a remote node.
Effect The operation fails.
Recovery Downgrade the affected schema to a version that is compatible with the MXV of
the nodes that need to access the schema.
SQL 25202
25202 Table or view object cannot be accessed on node because of a
version incompatibility. Its schema has version version1; node does not
support schema versions lower than version2.
object
is the name of the affected database object.
node
is the name of the node that detects the incompatibility.
version1 is the schema version of object’s schema.
version2
is that node’s oldest supported schema version.
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 migration that has been performed without an upgrade of the database
objects of old schemas that are no longer supported on the new version.
Effect The operation fails. The object (and all other objects in the affected schema) is
inaccessible.
Recovery Downgrade the software on the affected node to a version that supports the database
objects that are present on the node.
SQL 25203
25203 Table or view object cannot be accessed on node because of a
version incompatibility. Its schema has version version1; node does not
support schema version higher than version2.
object
is the name of the affected database object.
node is the name of the node where object is present.
version1 is the schema version of object’s schema.
Versioning Messages (25000–25399) 353