You need a job that monitors all of these files from one place (even if these files reside on different servers) and keeps track of which server has been already used. Then you will need 3 "worker" jobs, one for each server. The worker jobs should have "no schedule" for the schedule. If you want you can statically assign them to different servers. The file monitoring job can then trigger these jobs in the right order. Set all those jobs to run synchronous and make the file monitoring job either to delete or rename found files so it does not repeat. Because this job is going to be synchronous it will run only one worker job at a time. The most simple method is to make a script type job like JobRun "worker job 1" JobRun "worker job 2" JobRun "worker job 3" Hope this helps : I need to run a set of jobs on 3 of the servers in my : domain. Software licensing limitations require that : I only run one job at a time on each the 3 servers. : These jobs are triggerd by the arrival of files from : the outside (15 files of various sizes). : How do I set up a Queue and the remote agents to feed : jobs to the next available server? : thanks.
|