Hi,I have an agent to auto send email at a scheduled time. I can run it mannually but cannot run it at background.
following is the logs:
03/01/2005 10:35:16 AM AMgr: Start executing agent ‘SendReminder’ in ‘database.nsf’ by Executive ‘1’
03/01/2005 10:35:16 AM AMgr: ‘abc/org’ is the agent signer of agent ‘SendReminder’ in ‘database.nsf’
03/01/2005 10:35:16 AM AMgr: 'Agent ‘SendReminder’ in ‘database.nsf’ will run on behalf of ‘abc/org’
03/01/2005 10:36:15 AM AMgr: Agent ‘SendReminder’ in ‘database.nsf’ does not have proper execution access, cannot be run
And if I test the agent, I got this warning :
Agent will not run. LotusScript/Java Restrictions on ‘CN=server/O=org’ do not contain ‘CN=abc/O=org’.
I think it is a problem of LotusScript/Java Restrictions, but I dont know where to do the settings.
Can anyone help?
Thanks