error in wrapper 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
rekha
Participant
Posts: 17
Joined: Fri Oct 14, 2005 1:45 pm

error in wrapper stage

Post by rekha »

Hi

I am trying to use the wrapper stage, and i am getting the error below
"No Operator defined for Stage Type testwrapper"

My intention is to try with a simple unix command and then replace with my real logic.

All I did was read the given file using testwrap apply unix command and dump it back to a squential file stage.

No Operator defined for Stage Type 'testwrap'

I can see this stage in the manager.

below is what I defined in the testwrap

command head -1
property name : FILENAME
Datatype : string
promt : FILENAME
required : yes
repeats : no
conversion : -Name Value


Wrapped

input nothing defined
output:
Link : 0
stream : stream=Standard Error
I tried to search in previous postings but could not find similar situation.

any help will be appreciated.

Thanks
-Rekha
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you read the Chapter on Custom Stages in the manual? It takes you through an example of a Wrapper 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.
trainee9999
Charter Member
Charter Member
Posts: 47
Joined: Sat Jul 09, 2005 2:04 pm

Post by trainee9999 »

ray.wurlod wrote:Have you read the Chapter on Custom Stages in the manual? It takes you through an example of a Wrapper stage.
Thanks Ray.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Are you that thankful to Ray by going through some old post :wink:

-Kumar
Post Reply