Search found 3 matches

by Sara
Thu Sep 18, 2008 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGPIPE signal was received in APT_JobmonFilter::writeMess
Replies: 2
Views: 1162

I was converting a server job to parallel recently and ran into the same problem. The server job allowed a text file name to contain a special character (&), but the parallel job did not. I changed the name of the text file and the warning disappeared.
by Sara
Thu Jul 26, 2007 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to execute more than one After-job Subroutine
Replies: 4
Views: 1679

Need to execute more than one After-job Subroutine

Thanks to Ray's input, I created a new subroutine that would call the two other existing routines. Using some UNIX commands, I read the xml file that was created in one of the subroutines being called to get the job status. Depending on the status, I will get an email if the job aborts and not if th...
by Sara
Tue Jul 24, 2007 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to execute more than one After-job Subroutine
Replies: 4
Views: 1679

Need to execute more than one After-job Subroutine

I would like to know if there is any way I can execute 2 after-job subroutines in one job. I have a bunch of stand-alone jobs that do not require sequencers. They are being triggered by SAP-BW. Currently, these jobs are coded with an after-job subroutine that would read the job statistics. However, ...