Buildop: Dropping component because of a prior 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
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Buildop: Dropping component because of a prior component

Post by bikan »

Hi ,

I have a buildop stage having two i/p fields & one o/p field. The buildop is doing base64 decoding.

input file ---> BuildOp ---> Peek Stage

The decoding logic is working fine and I am getting desired output from the Buildop stage.

But I am getting a warning everytime I run the job.

The warning is like
"Dropping component "XYZ" because of a prior component with the same name."

XYZ is the column which is present in both input as well as output link and the decoding is done on this field.

RCP is disabled in the job.

In Buildop:
1. All column names on the input link and 'input table schema in buildop' are same. Similarly,
2. All column names on the output link and 'output table schema in buildop' are same.

Is this creating problem?
What is the best way to avoid the warning (without suppressing it)?
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: Buildop: Dropping component because of a prior component

Post by sud »

I think you might be using auto transfer of columns, do it programatically in the loop logic.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

An exact search for "because of a prior component with the same name" got me 27 hits including your post, did none of them help?
-craig

"You can never have too many knives" -- Logan Nine Fingers
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Post by bikan »

Autotransfer is off and I am moving fields in the program.

Yes, the search did give me some existing results but none of them were of this sort where there is only one input link and one output link and were related to buildop or similar stage.

Please help me resolve this issue.
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

handle that warning through message handler management in datastage director
Srinu Gadipudi
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

handle that warning through message handler management in datastage director
Srinu Gadipudi
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Post by bikan »

As mentioned earlier, I do not want to handle the warning as it is not comply with the standards here.

Please let me know if there is any other way to remove the warning.
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Post by bikan »

As mentioned earlier, I do not want to handle the warning as it does not comply with the required coding standards given to us.

Please let me know if there is any other way to remove the warning.
Post Reply