SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Messages Manual—523730-004
18-5
SQL 25201
Where object is the name of the affected database object.
Where version1 is the schema version of that database object’s schema.
Where node is the name of the node that detects the incompatibility.
Where 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
Where object is the name of the affected database object.
Where node is the name of the node that detects the incompatibility.
Where version1 is the schema version of object’s schema.
Where 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.
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.
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.