Basic transformer error

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
shrey3a
Premium Member
Premium Member
Posts: 234
Joined: Sun Nov 21, 2004 10:41 pm

Basic transformer error

Post by shrey3a »

Gurus,

We getting error in the basic transformer in parallel job, job is running on single node on which DS is configured.


ds_loadlibrary: error in dlopen of ccpassive.so - /opt/is/IBM/InformationServer/Server/DSEngine/lib/ccpassive.so: undefined symbol: _ZN7DSStageC1EP10DSCStageT_

Any inputs why we are getting this error.

Regards,
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Can you create a small dummy job, with just a single column row generator to a BASIC transform stage that just passes the single column out to a PEEK stage? Does that compile and run?
Post Reply