TT-01072
Dropping a table's reference by distribution foreign key is not allowed.
Cause
You attempted to drop a foreign key that is being used for the BY REFERENCE distribution scheme of the table.
Action
Alter the table to a distribution scheme where the foreign key you wish to drop is not used as reference for distribution, and retry the operation.
Additional Information
TimesTen cannot drop the foreign key.