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 …

SNMP connection problem

<Params> <Param id=”1000″ trending=”true”> <Name>sysDescr</Name> <Description>Sys Descr</Description> <Information> <Subtext> <![CDATA[A textual description of the entity.  This value should include the full name and version identification of the system’s hardware type, …

Monitor Audio Streams over Multicast TS

Hi Nur, as far as I know the is no DataMiner module to monitor such things directly. But if you have a mesuring device or software which exposes it‘s results …

Hide/show a table based on a condition

Hi Raamesh, I recently addressed a question regarding dynamically showing and hiding pages in DataMiner. You might find this approach helpful for your case. This was the question: dynamic sub …