Hi All,
I have a source in DB2, and my target is Informix. The tables have the same columns,datatype,PM keys.I have used a lookup to lookup the two unique columns from the target which has the composite PM key. And I am using a filter to filter only the new data based on the lookup. I did some testing and it seems to work to insert only the new rows but I also get this error. Is this because I have the PM keys in the target. Or is my logic right?
WRT_8229 Database errors occurred:
Informix Error -239 :Could not insert new row - duplicate value in a UNIQUE INDEX column.
I have a source in DB2, and my target is Informix. The tables have the same columns,datatype,PM keys.I have used a lookup to lookup the two unique columns from the target which has the composite PM key. And I am using a filter to filter only the new data based on the lookup. I did some testing and it seems to work to insert only the new rows but I also get this error. Is this because I have the PM keys in the target. Or is my logic right?
WRT_8229 Database errors occurred:
Informix Error -239 :Could not insert new row - duplicate value in a UNIQUE INDEX column.