Shell script not kicking off

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Shell script not kicking off

Post by swades »

Hello,
We are scheduling DataStage jobs from Crontab (Shell Script ).I have made entry in crontab to run script at perticular time but It is not executing.
what can be the reason ?
However I can execute the same manually.

Thanks for your time.
Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Re: Shell script not kicking off

Post by Ultramundane »

swades wrote:Hello,
We are scheduling DataStage jobs from Crontab (Shell Script ).I have made entry in crontab to run script at perticular time but It is not executing.
what can be the reason ?
However I can execute the same manually.

Thanks for your time.
1. User Error
2. Cron daemon not running
3. Environment is not sourced correctly for cron execution
Post Reply