SQL/MX 2.x Messages Manual (H06.10+, J06.03+)
Versioning and Distribution Messages (25000 through
25399)
HP NonStop SQL/MX Messages Manual—544518-011
18-7
SQL 25203
where:
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 schema.
version2 is that node’s MXV.
Cause. An attempt is made 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
an index of the object) resides.
This message indicates that a fallback has been made without properly removing
database objects of the higher version.
Effect. The request 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.
Message 25203 is implemented for R2.0 and later.
SQL 25204
where:
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. This can happen if a
downrev compiler is explicitly being used to compile the query or module.
Effect. The request 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 versions 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.










