Dear all expert,
I wrote an agent with @formula. I set the agent to run on schedule (every 10 minutes) target to all new & modified documents.
But it never run.
Kindly please advice.
Thank you.
Dear all expert,
I wrote an agent with @formula. I set the agent to run on schedule (every 10 minutes) target to all new & modified documents.
But it never run.
Kindly please advice.
Thank you.
Subject: Agent Not working
Hi,
Did u select the server for run the agent??
Subject: RE: Agent Not working
Hi,
Thank you for your prompt response. Yes, I did select the server on the “Where the agent runs” on the schedule.
Subject: RE: Agent Not working
Then u please check log.nsf for the same… and revert
Subject: RE: Agent Not working
To run agent successfully few points we consider in our mind.1. Where the agent run on (where we select SERVERNAME)
Signer of the agent (people who saves the agent must have permission to run agent)
Verify also do not run agent on weekends option is not checked.
And the time when you schedule the agent try to add some msgbox “Agent Start” in Initilize function and msgbox “Agent End successfully” at the end of the code. and then after check log.nsf at that particular interval is that agent started and throw some error in mid of execution or completely it is not started.
Gud Luck…
Subject: RE: Agent Not working
Check the agent properties
Subject: Agent Not working
Read this first
Subject: RE: Agent Not working
HI,
The agent is finally working. But it stop after i change the schedule to run every 2 hours…