I created a very simple agent that checks the documents in my database and if their status is not closed and they have been idle without update for x number of days, it should send an email to the document owner. The agent works when I run it manually as I expect it to. However, when I set it to run on schedule it never runs. When I check the notes log I see the following entries:
04/20/2010 22:40:06 AMgr: Start executing agent ‘Topic Idle’ in ‘s_dir/SCMAPARDatabase.nsf’ by Executive ‘2’
04/20/2010 22:40:06 AMgr: ‘Steven Runyon/Raleigh/IBM’ is the agent signer of agent ‘Topic Idle’ in ‘s_dir/SCMAPARDatabase.nsf’
04/20/2010 22:40:06 AMgr: 'Agent ‘Topic Idle’ in ‘s_dir/SCMAPARDatabase.nsf’ will run on behalf of ‘Steven Runyon/Raleigh/IBM’
04/20/2010 22:41:05 AMgr: Agent ‘Topic Idle’ in ‘s_dir/SCMAPARDatabase.nsf’ did not process all documents successfully. Check the Agent Log for more information: Unable to send mail; no match found in Name & Address Book(s)
Its unclear to me why this agent fails to run. The error about not match found in Name and Address Book seems to be misleading as this database currently sends out emails just fine everytime a document is updated. So I am stuck on what to check next. Any one have any ideas? ![]()