TT-02253
Distribution key for global index cannot be same as that of the table or other global index. Consider creating a local index.
Cause
You attempted to create a global index with same distribution key as the table or other global index. Local index is better optimized for this case.
Action
Review the index definition and create a local index if distribution key for global index is going to be same as that of the table or other global index on that table.
Additional Information
TimesTen did not perform the operation