Exporting an alarm template to xls

Hi Mark, Normally if you right click on the header , where you see MON PARAMETER NAMES you should be able export all parameter data. Is that where you’re after?

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 …