Wrapper stage is not working

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
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Wrapper stage is not working

Post by atul9806 »

Hi All

I am using a wrapper stage to translate the character to Capitals.
Inside Wrapper stage using this command - tr [a-z] [A-Z]
But my job is getting aborted with below error ? I did not find any reference for this error kindly help ?

main_program: APT_PipeConnection: new connection 1 requests file descriptor -1, which was also requested by connection 0
main_program: Fatal Error: Incompatible connection - operator type = APT_OSL_SubprocOperator
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why not use an External Filter stage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ssnegi
Participant
Posts: 138
Joined: Thu Nov 15, 2007 4:17 am
Location: Sydney, Australia

Post by ssnegi »

Use transformer with UpCase Function from String functions.
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Post by atul9806 »

Hi
I have tried to use the External Filter but still I am getting the same error.

main_program: APT_PipeConnection: new connection 1 requests file descriptor -1, which was also requested by connection 0
main_program: Fatal Error: Incompatible connection - operator type = APT_OSL_SubprocOperator

( I have opened a new thread as this is related to External Filter STage but that is locked :roll: )
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Asking over and over in multiple threads does not help. They are the exact same error in all your posts regardless of the source you are using. That really should tell you that the wrapper or external filter or whatever is not the source of the problem.

Have you searched? Some advice is out there in the other threads on the issue of pipe creation. And if you haven't involved your official support provider by now I don't know why you wouldn't have.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply