SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-67
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
the error and then resubmit.
SQL 20276
Cause. SQL attempted to start a FUP RELOAD operation but an operation was
already in progress.
Effect. The operation fails.
Recovery. Wait until the current RELOAD operation completes, and resubmit.
SQL 20290
Where partition is the Guardian location of the partition involved in another utility
operation.
Cause. The specified partition partition is already involved in another utility
operation, or a previous utility operation on the specified partition failed.
Effect. The MODIFY utility did not process the request.
Recovery. Wait until the other utility operation completes and retry the MODIFY
request. If another utility operation is not running, perform a RECOVER operation on
the table or index that owns the partition to clean up the failed operation. Then
resubmit.
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.
20276 Reload operation failed, already in progress.
20290 The current operation on partition partition for the
object object failed because a utility operation on the same
partition is already in progress or has failed.
20292 The MODIFY utility does not support online partition
management on an object that has a decoupled partitioning
key.