Merge Stage Problem

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
santoshkumar
Charter Member
Charter Member
Posts: 35
Joined: Sun Jan 16, 2005 8:39 am
Location: US

Merge Stage Problem

Post by santoshkumar »

Hi,

I am Using Merge Stage , But when I execute the job I am getting an Error like
" Dropping component "Column name" because of a prior component with the same name."
Any idea why this error is coming.

Thanks in advance.

Regs
Santosh.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Hi

Probably when update links have columns which is of the same name as columns in master links.

--Balaji S.R
Nageshsunkoji
Participant
Posts: 222
Joined: Tue Aug 30, 2005 2:07 am
Location: pune
Contact:

RCP Solution

Post by Nageshsunkoji »

Hi ,

This error may cause of, you are dropping the column in the source side of Merge Stage and you are not carrying to the target.

u can remove this warning by two process:

1) If u r not required the column in the output drop that column by using Modify Stage.
2)Other way, u can Disable the RCP(Run Time Column Propogation) in the parameter option of Job.

Regards
Nagesh.
NageshSunkoji

If you know anything SHARE it.............
If you Don't know anything LEARN it...............
Post Reply