Basic transformer usage issue in Parallel job

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
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Basic transformer usage issue in Parallel job

Post by senthilt1 »

Hi All,

I have a parallel job like below using the Basic transformer to call the Routine in derivation.

Seq file ------Basic Transformer-------Seq File

Inside the Basic transformers derivation am using the Basic routine.

While running ,the job aborts with the below issues

warnings: library dsjobsh failed to load

could not load dsjobsh lib ACS_CLIENT_CPP.SO :
could not open shared obj file
no such object in directory

Basic_transformer_9,0: APT_ARCHIVE::bad class:from loading memory archive


Please suggest whether i can use Basic transformer in Parallel job.
Note: I cant create a server job from datastage as i could see only parallel jobs and sequence job options.

Thanks,
Senthil Kumar P
mobashshar
Participant
Posts: 91
Joined: Wed Apr 20, 2005 7:59 pm
Location: U.S.

Post by mobashshar »

yes.. you can use basic transformer in Parallel Job. By the way to get to Server Job.. click File > New and Click on Jobs folder.. Here you will find Server Job option
Post Reply