I have an agent that runs when new mail arrives. It processes a subscription list, housed within the same database, which holds over 9000 records. The agent mails out to the subscriber list, in batches of 50. Everything was fine before the server upgrade to 8, which is now even 8.5, but we are receiving an error about memory exceeding 65,000 bytes. Upon investigation I am finding out that the problem lies in the agent log. We were writing very small amounts of data to the log, but I have now changed that to write to a file log instead (text file). Still though, it is crashing and getting the memory error, and when I check the agent log from Designer… sit on the agent… Agent, Log… I see that it is logging all the “Unable to send mail to…” instances where people no longer exist within the firm. It’s not possible to delete these people from the subscriber list manually, and I am not explicitly writing these values to the agent log but still they appear. The sheer volume being written to the agent log is the problem, but how do I stop it from writing this information when I don’t want it to?
Thanks.