Service Details Dashboard

Hi Vig, I created a quick screen recording of how you could create a dynamic dashboard for your services, filtered on view. Note that this dashboard is dependent on the  …

Memory leaks, memory dumps

Hi, SLDataMiner.exe is unmanaged code, of which a memory dump cannot be investigated by a user. Please contact our Techsupport to investigate the issue. Regards,

Automated way to check all non-Skyline connectors on a DMA

Hi Ana, you can write an automation script for this: 1. get all full protocols (GetProtocolsResponseMessage). 2. For each protocol, check the VersionDetails property (ProtocolVersionDetails[]) 3. Each detail instance gives …

Does QActionTable support LINQ?

Hi Robin, this currently is not supported due to an issue in the QActionTable class of the helper code. We have a task in our backlog to fix this 185850.

Dataminer Visio

Hi Toon, let me clear, so I want to add the this port number 1.1 and 3.4 in dataminer through Visio but in dataminer the value is not showing only …

Arista C# script Commands execeute

Hi Jan, You’ll need to “press” the “submit request” button from your script, after setting the list of desired commands. Please find an example below: Element myArista = engine.FindElement(“Arista DCS-7050”); …

TrapReceiver Parameter – hysteresis

Hi Jurica, Working with a time hysteresis is indeed a good way to lower the amount of alarms, especially if there are a lot of them that are very short. …

Most efficient manner to get Element table parameter

Hi Vish, You could use GetRow or GetColumn functions as shown in the example below. Note, you’ll need to add the Skyline.DataMiner.Core.DataMinerSystem.Common and Skyline.DataMiner.Core.DataMinerSystem.Automation nugets to your solution to use …