Hi there,
A few months ago I set up an agent on a mail-in database. It runs everyday at 5AM …
The agent is:
d1 := @Date(DeliveredDate);
d2 := @Adjust(@Today; 0; 0; -15; 0; 0; 0);
@If(d1 > d2; @Return(“”); “”);
@DeleteDocument;
SELECT Form = “Memo” : “Reply”
It worked up until i noticed the following error in the log for the last few days.
11/15/2007 05:01:37 AM AMgr: Error executing agent ‘Keep only 15 days e-mail’ in ‘mail<file>.nsf’. Agent signer ‘Ayaz Ahmad/’: Memory allocation request exceeded 65,000 bytes.
Any idea why this is happening and how to resolve it?
I could see it has more than 35000 messages in the Inbox, starting from 10, 2007. Do i need to move these into a folder or what?
thanks for all the help!
Ayaz