Remove Duplicate Error

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
aschand
Participant
Posts: 57
Joined: Thu Jan 03, 2008 9:28 pm

Remove Duplicate Error

Post by aschand »

RemoveDupBUOMErrs: Key field "SOURCE_SYSTEM_CODE" was not found in the view-adapted input schema
Key field "SOURCE_COMPANY_CODE" was not found in the view-adapted input schema
Key field "FROM_CODE_VALUE" was not found in the view-adapted input schema
Key field "ERROR_MSG" was not found in the view-adapted input schema


please help how do i solve it... and what does it mean



thanks
aschand
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

what is your source, is it a database table, file or dataset.
can you darw the flow.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What columns are on the input link of the RemDups stage, and which of these are marked as keys for the purpose of removing duplicates?

What columns are on the output link, and how are these mapped from the input link (look on the Mapping tab of the output link)?

Are the data partitioned and sorted on the remove duplicate keys?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply