Join: When checking operator: Dropping component

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
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Join: When checking operator: Dropping component

Post by vivek_rs »

Hi
I'm getting this warning...

Join: When checking operator: Dropping component "tab_name" because of prior component with same name

what does it mean???
Regards,
Vivek RS
vigneshra
Participant
Posts: 86
Joined: Wed Jun 09, 2004 6:07 am
Location: Chennai

Post by vigneshra »

Hi Vivek
It's simple and straight forward! You are having a column (non-key column) in both the datasources for the join stage. Depends on your link ordering it picks the column from the driving datasource and dropping the other column with the same name from the other datasource. Just look into that and your warning is solved.
Vignesh.

"A conclusion is simply the place where you got tired of thinking."
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

But no,
I've renamed the columns that are not part of the key in the second stage as c_columnname
Regards,
Vivek RS
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

vivek - in which stage did you rename the columns?
(hint - some stage won't let you do that plus think of column propagation)
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

This is how my job is...
left_table ----\
left outer join---
right_table ---/

bath tables have 29 columns (same columns)
Only 1 column is the key - parent_id
I've renamed the columns (except parent_id) in the right_table within a transformer as 'c_'columnName

Is there anything else I should do???
Regards,
Vivek RS
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

vivek - what does your transformer output have to say about "column propagation"? I think you have left it turned on, thus the changed name is being overridden.
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

are you referring to runtime column propagation?
if yes, it is turned off in the administrator for this project.
if no, how do i do that?
Regards,
Vivek RS
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Vivek - go into your designer and open up your transformer stage.
Top left corner you have a hand pointing onto a sheet of paper, click on that.
Then click on the Outputs tab.
Then click on the link you want to look at and on the General tabl.
Bottom right has a check box for Column Propagation. This should be off.
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

It is Ticked and Disabled!
How do I enable it so that I can UnTick it???
Regards,
Vivek RS
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Now I'm confused. It should be unticked. Maybe someone else might be able to help here.
vivek_rs
Participant
Posts: 37
Joined: Thu Nov 25, 2004 8:44 pm
Location: Bangalore, Karnataka, India

Post by vivek_rs »

Thanks a lot anyways.
If I figure it out, I'll let you know...
:?
Regards,
Vivek RS
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

Post by benny.lbs »

You may turned on RCP in the administrator for this project first. And then unticked in the stage's RCP.
Post Reply