Originally posted by: IBMFORUMS
In the script ctf2.sh, do you specify the shell to be executed with?
if it is ksh, you need to put the first line in the script:
#!/usr/bin/ksh
or, write the entry in crontab as:
00 8 * * * /usr/bin/ksh /db2backup/CTFSCRIPT/ctf2.sh > /db2backup/CTFSCRIPT/ctf2.log
second thing, if the script running under other user's crontab (not root), make sure that the user is allowed to run cron jobs.
Message was edited by: IBMFORUMS
#AIX-Forum