Page 1 of 1

Lookup Stage - Warning

Posted: Thu Feb 03, 2005 9:48 am
by Maharaj
Hi

In my parallel job iam using a lookup stage to lookup against my DataSet. Please find below the warning iam getting on the successfull completion of the job. Is it because of the Multiple rows in the DataSet for the same data.?

LookupStage Warning:

Ignoring duplicate entry at table record 8920; no further warnings will be issued for this table Ignoring duplicate entry at table record 8920; no further warnings will be issued for this table

Please let me know how to fix this warning .

Thanks in advance
:)

Posted: Thu Feb 03, 2005 10:52 am
by nelab28
Hi,
You might want to try this:
In the constraints of the lookup stage, choose the "multiple rows returned from link" on the reference link that might be returning multiple values.

Posted: Thu Feb 03, 2005 6:41 pm
by T42
There are duplicate keys on the reference link. Do you want to match all records (and in the results, create new records for output)? If so, disable "Ignore Duplicates".