Failed to load LIBRARY V0S12_XXXX.o

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
Vish
Participant
Posts: 1
Joined: Thu Nov 11, 2004 6:02 pm

Failed to load LIBRARY V0S12_XXXX.o

Post by Vish »

Hello All,
I am getting a run time error message specific to the transformer stage of failed to load the library "V0S12_XXX.o" Either the directory containing the library file not in library search path, or the library was compiled on a system that is incompatible with this system. The job is not producing .o file after compiling.

Thanks,

Vishal
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Are you attempting to run a MPP EE run? Or is it just SMP?

Basically, are you trying to run a job using multiple computer systems, not just multiple CPUs?

Did you migrate a job with its executables to a different server that may be different than the development server?

Look in your log for the environment settings, and paste the relevent path information here (PATH, LIBPATH, et cetera) so we can help you.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

First make sure you 'Force' re-compile the job using the option:
File -> Force Compile

Oh, Are you sure it said *.o and not *.so?

Are you using any routines or custom code within the Transformer?
Post Reply