Page 1 of 1

Scheduling

Posted: Wed Apr 11, 2007 5:28 pm
by Saama
Hi Gurus,

I have never done scheduling, can any one help me out with the steps involved in scheduling datastage jobs using unix utilities like corn tab utility.

cheers;
Saama

Posted: Wed Apr 11, 2007 6:58 pm
by chulett
First off, you've marked your Server OS as 'Windows' in your post, is it really on UNIX? In any case, 'scheduling' is handled automatically by the Director tool. All you need to do is 'Add to Schedule' and it will create the appropriate entries for cron or at for your job.

For UNIX, you will need to ensure the user used to do the scheduling is in the 'cron.allow' and 'at.allow' files. If you have permissions problems trying to schedule jobs, talk to your SA and ask to be added to those files.

ps. The native scheduler on UNIX is 'cron' and it stores schedule information in 'crontab' files. One word. And not the vegetable. :wink:

Posted: Wed Apr 11, 2007 7:26 pm
by ray.wurlod
:lol: I dunno. The "corn" scheduler would explain many things...

Posted: Thu Apr 12, 2007 9:13 am
by Saama
Hi Gurus,
Thanks very much.But what abt the dsexecute() function.

Why is this used.In what way is this useful in scheduling the jobs.

Can anyone help me out.

cheers;
Saama

Posted: Thu Apr 12, 2007 9:17 am
by DSguru2B
Read about DSExecute() in help. Its not used to schedule anything. Its usage is as defined in its help. A lot of topics around that function on this website. Search for specific examples for a better understanding.