TimesTen Error Messages

TT-03005

There is no unique index on the referenced columns for foreign key defined on table table_name


Cause

You attempted to create a foreign key referencing columns, which are not the referenced table's primary key and are not the columns in a unique index on that table.


Action

Create a primary key or unique index on the referenced columns of the referenced table, and then create the foreign key.


Additional Information

TimesTen cannot perform the operation.