I have a script which will run through crontab everyday from monday to friday at 12:50 am. Below is the code for crontab
50 00 * * 1-5 /u01/app/ecm2fs/deep/FS/kadecut.pl >> /u01/app/ecm2fs/deep/FS/salescut.log
But it is not running. But when i execute it manually it is running. Can anyone tell me what might be the problem?