Exporting/Importing alarm filters

I’m creating Visio diagram that leverages a number of alarm filters. Is there a way to export / import alarm filters?

Rendering issue for SVG icons

There has been a number of new icons introduced to Skylicons that would make for compelling Visual Overview diagrams. But rendering issues were observed that are already reported here: https://community.dataminer.services/question/visio-why-is-my-svg-icon-not-shown-correctly …

Parameter based on two other parameters

Is there a way to take two temperatures… Temperature parameter 50, For example 80 degrees Temperature parameter 51, For example 90 degrees And have parameter ID 52 be the average …

IAS – LCA Layout

Hi, I’m currently developing an IAS script, and I’m using HorizontalAlignment.Center in one of my widgets to shift it slightly to the right compared to the others. The thing is, …

DMA Cube connection

After restarting my system I am not able to connect with my localhost Agent. It is Saying dataminer agent is getting started and stuck on 99%. I have attached the …

Help automation script

Dear Dojo, I’m trying to implement my first automation script with terrible results. I am writing code for an automation script that simply executes an HTTP POST through an api …

500 Internal server error on Low code app

Hello DataMiner, I’m experiencing issues accessing the Edit functionality of the low-code app. The problem began on Friday at 15:30 PM, as it was working fine before that. In the …

Multi select drop down in LCA

Hi Team, I would to add a multi select drop down in my LCA either using LCA tools or Skyline.DataMiner.Utils.InteractiveAutomationScript library. I tried finding it in both. Is it possible …

Get list of DMAs using GQI code

Hi Team, To get the existing DMA in a DMS using automation script, i’m using the following built-in method I want to do the same in GQI code, but i …

Page on load goes on timeout

In low code app the page is going in timeout in order to fetch data We have some code like this public GQIPage GetNextPage(GetNextPageInputArgs args) { const int batchSize = …