Warning message : Previous component with same name

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
Nagac
Premium Member
Premium Member
Posts: 127
Joined: Tue Mar 29, 2011 11:39 am
Location: India

Warning message : Previous component with same name

Post by Nagac »

Hi

I have job which creates multiple datasets, One column name is same in each dataset.. and these columns are mapped by one column.

Eg: input column Output Column
column_name COLUMN_NAME
COLUMN_NAME
COLUMNA_NAME

i am getting warning when i execute it. error as below.

Tfm_Derivation: When checking operator: On output data set 1: Dropping component "Column_Name" because of a prior component with the same name.
hargun
Participant
Posts: 188
Joined: Mon May 16, 2011 7:41 pm
Location: United States

Post by hargun »

have you tried to change the name of column
Post Reply