SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual544518-011
17-72
SQL 20292
Cause. You specified the WITH SHARED ACCESS clause in the partition
management request of an object that has a decoupled partitioning key. Only offline
partition management operations are allowed on such an object.
Effect. The MODIFY utility did not process the request.
Recovery. Retry the operation without the WITH SHARED ACCESS clause.
SQL 20293
Cause. The partition that you specified in the partition management request contains
data, and the specified base table is referenced by another base table via a referential
integrity constraint. The REUSE operation is not allowed on such a partition.
Effect. The operation fails.
Recovery. None.
SQL 20294
Cause. The partition that you specified in the partition management request contains
data, and the specified base table has an enabled DELETE trigger. The REUSE
operation is not allowed on such a partition.
Effect. The MODIFY utility operation fails.
Recovery. Disable all triggers on the table and retry the REUSE operation.
SQL 20295
Cause. The MODIFY utility has completed, but it failed to start ORSERV (the FUP
RELOAD operation) successfully. The failures are reported in separate error
messages. If the failures were caused by the MODIFY process being killed
20292 The MODIFY utility does not support online partition
management on an object that has a decoupled partitioning
key.
20293 The partition cannot be reused because the partition
contains data and the specified table is referenced by
another table.
20294 The partition cannot be reused because the partition
contains data and the table has an enabled DELETE trigger.
20295 The MODIFY request has completed successfully, but
ORSERV failed. Please run FUP RELOAD to reclaim free space.