Wednesday, August 20, 2008

How to automatically run an agent on a Domino server at startup

You want an agent to automatically run each time a Lotus Domino® server starts up. How can this be accomplished?


Link

1 comment:

Andrei Kouvchinnikov said...

It "should" work if you put "tell amgr run mydb.nsf agentname" in ServerTasks line in notes.ini
I'll try it later today.
Otherwise you can create a Java or Visual Basic program which calls the agent by agent's URL, e.g. http://server.com/db.nsf/myagent?OpenAgent Such program can be put into Domino directory and called with "load programname.exe"