Calling WebAPI from automations scripts – recommended or not?
24th September 2024
Hi Bing, Before to proceed with the automation script, can you check if offload to a file fits your use case? (see the note) If that feature does not fit …
Answer
24th September 2024
Hi Bing, Before to proceed with the automation script, can you check if offload to a file fits your use case? (see the note) If that feature does not fit …
24th September 2024
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 …
23rd September 2024
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 …
23rd September 2024
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 …
23rd September 2024
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.
23rd September 2024
Hi Takuto Out of the box it’s currently not possible to achieve this, I believe. Here are a few suggestions to accomplish something similar, but each of them will show …
23rd September 2024
Hi, The error message being displayed (“TabletPC inking error code. API calls were made in an incorrect order” / TPC_E_OUT_OF_ORDER_CALL) is an incorrect representation of the DataMiner error 0x80040237. The …
23rd September 2024
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 …
23rd September 2024
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 …
23rd September 2024
Hi Beth, it seems the custom format gets also synced and this caused some delays. A new connector version has been released that improved this mechanism. It is now also …
23rd September 2024
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. …
23rd September 2024
Hi Hari, There is a adhoc data source in Github that could help you for this use case: SLC-GQIDS-GetDataMinerAgents Hope it helps.
21st September 2024
Hi Muhammad, If you are referring to a page in an element, you can retrieve the IP address using a parameter of type pollingip (see DataMiner Docs) If you are …