Start/notes.ini Parameters/AMgr_UntriggeredMailInterval

AMgr_UntriggeredMailInterval

Parameter: AMgr_UntriggeredMailInterval
Short description: Interval (minutes) at which the Agent Manager checks for unprocessed "On new mail" agents (catch-up check).

Profile

Parameter
AMgr_UntriggeredMailInterval
Category
Performance / Memory
Available since
R4.6
GUI equivalent
Server document (Server Tasks → Agent Manager)
Possible values
Integer in minutes
Default
60 (minutes)

Description

If an incoming mail trigger notification is lost (server restart, crash, replication latency), an "On new mail" agent may remain unprocessed. AMgr_UntriggeredMailInterval defines how often the Agent Manager checks each mail file for unread trigger events and catches them up if necessary.
The default of 60 minutes is a good compromise between reaction time and load; on servers with many mail triggers and time-critical reaction requirements, the value can be reduced.

Example configuration

AMgr_UntriggeredMailInterval=30

Notes & pitfalls

  • Value in minutes.
  • Lower values → faster catch-up reaction, but noticeably more CPU/IO due to additional scans.
  • Acts only as a fallback — in normal operation, mails trigger immediately.
  • On pure application servers (no mail files) the parameter has no noticeable effect.
  • Identically configurable in the server document — notes.ini takes precedence.
  • Changes only take effect after restarting the Agent Manager.

Sources (HCL Product Documentation)