Start/notes.ini Parameters/AMgr_WeekendDays

AMgr_WeekendDays

🛠️
Parameter: AMgr_WeekendDays
Short description: Defines which weekdays the Agent Manager treats as "weekend" (allows a different thread configuration).

Profile

Parameter
AMgr_WeekendDays
Category
Performance / Memory
Component
Server
Available since
R4.6
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5
GUI equivalent
Server document (Server Tasks → Agent Manager)
Possible values
Comma-separated list 1–7 (1 = Sunday, ..., 7 = Saturday). Default 1,7

Description

The Agent Manager distinguishes between weekdays and weekend because the Server document allows a separate number of concurrently running agents to be configured per mode (typically: more threads on the weekend for maintenance agents). AMgr_WeekendDays defines which days belong to which profile.
In countries with different weekend conventions (Middle East: Friday/Saturday), the value must be adjusted accordingly.

Example configuration

# Default: Sunday + Saturday AMgr_WeekendDays=1,7

Notes & pitfalls

  • Day numbering starts at 1 = Sunday, 7 = Saturday.
  • Works together with AMgr_WeekendThreads / Server document values – otherwise no effect.
  • The value applies per server, so set it separately if you have multiple servers.
  • Tip for the Middle East / different week models: AMgr_WeekendDays=6,7.
  • The change takes effect only after a restart of the Agent Manager.
  • Sparsely documented in reports – best to add a comment when adjusting.