email notification of alarms

Hi Mario, Yes, this is possible. Please have a look at DataMiner Help: Configuring notifications in System Center Configuring notifications directly from the Alarm Console or Surveyor In addition, you can find …

Elastic – Failed to install

Hey Edson, Seems like something is keeping part of the upgrade package or SLUpgrade.dll in memory (SLNet logging might be more specific). The only workaround would be to figure out …

How to dynamically set topology name in XML?

Thanks for the extra clarifications in the comments. It’s currently not possible to make the topology cell name dynamic (by referencing a parameter or property or something like that). If …

Hyperlink in Interactive Automation Script

Hi, I assume you can work with Executable action in an IAS. Example of a C# script which opens a PDF when executed: using System; using System.IO; using Skyline.DataMiner.Automation; public …

How to investigate DM upgrade stuck after uploading package?

Do you see any errors in C:\Skyline DataMiner\Upgrades\Packages\<Your Upgrade package name>\progress.log? What could also help is checking the Windows Event viewer (Application logs) for errors related to TaskbarUtility/Upgrading. If you’re …

Alarm on header sum values

Hi Bing, I believe this should already be possible: You could calculate the sum of your column in the driver itself and save it in a separate parameter. This way, …

Alarm on header sum values

Hi, The request of the user is a new feature. Instead of keeping the parameter values, the alarm states must be used in the calulcations. I assume the user wants …

Exporting an alarm template to xls

Normally when you have the alarm template open and you right click you should see the option Export Parameter data. This will allow you to export the template as csv, …

ShowInformationMessage not working as expected

Hi Gauthier To complete this question, due to a bug in DataMiner 10.1.8 the Protocol.ShowInformationMessage() was not working as intended. This issue is fixed in DataMiner 10.1.10: DataMiner v10.1.10 Release …