Start/notes.ini Parameters/AdminPModifyPersonDocumentsAt

AdminPModifyPersonDocumentsAt

Parameter: AdminPModifyPersonDocumentsAt
Short description: Hour of the day (0–23) at which the Administration Process (AdminP) processes its Daily requests.

Profile

Parameter
AdminPModifyPersonDocumentsAt
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 0–23 (hour of the day)
Default
None

Description

According to the HCL product documentation:
Specifies the hour of the day when Daily requests will be processed.
Similar to the AdminPInterval setting. If there is a valid Daily time definition in the server document, then this variable will be ignored.
The Administration Process (AdminP) processes two types of requests: Interval requests (multiple times per day) and Daily requests (exactly once per day). AdminPModifyPersonDocumentsAt defines the hour of the day at which Daily requests are processed if no corresponding Daily time definition exists in the server document.

Example configuration

AdminPModifyPersonDocumentsAt=2
With AdminPModifyPersonDocumentsAt=2, AdminP processes the Daily requests every day at 02:00.

Notes & pitfalls

  • A Daily time definition stored in the server document takes precedence — the notes.ini entry is ignored in that case.
  • Related parameter: AdminPInterval (Interval requests).
  • It is advisable to schedule Daily requests for a time of low server load (e.g. at night).

Sources (HCL Product Documentation)