Scheduled Agent Problem

I am trying to create a scheduled agent that will send a email when certain criteria are met. When I test it using a manual event trigger, it works but with I use a daily schedule, it does not. Does anyone know why this would be happening.

Thanks in advance, Paul

Subject: check the permissions

When you run an agent manually, it is you/it has all the permissions that you have. When you run it scheduled, it is the server/has the permissions of the server. So be sure the database(s) it hits against have the server listed with manager access, and if the documents have reader fields, that the server is listed in a readers/backdoor field. And any actions it takes, it must have permission to take.

Subject: Thanks but still not working

Maria,

thank you for responding to my request.

I checked the manger access permissions and it already has the server listed. For my test I am only checking if a field has a value then send me an email so I do not think the other permissions are an issue.

Any other ideas?

Thanks again, Paul

Subject: check agent signer’s permissions

The agent signer (who last saved the agent) should have specific access(server document->Security tab->Programmability Restrictions “Sign agents to run on hehalf of someone else”) to run lotusscript agent on server.