AdminPInterval

Parameter: AdminPInterval
Short description: Number of minutes that the Administration Process (AdminP) waits before checking again for pending Interval requests.

Profile

Parameter
AdminPInterval
Category
Startup / Tasks (Administration Process)
Available since
At least 11.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
Integer — number of minutes
Default
None

Description

According to the HCL product documentation:
Specifies the number of minutes that AdminP waits before checking for Interval requests.
If there is a valid Interval definition in the server document, this variable is ignored.
The Administration Process (AdminP) on the Domino server processes two types of requests: Interval requests (at regular intervals) and Daily requests (once a day at a fixed time). AdminPInterval controls the polling window for Interval requests when no Interval definition is configured in the server document.

Example configuration

AdminPInterval=15
With AdminPInterval=15, AdminP checks every 15 minutes for new pending Interval requests.

Notes & pitfalls

  • An Interval definition stored in the server document takes precedence — the notes.ini entry is ignored in that case.
  • Related parameter: AdminPModifyPersonDocumentsAt (Daily requests).
  • For diagnostic purposes a short value (e.g. 1) can be used; in normal operation 15–60 minutes are typical.

Sources (HCL Product Documentation)