Display current preset name in use by Spectrum element

Hi Alain, A possible option is to visualize the preset using a session variable. For example, in the following Kata session (Using Visual Overview to switch spectrum presets), session variables …

Dataminer data export or backup

Hi Steve, A possible solution is to use the Data Aggregator to offload information history information (alarm and/or trend data). For example, we are currently using this feature to download …

My IRD Ericsson RX8200 doesn’t connect

Hi Nihad, Following your comment, another check that you could do is verify that there is no firewall interfering the communication through port 161. In case this does not solve …

Error with ConnectMatrixCrosspoint()

Hello Ross, What I would suggest is to try and perform a direct set to the Output table of the corresponding matrix. That’s similar to what the “ConnectMatrixCrosspoint” method does …

GqiGetPartialTable

Hi João, I don’t see any issue in the code you provided, however there are some missing pieces so I’ll try to give some advice on how you can uncover …

Correalation Rule Alarm to WebEx

Hi Jake, Can you try to add System.Net.Http.dll in the DLL references under the advanced section in the automation script and try again? Regards,

LCA Timeline Component, Sort Groups?

Hi Johan, Before DataMiner 10.4.0[CU14] / 10.5.0[CU2] / 10.5.5, the groups were created based on the order in which the items were fetched using the query. This means that you …

Calling HTTP end point from inside QAction

Hello, To implement HTTP paging in a DataMiner Protocol using QActions, it’s best to do the following: QAction that initiates the HTTP session, sets the correct URL parameters (like limit …

LCA Timeline Component, Sort Groups?

Hi Johan, I think this could be possible with Custom Operator. Something similar is explained in following tutorial: Providing a custom sort order You can also apply filter with Custom …