Warnings at JOIN stage

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
srinivas Guduru
Premium Member
Premium Member
Posts: 38
Joined: Sat Dec 29, 2007 9:58 am

Warnings at JOIN stage

Post by srinivas Guduru »

Hi

I am getting repeted warinings for many fileds, warning is given below.

Can you please give me a detailed advise, how to fix it

Join_39: When checking operator: Dropping component "ACCT_SAG_ID" because of a prior component with the same name.

Thanks

Srini
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Take a generic but applicable part of your message, say "because of a prior component with the same name" and do an exact search for it here. There are 37 matches for that phrase, see if any of them help you out.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vijaykumarpj
Participant
Posts: 30
Joined: Sat Dec 19, 2009 5:19 am
Location: Manchester, UK

Post by vijaykumarpj »

Hi Srini,

This warning is because of the same columns (except key columns) in both of the inputs of the joiner. So, remove the column ACCT_SAG_ID from one of the input.
Thanks,
VJ.
Post Reply