Page 1 of 2

how to handle the join stage warnings

Posted: Tue Dec 05, 2006 3:40 am
by thumati.praveen
hi all,

i am using 4 join stages sequentially ,the join lookup is same table for 4 joins and key column also same and i am using the left outer join on 4 joins and 4 joins are produced same column as output.i got output proper but the problem is it is generating the warnings like.........

JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.

can u provide the input for this problem

thanks inadvance
praveen

Posted: Tue Dec 05, 2006 3:52 am
by ray.wurlod
Stop regarding it as a problem. DataStage is not allowing two columns with the same name to be output.

Re: join stage warnings

Posted: Tue Dec 05, 2006 5:22 am
by ajith
thumati.praveen wrote:hi all,

i am using 4 join stages sequentially ,the join lookup is same table for 4 joins and key column also same and i am using the left outer join on 4 joins and 4 joins are produced same column as output.i got output proper but the problem is it is generating the warnings like.........

JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL01: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL02: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL03: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.
JoinNZMISSPL04: When checking operator: Dropping component "MISCORR" because of a prior component with the same name.

can u provide the input for this problem

thanks inadvance
praveen

That is because you are having the same column name on both sides of the join. If you want to get rid of this warning, change the names.

Or else, as Ray said, Stop regarding this as a problem.

Hope this helps,
Ajith

Posted: Tue Dec 05, 2006 6:24 pm
by Raghavendra
Try message handlers to demote these warnings to information..

Posted: Tue Dec 05, 2006 10:00 pm
by Sreenivasulu
Hi

Ignoring Warnings is easy but if you have a standard restartability feature (doing truncation of data load in case of warning) then it could be a problem

Regards
Sreeni

Posted: Wed Dec 06, 2006 3:37 am
by Nageshsunkoji
Hi,

Warning Messages- We have to analyse those warnings properly and by max, we have to find the cause and solution for the same.

Message Handlers are helpful, whenever your warning is not harming your job and if your unable to find a solution for your warning.

Warning like Prior Component with same is quite possible to fix. Don't go for Message Handler.

You have two options here to solve the above problem.
1) Rename the columns at the output of Join stage
2) Switch Off the RCP

Posted: Wed Dec 06, 2006 5:41 am
by thumati.praveen
Nageshsunkoji wrote:Hi,

Warning Messages- We have to analyse those warnings properly and by max, we have to find the cause and solution for the same.

Message Handlers are helpful, whenever your warning is not harming your job and if your unable to find a solution for your warning.

Warning like Prior Component with same is quite possible to fix. Don't go for Message Handler.

You have two options here to solve the above problem.
1) Rename the columns at the output of Join stage
2) Switch Off the RCP


hi
thanks for ur input

if i switch off the RCP the data is not visible in the target and
if i rename the out columns that is also the same problem the data is not visible in the target,but in both cases the performence statistics is showing the data is moved all the records from source to target.

thanks
praveen

Posted: Wed Dec 06, 2006 5:44 am
by Nageshsunkoji
What is your Target ?

Is it a Dataset or Database ?

Posted: Wed Dec 06, 2006 5:59 am
by thumati.praveen
Nageshsunkoji wrote:What is your Target ?

Is it a Dataset or Database ?

Dataset

Posted: Wed Dec 06, 2006 6:04 am
by Nageshsunkoji
thumati.praveen wrote:
Nageshsunkoji wrote:What is your Target ?

Is it a Dataset or Database ?

Dataset
Data is not visible means, is it showing dataset is not created in the mentioned path or it is simply showing dataser created but no data. that means empty dataset.

are you able to view the data without these two options ?

The path your passing at run time is it the right path ?

Posted: Wed Dec 06, 2006 7:43 pm
by ray.wurlod
Disabling RCP means that columns that formerly were automatically transferred are now not being transferred. You have to explicitly design in those transfers (mappings) if you require them to occur without RCP.

Posted: Thu Dec 07, 2006 3:56 am
by thumati.praveen
Nageshsunkoji wrote:
thumati.praveen wrote:
Nageshsunkoji wrote:What is your Target ?

Is it a Dataset or Database ?

Dataset
Data is not visible means, is it showing dataset is not created in the mentioned path or it is simply showing dataser created but no data. that means empty dataset.

are you able to view the data without these two options ?

The path your passing at run time is it the right path ?



i am not using the parameters.
everithig is correct

Posted: Thu Dec 07, 2006 4:13 am
by sud
Please switch off RCP only in the input stages to the join, keep RCP on in the joiner output.

Posted: Thu Dec 07, 2006 5:57 am
by Nageshsunkoji
I am still confused ...

Y the RCP switch off and renaming columns is not giving the results to you ?

What is the status now ?

Posted: Thu Dec 07, 2006 7:09 am
by thumati.praveen
sud wrote:Please switch off RCP only in the input stages to the join, keep RCP on in the joiner output.
Hi,

i did what u said, but their is no change in my target dataset the data is not come.