Parameter checkbox unchecked

Hi Timothy, This is normal behavior. The check box is there for in case you want to change the value. In your case you have the option to select the …

DataMinerException when retrieving profile definitions via the profile helper.

Hi Frederic, I would use the following call List<PrflDefinition> prflExistingDefinitions = SrmManagers.ProfileManager.GetProfileDefinitionsWithFilter(new ANDFilterElement<PrflDefinition>()).ToList(); // using PrflDefinition = Skyline.DataMiner.Net.Profiles.ProfileDefinition; Don’t forget to add the SLSRMLibrary.dll as a reference. I’m not 100% …

DMA HW Migration and missing Data in Cassandra

Hi Robert, There is no built-in functionality for this in DataMiner at the moment. It is possible through a custom automation script in which you select data from one system …

Send file via email after Automation script

Hi all, We’re trying this solution but when executing it returns: “Script ‘Automation script’ failed: The following was returned from the script: (Code: 0x800402D5) Skyline.DataMiner.Net.Exceptions.DataMinerCOMException: Failed to send e-mail. —> …

Dynamic Alarmtemplate

Hi Michael, I would suggest below approach as a starting point. Correlation rule in which you define some filters to eventually trigger an automation script Script will analyze the alarms …

Alerter throws Crypto RSA exception

Hi Jeroen, You can look for the file starting with 0c78787f8ee98a8aa8ff74d699d0c3e0_ in the subfolder of %AppData%\Microsoft\Crypto\RSA\ with your SID. Instead of deleting it, I would recommend to rename it (it …

Custom App: Execute action

Hello Miguel This is not possible yet with the latest version of the software. Please feel free to create a task if this feature would be required. For now, as …