This is something I never expect could happened to me
. I have been created Agent using Formula and never failed with scheduled by Daily or more than once a day. Recently I have scheduled to run Notifcation Mail for couple projects. I have all test and run manually those agents and all working well. When I scheduled them to run at 1:00 AM , the server Log telling me that the agent were run and document has been accessed but the mail never arrived to recipients’ mail box.
Sample of one of the agent formula called: ‘Automatically Send Milestone Start Date Reminders’
@If(StartDate=@Yesterday;
@MailSend(PCMailAddress;“jagoe@american.edu”;“myle@american.edu”;"Milestone Start Date on : " + @Text(StartDate;“D0S0”) ;
@NewLine + “Tanisha and " + @Left(PCName;” ") + “:”
- @NewLine + @NewLine +
"Please be aware that the following Milestone start date was yesterday: " +
@NewLine + @NewLine +
“Milestone Name: "” + CompName + “"” + @NewLine +
"Primary Contact: " + PCName + @NewLine +
"Start Date: " + @Text(StartDate;“D0S0”) +
@NewLine +
“Please double-click on the doclink to review it.”; “”;[IncludeDoclink]);“”);
SELECT @All
The Agent Log:
Started running agent ‘Automatically Send Milestone Start Date Reminders’ on 03/01/2005 06:36:12 PM
Running on all documents in database: 533 total
Found 1 document(s) that match search criteria
1 document(s) were modified by formula
Done running agent ‘Automatically Send Milestone Start Date Reminders’ on 03/01/2005 06:36:14 PM
I checked the server log and found no errors messages. I hope Notes experts out there can see something did I missed or have any idea where the mail went? This is a tiny problem but is a big head-ache mystery.
Thanks in advance for reading my problems.
Myle