Page 1 of 1

BASIC Transformer question

Posted: Fri Jan 09, 2009 8:15 am
by mydsworld
Please let me know the difference between parallel Transformer and BASIC Transformer in parallel job. Which one is useful under which scenario.

Thanks.

Posted: Fri Jan 09, 2009 10:10 am
by kandyshandy
Visibly, there is no difference other than mentioned in the documentation. BASIC transformer has access to BASIC functions (functions that you could use in a server job's transformer).

When your situation demands any BASIC function in a PX job (that are not available in your PX transformer), then you could go for a BASIC transformer stage.

Posted: Fri Jan 09, 2009 3:41 pm
by ray.wurlod
Interview question?

Posted: Mon Jan 12, 2009 10:12 am
by mydsworld
No, it is not for interview.

I am using 5 BASIC transformers in a parallel job (needs to call some server routines & macros not available in parallel transformer). The job fails with the error :

node_node1: Fatal Error: Unable to start ORCHESTRATE process on node node1 (x40bdwas01): APT_PMPlayer::APT_PMPlayer: fork() failed, Resource temporarily unavailable

The job however worked with parallel transformer without those calls.So, my dbout is on the BASIC transformer.

Please advise.

Posted: Mon Jan 12, 2009 10:59 am
by chulett
This would have been a much better place to start then, rather than the extremely generic "what's the difference" question.

Posted: Mon Jan 12, 2009 11:14 am
by mydsworld
I already have one started with 'ORCHESTRATE error ', but no one has responded to it yet.

Posted: Mon Jan 12, 2009 12:02 pm
by chulett
This one?

viewtopic.php?p=312693

That's probably because there's zero in the way of detail in it, at least here you've added some pertinent information re: the job design.