Description
Defines server tasks that are started automatically every day at 03:00 (full hour 3). In the default
notes.ini settings of HCL Domino, the setup typically writes a maintenance task here — in many standard setups this is Object Collect mailbox.box, which removes no-longer-referenced shared-mail objects from MAIL.BOX.ServerTasksAt3 belongs to the ServerTasksAt<N> family (N = 0 … 23). Each variable defines the server tasks that are started at the corresponding full hour.Profile
Parameter | ServerTasksAt3 |
Category | Startup / Tasks |
Component | Domino server |
Value range | Comma-separated list of server task names (e.g. Object Collect mailbox.box, Object Info) |
Default | Object Collect mailbox.box (written by setup) |
Available since | Very early (before 9.0.1) — standard setup parameter in all Notes/Domino versions |
Effective | Next server restart, or at the next matching hour after a server restart |
GUI equivalent | Configuration document → NOTES.INI Settings tab (Set/Modify Parameters) |
Examples
ServerTasksAt3=Object Collect mailbox.box
ServerTasksAt3=Object Collect mailbox.box,Object Info
Notes
- During an upgrade install,
ServerTasksandServerTasksAt<N>are automatically reset by HCL Domino to the new default values (HCL KB0104793). Customizations are lost unlessSetupLeaveServerTasks=1is set before the upgrade.
- Which tasks the setup writes by default for
ServerTasksAt3may differ slightly between versions — the authoritative value is whatever HCL Domino writes tonotes.iniduring server setup/upgrade.
- Cluster or multi-server environments benefit from program documents in the Domino Directory instead of the
ServerTasksAt<N>variables, because program documents can be managed centrally (HCL Domino 11.0.1 „Domino server tasks“).
- There is only one
ServerTasksAt<N>variable per hour; therefore all tasks intended to run at 03:00 must be listed in a single line, comma-separated.
Sources (HCL Product Documentation)
- HCL Customer Support – KB0104793 „ServerTasks and ServerTasksAt in Notes.ini are overwritten during an upgrade install of Domino“ (Applies to: HCL Domino; explicitly applies to the
ServerTasksAtfamily includingServerTasksAt3): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0104793
- HCL Domino 11.0.1 – „Domino server tasks“ (interplay of
ServerTasks,ServerTasksAt, and program documents): help.hcl-software.com/domino/11.0.1/admin/admn_dominoservertasks_r.html
- HCL Domino 14.5.1 – NOTES.INI Settings (overview): help.hcl-software.com/domino/14.5.1/admin/conf_notesinisettings_c.html
- ds-infolib (HCL Notes/Domino Wiki) – NOTES.INI Settings (umbrella article): ds-infolib.hcltechsw.com/ldd/dominowiki.nsf/dx/NOTES.INI_Settingsd901