Parallel Jobs not compiling/running

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
r_arora
Participant
Posts: 20
Joined: Tue Mar 04, 2008 10:30 am

Parallel Jobs not compiling/running

Post by r_arora »

I by mistake deleted this post. Posting again:

Yeah I tried compiling a simple parallel job..with an oracle stage, a transformer and then a sequential file. It never got compiled. But when I later removed the transformer from the job and kept the rest of the stages, my job got compiled. It's so weird. Is this problem only with the transformer stage?

If the problem is with the Transformer stage, is there any mitigation for this problem?
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

Post by just4u_sharath »

not problem with transformer,r u getting any compile error,r not in compile state,check that

get compile error if you have not passed exact values or derivations in transformer stage
deanwalker
Participant
Posts: 82
Joined: Tue Jan 22, 2008 10:37 am
Location: UK

Post by deanwalker »

Can you show us the error when the job compilation fails ?
Just deleting the Transformer stage is not a workaround.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Can you please post the error messages? I'm assuming you've installed the appropriate compiler and have configured for it.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Nothing 'weird' about this. Are you not aware of the need for a C++ compiler when using the Transformer stage? You need to ensure you have a supported compiler installed and configured correctly.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply