Explanation:
No index was created on the specified column.
In a REFERENTIAL CONSTRAINT DEFINITION, the columns (REFERENCED COLUMN) must either designate the key of the table or columns which form an index defined with UNIQUE.
User Action:
You can display a list of existing indexes using a QUERY statement based on the system table SYSODBCINDEXES. Create the desired index, or do without the index.