You want an agent to automatically run each time a Lotus® Domino® server starts up. How can this be accomplished?
In version 7.x or earlier you can create a Program document set to run “at startup” in the Domino Directory. For example, on a Windows® platform, the Basics tab of such a Program document would look like:
Program name: nserver
Command line: -c “tell amgr run ‘database_name.nsf’ ‘agent_name'”
Note that both the database name and agent name must be in single quotes.
In Notes 8 there is a new feature in the agent properties.
When you change nserver to $server you can use it with all plattforms.
Best regards
Frank Hüttner
Don’t you need double-quote characters around the database_name.nsf argument for the “tell amgr run” command?