Parallel Transformer stage errors

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
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Parallel Transformer stage errors

Post by yaminids »

Hello there,

I am trying to execute a simple parallel job. The design of the job is:
SEQ ==>Transformer ==>SEQ.
I got the following error during the execution:

Error when checking composite operator: Subprocess command failed with exit status 65280

Can anyone help me in correcting the error.

Thanks in advance.
-Yamini[/b]
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Post by dsxdev »

This is a generic error message you get with a return code if you go down the error messages you'll find the line no where ther is error.
Happy DataStaging
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Hi


when ever you reading from Sequential file following things you shoud follow.

1. file path
2. file name and metadata.

so please check above things then try once again..

Thanks
MAN
shin0066
Premium Member
Premium Member
Posts: 69
Joined: Tue Jun 12, 2007 8:42 am

Post by shin0066 »

This is also related to TMPDIR in DataStage Administrator - check TMPDIR value and permissions on that path.

Create necessary permissions and compile.

Thanks,
Post Reply