High Handle Count in SLProtocol

Hi Ryan, As SLProtocol is responsible for managing all the elements in your system and requires multiple threads, mutexes, and other system resources, it is not necessarily a reason for …

SLProtocol Handle Count

Hi Ryan, The handle count on its own is not a reason for concern, as SLProtocol may have a large amount of resources that it needs to manage associated with …

Automatic refresh of History Alarms

Not sure if it matches your use-case 100%, but it is possible to use GQI to make a query on alarm data.  This can be displayed in a table. There’s …

VS 2022 – Skyline.DataMiner.Sdk not found

Hi Stefan On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs

Dynamic filter for alarms

Hi Mohan, Could you please clarify whether you are referring to editing an alarm template? Where exactly do you need to apply these filters? If you are working with alarm …

Automation – Check which services an element is part of

below is the code that works best for my use-case. What helped most is the service.ParameterSettings.IncludedParameters public static string[] hcoConnectors = new string[] { “Evertz 7800R2x2-ACS-3G”, “Snell Wilcox HCO51 RollCall”, …

How to extract list of permission rights to Excel?

Hi Fery, Technically, it is possible to extract that information, although not in a straightforward way.You can try using the internal call GetInfoMessage with the type SecurityInfo, connected to one …

Default app security

Hi Alexandre, At this point, this isn’t possible. You can manually set ‘Everyone’ to ‘No access’ and assign yourself editor rights after creating or duplicating the app. If this is …