Please see answers below your questions : Hello, : 1.What is the maximum number of jobs : we can create in a scheduler? One job database file can hold 32K job definitions. There is no limit on the number of job runs/instances. : And If we have more then your limit , : how can we work out. Spread jobs across multiple files. Run different job databases on different computers. PS. I can hardly image how you can run more than a few hundreds jobs on the same machine (or you may need to get a monster computer to handle so many tasks). : 2.We also need to use a multiply calendars for Holiday purposes : for Example : Europian... It is not possible in the current version. This will be supported in version 4 (first quarter of 2003) : Is any way of doing this? Store exception or run-time dates in text files. Schedule each job to run each date. Create Script Library function that would check date for a generic job. That function can for example accept job ID or job name as a parameter and then read from an INI file which calendar to use and then search in the calendar file for today's date. Depending on the search result the function will return either True or False. In the beginning of each job you can put a call to the described function and if the function returns False the job just exits. : thanks, : Gennadiy
|