![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Facing issue in Solaris OS in crontab for running shell script | mabrar | Shell Programming and Scripting | 2 | 11-02-2007 02:32 AM |
| Crontab Mail message | pankajkrmishra | Shell Programming and Scripting | 1 | 09-22-2006 01:36 AM |
| Recieved: Header help for sendmail | rkf45144 | UNIX for Advanced & Expert Users | 0 | 06-29-2006 07:26 PM |
| NIS map mail.aliases specified, but NIS not running | stancwong | UNIX for Dummies Questions & Answers | 2 | 08-29-2005 06:29 PM |
| running sql in crontab | dorilevy | UNIX for Dummies Questions & Answers | 4 | 08-22-2002 04:13 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Mail not recieved when running from Crontab
Hi
I am not able to recieve mail when a script is run as a cron job. But when same job is run from command prompt mail is recieved . Any help will be appreciated. Thanks Pankaj |
| Forum Sponsor | ||
|
|
|
|||
|
Hi
Here is the cron entry of the process/sh file 25 09 * * * /opt/bea/wls61/config/dev05/batch_automation /MBPSBatch/vendorfeed_concentra.sh > /opt/bea/wls61/config/dev05/batc h_automation/MBPSBatch/logs/concentra_feed.log Now when this file (vendorfeed_concentra.sh ) is run from command prompt , than a mail notification goes to the the users whose email is entered in a xml file. This xml file is envoked by the script at runtime. I am stuck here.... Thanks Pankaj |
|
||||
|
have you tried looking in the usual place first?
|