: You cannot actually run both master and standby schedulers on the same : computer. They have to be physically on 2 different computers (or 2 : virtual servers with 2 different IP addresses). I read in the help file that you could under [About Fail-over Mode]. It says, “Optionally you can run both Master and Standby Schedulers on the same machine. This secures continued processing in case of the Master Scheduler failure”. I hope that it can because it would be quite helpful. : Regarding the weekly crashes try scheduling an automated service restart : every night or every few days. You would need to make a batch file like : NET STOP "24x7 Scheduler" : NET START "24x7 Scheduler" : and schedule it to run as often as required. Thanks for the idea. I actually had thought of that too. I got mixed responses on the team but I am planning on asking for mgr permission to set it up to see if it helps. In the past, with other services I’ve had sporadically crash, I have had them stopped/restarted each night and it greatly lessened the occurrence of crashes. Thanks for the feedback. I appreciate it.
|