Database Error Messages

QSM-03263

There is already a partition operation registered on string.string partition string.

Cause

REGISTER_PARTITION_OPERATION detected that there was already a partition maintenance operation (for example, DROP, EXCHANGE or TRUNCATE) registered on the specified partition of the base table.


Action

Use the UNREGISTER_PARTITION_OPERATION to unregister this partition first, and then run REGISTER_PARTITION_OPERATION.