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.
Use a QUERY statement issued on the system table DOMAIN.INDEXES to see a list of the existing indexes. Create the desired index, or do without the index.