Page 1 of 1

Job binary/ executable deployment error on different server.

Posted: Wed Sep 15, 2004 5:17 am
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

Posted: Wed Sep 15, 2004 6:55 am
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.