ADB7421E A clustering index index_qualifier.index_name already exists on the table. Only one clustering index per table is allowed.

Explanation

Db2® allows only one clustering index per table. Object Comparison Tool detected that the current index and the index named in the message both have CLUSTER defined.

index_qualifier.index_name
The qualified name of the index.

System action

Processing continues.

User response

Remove CLUSTER from one of the indexes and resubmit the compare job.