Error while Running Parallel Routine

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
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Error while Running Parallel Routine

Post by Sairam »

Hi Gurus,

I have created a parallel routine and specified location of the object file .
But I have got the error :

"Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system."

Any Suggestions appreciated .

Sairam
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I think the message is quite clear.

Either the directory containing your library is not in the search path (LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH, depending on your UNIX), or the routine was not compiled using a C compiler compatible with that platform (or not the right kind of C compiler).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply