Description
FortiManager only
Change Report and notification change e-mails are currently not working.
The issue is caused by a mismatch between the management IDs used in the UI and those stored in the database.
ReportChanges.cs fetches the selected devices based on the managements selected in the UI. The corresponding database entries reference a different management ID.
In the database, the entries for import_control and changelog_rule are linked to the Super Manager:
In the UI, the following sub-managers are selected instead:
fortimgr100_root
fortimgr100_my_adom
Proposed Solution
Select the Super Manager ID (fortimgr100) in the UI for both management selections so that the UI selection matches the IDs stored in the database.
Note:
In the database, the entries for rules (rules) contain the mgm_id of the respective sub-managers.