How the scheduled agent in Lotus Domino can run at some specific Hour

884 Views Asked by At

I want my scheduled agent written in Lotusscript run at some specific Hour. For example,it should be run twice every day, at 8AM and 10PM, etc... But the Agent Trigger doesn't have the choices.

It just have these four choces below:

1.More Than Once a Day:every one hour or every three hour...
2.Daily
3.Weekly
4.Monthly

How can i realize the purpose?

3

There are 3 best solutions below

1
On BEST ANSWER

Schedule your agent for every day at 8am.
Create a second agent which starts the first agent with

       @Command([AgentRun]; "yourFirstAgent")

and schedule it for every day at 10pm.

0
On

Just schedule it to run more than once a day, then select run agent every 14 hours and enable between times 08:00AM and 10:30PM

1
On

If you choose "More than once a day" you can open the "Schedule.." menu where you can choose to run the agent hourly

enter image description here