Sync a service on other DMAs

Hello Fenta, (1) Firstly, on the DMA that doesn’t seem to have the service, can you please check if the views.xml file (located in C:\Skyline DataMiner) have the information of …

Parameter based on two other parameters

Hi Ed, If param 50 and 51 are polled via SNMP you can create a QAction that gets triggered by the two parameters or after the respective SNMP Group. Inside …

IAS – LCA Layout

Hi Carlos, Instead of using HorizontalAlignment.Center, you could try to use the Margin property to shift the component to the right. I think this is a more recommended way, because …

Multi select drop down in LCA

Hi, Indeed it is not possible to have mutiple selections in a drop down component. Instead you can try using a Tree or a List component, which allows multiple selections.

DMA Cube connection

When your DataMiner start-up is stuck at 99%, then most-likely it will not reach 100%. The percentages we show are based on recent DataMiner start-up times and if you reach …

Help automation script

Hi Marco, Could you please clarify what you mean with “terrible results”? What exactly have you tried, and which specific problems are you encountering? One way to execute the HTTP …

FilterElement with pageNumber and pageSize

Hi Julien, It should be possible to use the paging API of the DOM helper to limit the amount of data and allow extra data to be loaded when needed. …

Get list of DMAs using GQI code

Hi Hari, There is a adhoc data source in Github that could help you for this use case: SLC-GQIDS-GetDataMinerAgents Hope it helps.