How can I change or add destination mail addresses for CDMR reports?
In the watchdog section in the file "C:\Skyline DataMiner\MaintenanceSettings.xml" on the DMA, the EMail active attribute needs to be true.
In the Destination, CCDestination and BCCDestination, you can add email addresses.
If you need multiple addresses, you need to separate them with semicolons.
<WatchDog>
<EMail active="TRUE">
<Destination></Destination>
<CCDestination></CCDestination>
<BCCDestination></BCCDestination>
</EMail>
<TimeoutTime>5</TimeoutTime>
<Errors>2</Errors>
<Actions>Alarm</Actions>
</WatchDog>
Hi Simon,
In order to change or add a destination mail address for the CDMR reports, you could modify the CCDestination and BCCDestination tags in the file MaintenanceSettings.xml:
<EMail active="FALSE"> <Destination></Destination> <CCDestination></CCDestination> <BCCDestination></BCCDestination> </EMail>
The default destination is reports@skyline.be
Please keep in mind that a DataMiner restart is required to apply the changes.
Hello,
More info about the settings can also be found in the help =>See the DataMiner Help => search for "maintenancesettings.xml" => SLWatchdog
Also the email need to be configured, otherwise the DMA can't send out emails. This can be done in the dataminer.xml, SMTP tags. More info can be found in the DataMiner Help => search for "dataminer.xml" => SMTP
More information on the CDMR can be found in this article:
https://community.dataminer.services/documentation/cdmr/
In the "MaintenanceSettings.xml configuration" section it's explained how to change the destination and how to apply the changes