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-6
SQL 25203
Where object is the name of the affected database object.
Where node is the name of the node where object is present.
Where version1 is the schema version of object’s schema.
Where 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
Where object1 is the name of a database object that is referenced by the affected
query.
Where version1 is the object schema version of object1.
Where 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.
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.
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.