Duplicate Entry +Lookup

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Madhusv
Participant
Posts: 35
Joined: Sat May 07, 2005 1:38 am
Contact:

Duplicate Entry +Lookup

Post by Madhusv »

Hi,

I am using the lookup stage in which lookup is happenning for 32 fields,

I am getting the below error, I couldn't make out from which link duplicate entry is coming, i have selected mulitple rows returned from link option for one link, Still i am getting the same error.

Another thing is 31 lookup is happenning for the same table, I am using transformer constraints to split the links.

LKP_Msds_IsyCode,0: Ignoring duplicate entry at table record 1; no further warnings will be issued for this table [keylookup/keylookup.C:852]

Regards,
Madhu
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

That is because your lookup source has dupl keys.

You need to decide whether it is valid or not and set accordingly.
Madhusv
Participant
Posts: 35
Joined: Sat May 07, 2005 1:38 am
Contact:

Post by Madhusv »

Hi,

Source is coming from join stage also in db2 stage i am taking distinct of the key coulumn, I think the problem is with32 lookups, if any one has faced similar situation, Please let me know.

Regards,
Madhu
Post Reply