Job binary/ executable deployment error on different server.

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
dhletl
Participant
Posts: 22
Joined: Mon Aug 23, 2004 1:13 am

Job binary/ executable deployment error on different server.

Post by dhletl »

Hi,

I am exporting the binary/executable of job JI (in dsx form) from a server say SU1. Am then importing that same binary into another server SU2.
On running the job J1 on server SU2 it aborts. The log messge says

Route_Record_Type: Failed to load the library "V0S5_J1_Route_Record_Type.sl". 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. Could not load "V0S5_J1_Route_Record_Type": Permission denied.

where J1 is the name of the job J1.

The same executable works well on the server SU1.

I understand that an executable from a different project can also be deployed as well provided the environments are the same.

Any pointers to resolve this above problem are greatly appreciated.

Thanks,
Nitin
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

I guess you are using a Parallel Job with a Transformer stage.

One point is that SU1 and SU2 must be the same OS version.
You may have to check that the Job is compiled and ready to run before export.
Also check that the user who runs the job has permissions over files that are generated by the person who imports the job.
Post Reply