Hi,
I created a new field ("ID") in the mainaccount table and filled it with values that are unique. Thereafter, I created a new index and used my new "ID" field as a replacement index by specifying "allow duplicates: NO" and "alternate Key: YES".
My third step was to define my new index as the replacement key in the main account table.
Once the table gets compiled, the synchronization window pops up and comes up with a warning "new unique index ..." may cause unique index violations.
If I ignore this warning then I get an infolog with the message "synchronization failed" because of an index problem
Does anybody know how to fix my problem?
My aim is basically to create a new replacement key based on a new field that I defined.
Ludwig
*This post is locked for comments