Tools -> User Preferences. b. Under Startup Options, select the option to "Enable scheduled local agents". c. Exit, and then restart Notes. 2. For scheduled background agents to execute, the agents must reside in the default directory or within a subdirectory below the default directory. Confirm that this directory structure is in place. 3. For locally scheduled agents to run, the agents must be signed by the user ID that will be in use when the agent runs. If the agent is signed by an ID other than the ID that is currently in use when the agent runs, the following error will appear in the log: "AMgr: Agent '' in '' does not have proper execution access, cannot be run." To address this issue, edit the agent and reset the server to run on. Set the parameter to 'Local'. Alternately, you can write a LotusScript agent to set the server parameter to the user's ID. Sample Script: Dim s As New notessession Dim db As notesdatabase Dim agent As notesagent Set db=s.getdatabase("","") Set agent=db.getagent("") agent.isenabled=True agent.servername="CN=/OU=/O=" Call agent.save() ">
> |  
re : Agente schedulato locale
mere
ciao,
ho trovato questo articolo che dichiara che un agente può essere eseguito in
locale solo se chi lo esegue è anche il firmatario dello stesso....

sinceramente sono un pò titubante anche perchè l\'articolo pur facendo
riferimento a tutte le versioni di notes (4,5 e 6) è un pò datato...

PS: hai attivato l\'Enforce consistent ACL in locale??

ecco l\'articolo:
Problem
You have created a scheduled agent, and you have scheduled it to run locally.
However, the agent does not run according to schedule. You are able to run
the agent manually.



Solution
To troubleshoot this issue, review each of the following requirements:

1. For scheduled agents to run locally, you must enable the User Preference
"Enable scheduled local agents." The exact steps to enable this option are as
follows:

a. From the Notes menu, select File -> Tools -> User Preferences.
b. Under Startup Options, select the option to "Enable scheduled local agents".
c. Exit, and then restart Notes.

2. For scheduled background agents to execute, the agents must reside in the
default directory or within a subdirectory below the default directory.
Confirm that this directory structure is in place.

3. For locally scheduled agents to run, the agents must be signed by the user
ID that will be in use when the agent runs. If the agent is signed by an ID
other than the ID that is currently in use when the agent runs, the following
error will appear in the log:

"AMgr: Agent \'<agent name>\' in \'<database name>\' does not have proper
execution access, cannot be run."

To address this issue, edit the agent and reset the server to run on. Set the
parameter to \'Local\'. Alternately, you can write a LotusScript agent to set
the server parameter to the user\'s ID.

Sample Script:

Dim s As New notessession
Dim db As notesdatabase
Dim agent As notesagent
Set db=s.getdatabase("","<database name>")
Set agent=db.getagent("<agent name>")
agent.isenabled=True
agent.servername="CN=<common name>/OU=<org unit>/O=<org>"
Call agent.save()





    re : Agente schedulato locale - Luca -
    re : Agente schedulato locale - Mj231 -
Agente schedulato locale - matilde -
    re : Agente schedulato locale - matilde -
    re : Agente schedulato locale - Mj231 -
    re : Agente schedulato locale - matilde -
    re : Agente schedulato locale - matilde -
    You are here re : Agente schedulato locale - mere -
    re : Agente schedulato locale - Mj231 -
    re : Agente schedulato locale - Mj231 -
    re : Agente schedulato locale - matilde -