AL_RWJobLauncher: libebus.so could not be loaded

We are always encountering below error in SAP backend. Via SM69, we are trying to trigger a script where it will trigger AL_RWJobLauncher.

Could not load program /app/DS/DST1/businessobjects/dataservices/bin/AL_RWJobLauncher:
Dependent module libebus.so could not be loaded. Could not load module libebus.so.
System error: No such file or directory
External program terminated with exit code 255

but when we tried to execute the script in unix manually, it was successful.

The al_env.sh was encoded in the .profile.

What might be the missing?

Thanks!


roam (BOB member since 2015-04-29)

is this on AIX ?

I have seen similar issue with cron, the .profile is not executed in some cases
On Unix, the job launcher is called in a wrapper script, check if that is sourcing the al_env.sh and then starting the job launcher, if not then source the al_env.sh first in that script


manoj_d (BOB member since 2009-01-02)

Thanks Manoj.

I tried to source the al_env.sh in the script and now I receive this new error in SAP.

ERROR: Could not open/app/DS/DST1/businessobjects/dataservices/log/AL_RWJobLauncherLog.txt External program terminated with exit code 255

But when I tried to run manually the script in unix, there’s no error found.

Thanks!


I’ve managed to fix this, I just set the authorization of AL_RWJobLauncherLog.txt to 777

Our issue is now solved.

Thanks Manoj.


roam (BOB member since 2015-04-29)