We have two job servers set up in a server group and we're using web services to execute jobs and then retrieve their log files.
The executing works fine - if one server is down the job will be executed on the other server in the group.
However, if the job is executed on a server other than the one receiving the web service request, then the log files can not be retrieved.
We are hoping that having both job servers store their log files on a shared folder will solve this problem (see previous post) but we're not sure.
I'd like to know if this solution will work - or if there is another recommended solution.