We have a planning macro which we would like to have run only on Thursday and Friday for every half hour. Since the scheduler only allows you to select days or hours but not certain times for certain days. Would anyone have an idea on how to best accomplish this? Thank you
Tom
Hm... maybe via trigger.bat?
Schedule your job to run with trigger, so it runs when a trigger kicks in.
Link that trigger to trigger.bat you created, then setup another batch file that runs every Thursday and Friday for 30 mins to call trigger.bat.
Look for info in ug_cra under "Setting Up Trigger-based Scheduling", "Schedule an Entry Based on an Occurrence", and "Set Up a Trigger Occurrence on a Server".
Rocks has also provided example somewhere in this forum...:
http://www.cognoise.com/community/index.php?topic=4268.0
Regards,
Z