Parameter:
AdminPModifyPersonDocumentsAtShort description: Hour of the day at which AdminP runs its daily, potentially long-running actions (name/person renames, etc.).
Profile
Parameter | AdminPModifyPersonDocumentsAt |
Category | General |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Server document (Server Tasks → Administration Process) |
Possible values | Hour in 24-hour format (0–23, default 0 = midnight) |
Description
The Administration Process (AdminP) runs its daily, long-running actions – such as processing pending person renames, group membership updates, or ACL replacements – only once per day to avoid peak load.
AdminPModifyPersonDocumentsAt defines the hour at which this run starts.The default value
0 (midnight) is often too late, since backups or maintenance windows are typically running at the same time. Shifting it to your environment's typical maintenance window is common practice.Example configuration
AdminPModifyPersonDocumentsAt=2
Notes & pitfalls
- Value is the hour (0–23), not an HH:MM specification.
- The reference is the local server time.
- Avoid conflicts with backups – AdminP can touch many databases simultaneously.
- Complemented by
AdminPInterval(processing interval of the standard queue).
- The change takes effect only after a restart of the AdminP task (
restart task adminp).