Parameter:
AMgr_WeekendDaysShort description: Defines the weekdays on which agents with the "Don't run on weekends" option should not run. Default: Saturday (7) and Sunday (1).
Profile
Parameter | AMgr_WeekendDays |
Category | Startup / Tasks (Agent Manager) |
Available since | At least 9.0.1 (HCL documentation) |
GUI equivalent | According to HCL, no direct GUI option. Can be set in the Configuration document on the NOTES.INI Settings tab. |
Possible values | Comma-separated list of day numbers: 1=Sunday, 2=Monday, …, 7=Saturday (up to 7 days) |
Default | 7 (Saturday) and 1 (Sunday) |
Description
According to the HCL product documentation:
When agents use the On Schedule trigger, the Run on Schedule options box is available and includes the Don't run on weekends check box option.
When you select this option, the agent does not run on weekend days. The default value for weekend days is Saturday (7) and Sunday (1). You can specify any number of days, up to 7.
The Run on Schedule dialog of an agent contains the Don't run on weekends checkbox. Which days are considered "weekend" is defined server- or client-side via
AMgr_WeekendDays. This makes it possible to model, for example, local 4-day weeks or culturally different weekends (Friday/Saturday in many countries).Example configuration
AMgr_WeekendDays=1,6,7
With
AMgr_WeekendDays=1,6,7, agents with the Don't run on weekends option enabled will not run on Sunday (1), Friday (6) and Saturday (7).Notes & pitfalls
- Day numbers:
1=Sunday,2=Monday,3=Tuesday,4=Wednesday,5=Thursday,6=Friday,7=Saturday.
- Only effective for agents with Don't run on weekends explicitly enabled.
- According to HCL there is no direct GUI equivalent.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – AMgr_WeekendDays: help.hcl-software.com/domino/14.5.1/admin/conf_amgr_weekenddays_r.html
- HCL Domino 9.0.1 – AMgr_WeekendDays: help.hcl-software.com/domino/9.0.1/admin/admin/conf_amgr_weekenddays_r.html