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.
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