Hi,
I have the following jobs configured to run every 15 minutes
0,15,30,45 * * * * . /home/decimal/sms_engine/OutSmsProcessor.sh
0,15,30,45 * * * * . /home/decimal/sms_engine/InSmsProcessor.sh
when i run these commands from command line they run fine and processing happens as expected. The cron log shows that these jobs are running fine
command tail /var/log/cron shows the following
Oct 29 03:45:01 services crond[7416]: (decimal) CMD (. /home/decimal/sms_engine/InSmsProcessor.sh)
Oct 29 03:45:01 services crond[7419]: (decimal) CMD (. /home/decimal/sms_engine/OutSmsProcessor.sh)
In spite of this no processing is being done by the program.
Could someone please help
Thanks a ton in advance.



LinkBack URL
About LinkBacks
Reply With Quote










