Agent is written in formula.Run manually now because it was failing when scheduled.
Basically what the agent does is run on new or modified documents that are in the database and set fields on the form
Here is the code that is used:
SELECT $TITLE = “OM Order Response” & MacroFlag != “Complete”;
FIELD WhenHandled := "Background - ReProcess at " + @Text(@Now);
Are there any ways to get around this message?
Subject: Unable to record which documents have been processed by this agent. Try making a new replica of the database.
Agent FAQ gives you tips on how find out why schedule agent is not running. Typically it is a security problem. The FAQ tells you where to look for errors and what security rules are. I’d start with “troubleshooting” guide.
Subject: Sounds 1 of 2 things A: corruption of the Db or B: The agent is trying to process too many documents at once.