Wrapped Unix Stage Problem

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
gsherry1
Charter Member
Charter Member
Posts: 173
Joined: Fri Jun 17, 2005 8:31 am
Location: Canada

Wrapped Unix Stage Problem

Post by gsherry1 »

I have been having some problems working with wrapped stages.
At first the wrapped stage I create works. However after making any edits to the wrapped stage via Manager, and adding the edited stage to my job, I receive the following error:

No operator found for stage type 'mylist'.

mylist is actually the name of my wrapped stage.

My wrapped stage is simply an ls command.

Any ideas?
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Have you re-generated the wrapped stage?
gsherry1
Charter Member
Charter Member
Posts: 173
Joined: Fri Jun 17, 2005 8:31 am
Location: Canada

Post by gsherry1 »

Eric wrote:Have you re-generated the wrapped stage?

After making the edits in Manager I click on generate and then ok.
Then I go to my job, delete the original wrapped stage, refresh my repository, and drag the edited wrapped stage onto the job.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

And what happens then? Does that fix the problem, or are you explaining that that's how you implement the Wrapped stage in your design?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gsherry1
Charter Member
Charter Member
Posts: 173
Joined: Fri Jun 17, 2005 8:31 am
Location: Canada

Post by gsherry1 »

ray.wurlod wrote:And what happens then? Does that fix the problem, or are you explaining that that's how you implement the Wrapped stage in your design?
No, it did not fix my problem. I was merely clarifying how I implemented the wrapped stage.
banactp
Participant
Posts: 52
Joined: Tue Feb 22, 2005 2:55 pm

Post by banactp »

It's been my experience that you cannot edit a wrapped stage definition.

If you want to change the stage, it appears you must delete the old version and start from scratch.

Sorry.
Post Reply