Wrapped stage error

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
mattali
Participant
Posts: 2
Joined: Thu Mar 08, 2007 10:16 am

Wrapped stage error

Post by mattali »

Hi All,

I am a newbie and am testing a wrapped stage(ex_sort_93) using environment variables. The error I am getting is:

ex_sort_93,0: processing failed for output /tmp/aptfc2.876742.460bcdf2.0, $out1: Unix signal = 30 (SIGUSR1); subprocess exited and never opened this connection.ex_sort_93

Can anyone tell me what I am doing wrong?The job contains couple of input files with sort being performed using one of the colmns.

TIA,
Matt
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Thats a user defined signal. See what it means by looking into the header file signal.h
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
mattali
Participant
Posts: 2
Joined: Thu Mar 08, 2007 10:16 am

Post by mattali »

When using "from Environment variable' for wrapped stage, what do I specify in the value colmn of Environment tab? Should that be the file locations?
[I am trying the wrapped stage example from the guide i.e. sort with two input files]

TIA,
Matt
Post Reply