**
Roger:

 
I noticed something in the format of your command line.
 
Shouldn't it read:
 
/usr/sbin/ksh /abc/def/ghi/shellscript.ksh
 
not
 
/abc/def/ghi/ksh shellscript.ksh
 
?
 
Inside shellscript.ksh, ensure that all your paths to executables and files are fully qualified.   Do not assume that this shellscript.ksh has to be only run from a current working directory of /abc/def/ghi .   Give it a shot.
 
As for how often you run this escalation, it is not the frequency that I am concerned about, but the number of records that match the qualification of the escalation.  Can there by 100's , or only 1 or 2 ?
 
Terry
 
P.S (you could also try /abc/def/ghi/ksh ./shellscript.ksh (notice the ./ in front of your script name).  While it may work, I would still change my script to be able to be run from any current working directory)
 
on Oct 23, 2013, Nall, Roger <[email protected]> wrote:
 
_ARSlist: "Where the Answers Are" and have been for 20 years_

Reply via email to