Error using Basic transformer in parallel Job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Error using Basic transformer in parallel Job

Post by Sairam »

Hey Gurus,

I am using a Basic Transformer which has some basic routines to run , with in a parallel shared container .I am getting the following error when it is run on 2 or 4 nodes.

"ds_ipcgetnext - timeout waiting for mutex".

Any help is appreciated

Thanks
Sairam
gh_amitava
Participant
Posts: 75
Joined: Tue May 13, 2003 4:14 am
Location: California
Contact:

Post by gh_amitava »

Hi,,

To eliminate this mutex error, instead of using a Basic Transformer you have to use PX Transformer.. But you can't call a basic routine from PX Transformer.. You can call a PX routine(unix shared library) from a PX transformer.. Otherwise you can create and use your own buildop..

Regards
Amitava Ghosh
Post Reply