Count row on table LCA

You should be able to do this without the need for a custom operator. You can aggregate (distinct count) the alarm ID. This will give you the total amount of …

Accessing data faster

Hi Matej, Think the solution from Most efficient manner to get Element table parameter – DataMiner Dojo should help you.

SNMP connection problem

and at the end %Failed to get value of SNMP variable. Variable does not exist (noSuchName(2)) the router is enabled as they told snmpv3 the cmd line as u can …

Change matrix size layout – alarm template

Hi Koen, This is a software limitation, in the alarmtemplate editor, we always use the default page size. However, if the connector would use a Table-based matrix, the alarming is …

Dashboards – how to update/delete uploaded Images?

Hi Martin There is currently no easy way to update/delete an image from within Dashboards/Low Code Apps itself. It can safely be deleted from C:\Skyline DataMiner\dashboards\_IMAGES, this will have to be …

thumbnail in visio using url getting in api data

Hi Chirangee, if this url is stored in a parameter of a (scripted) connector, you can use a placeholder in the “Link” shape that refers to this parameter, If needed, …

Dataminer installation upgrade to 10.4.0

As indicated in the requirements, upgrading to 10.4.0 requires .NET 8.0 to be installed: https://docs.dataminer.services/user-guide/Reference/DataMiner_Compute_Requirements.html#microsoft-net The prerequisite check “VerifyDotNetVersion” that is part of the upgrade checks if that is the …

CICD Upload to Catalog dotnet tools fails

Found a solution, as there are only beta versions of V3.x github uses latest official version. I had to specifify to use a beta version with: dotnet tool install -g …