Today I’m just sharing a tip! ;-)
I found Admin Remote Console very useful in many scenario for example when:
- modifying a template on the server and want to refresh the design much more faster than doing a refresh design from the client. *** see below (#1)
- developing for web and want to monitor the domino console for debugging purpose.
- monitor scheduled agents (same debugging purpose).
- force scheduled agent to run. *** see below (#2)
- and much more …
So what?
To open the Admin Remote Console use this @formula
@Command([AdminRemoteConsole])
A new non-modal window will be opened; you can re-size it and move it on your monitor and keep on working in lotus/notes or lotus/designer while monitoring the server console.
Click on Live console checkbox and enjoy!
By the way, to be able to use the Admin Remote Console you must be listed as “Full Remote Console Administrators” in the Security tab in the Server document.
Now it’s up to you to decide from where to use it, on form, view action or elsewhere in your environment, personally i love to have a toolbar icon ! :-)
Notes:
*** (#1) To run a refresh design from the console use
load desiger -f database_path.
*** (#2) To force a specific scheduled agent to run use
tell amgr run "database_path" 'agent_alias'