Dear All,
I am running upto 15 databases in my Lotus Domino Sever. In one of the database an agent gets automatically triggered and it is running every 2 minutes. It prints some message on console everytime it runs. But i am not able to find which agent it is and to which database it belongs to.
Is there any way to find out?
Thanks in advance!!!
Subject: Agent runs repeatedly
You could have a look in the design of each database and look for any scheduled agent. You will find these at Shared Code\Agents. In the leftmost column you will find an indication when the agent is scheduled.
Subject: RE: Agent runs repeatedly
Or type
tell amgr schedule
at the server console …
Subject: RE: Agent runs repeatedly
or set in notes.iniLog_AgentManager = 2
Subject: RE: Agent runs repeatedly
But this is not a scheduled agent. This is automatically getting triggered in some way. And Mr. HunPhu Tran, could you tell what will happen if set the notes.ini Log_AgentManager = 2?
Thanks All for the reply!!!
Subject: RE: Agent runs repeatedly
How do you know, that this is not a scheduled agent, if you don’t know which agent it is?
Is it triggered every 2 minutes pretty much exactly, or just about every 2 minutes? Normally, it should not be possible to run a scheduled agent every 2 minutes, but there has been a report by at least one user in this forum, who had exported an agent to DXL just to find, that it really WAS set to run every 2 minutes. If the agent is not scheduled, it must be triggered by some event, but it would be highly unlikely, that this happens every 2 minutes exactly.
If you are unable to find the agent in question that way, you will have to go through the design of all databases, as Rob originally suggested. Since there are only 15 databases on your sever, this should be pretty easy, if you use a tool like TeamStudio Analyzer ($$$) or DDSearch from the Sandbox (free of charge). Just search for the text of the message or relevant parts of it (in case part of the text is computed at run-time).