**
It's probably something associated to your environment variables.

Try this:
 
- Log into the server as the same userid that is running arsystem (usually 'root' for *nix)
- Issue the command '/abc/def/ghi/ksh shellscript.ksh'  (instead of just ./shellscript.ksh)
- See if it still runs.  I suspect that there are path issues associated with the default korne shell that aren't allowing you to run.
 
Also, be very careful when running scripts via Escalations.  The last thing you want are 100's of shell scripts running concurrently on your server and bringing the system to a halt.  You should also consider whether your script behaves properly if multilple instances of it are running concurrently.
 
HTH.
 
Terry
 

 

 

on Oct 23, 2013, Nall, Roger <roger.na...@t-mobile.com> wrote:

 
_ARSlist: "Where the Answers Are" and have been for 20 years_

Reply via email to