SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Release 3.1 Messages Manual663849-001
19-20
SQL 25268
Where remote_node is the Expand node name of a remote node that is related to the
node where the DOWNGRADE command is executed.
Cause. The DOWNGRADE command was executed in a distributed environment
where one or more affected catalogs were originally created on remote_node and
where the system schema version on that node is higher than 1200.
Effect. The DOWNGRADE command fails.
Recovery. Execute the folllowing command on remote_node:
>> DOWNGRADE ALL METADATA TO VERSION 1200
Execute the folllowing command on the local node:
>> RECOVER ALL METADATA RESUME
SQL 25269
Cause. An attempt was made to execute RECOVER SCHEMA statement when the
recovery operation is already complete or has not started.
Effect. The operation fails.
Recovery. Not applicable.
SQL 25300
Where module is the name of the affected module.
Where version1 is the module version of the affected module.
Where node is the name of the node that detects the incompatibility.
Where version2 is the executing node’s oldest supported plan version.
Cause. An attempt is made to load a module with a module version that is lower than
the executing node’s oldest supported plan version.
Effect. The request fails.
25268: The DOWNGRADE command cannot complete because the
version of the system schema on remote_node is higher than
1200.
25269 No GIVE SCHEMA operation is in progress. There is
nothing to recover
25300 Module module has module version version1; node node
does not support module versions lower than version2.