Hi again, You have confirmed what I had managed to figure out by trial and error. Most of the problems I have experienced with the 24x7 product so far have been more to do with poorly/undocumented restrictions rather than bugs. Do you have a scheduled/estimated release date (and feature list?) for V4 ? Thanks, Jim : The debugger is always local. : In essence, when you connect using remote control the following happens: : Remote control grabs snapshot of the job database and global settings on : the server and downloads it locally. It also downloads remote logs. When : you save changes it sends incremental changes (delta) to the server. The : server ensures that multiple users don't override each other's changes by : looking at job timestamps. When you select a job to run it prompts you : where, if you select local it runs it locally, it you select remote it : submits the job to the remote just as any scheduler or agent does when : executing remote jobs. The debugger can only run local jobs because it : runs them interactive, line-by-line. : PS. Remote debugging should be available in version 4.
|