A plugin is needed to display this content
22nd April 2025
Hi Jeroen, I see that the following was mentioned by our SW team : The workaround was provided to use “UseChrome” on the inline browser shape and this was confirmed …
Answer
22nd April 2025
Hi Jeroen, I see that the following was mentioned by our SW team : The workaround was provided to use “UseChrome” on the inline browser shape and this was confirmed …
21st April 2025
Hi David, If you want to send emails when an element is not reachable, you can monitor its severity – a timeout state (severity 7) can be used in a …
21st April 2025
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 …
21st April 2025
Hi Alain, Does this page Embedding a Spectrum Analysis component | DataMiner Docs help you ?
18th April 2025
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 …
18th April 2025
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 …
18th April 2025
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 …
18th April 2025
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 …
18th April 2025
Hi Matija, This syntax looks good. More information about syntax of hyperlinks can be found here Hyperlinks.xml | DataMiner Docs.
18th April 2025
As this question has now been inactive for a very long time, and there has been no further reaction from you, I will close it. If you still want more …
18th April 2025
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,
18th April 2025
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 …
17th April 2025
Hi Niranjan, Did you try this suggestion? Calling HTTP end point from inside QAction – DataMiner Dojo
17th April 2025
Hi Niranjan, Did you try this suggestion? Calling HTTP end point from inside QAction – DataMiner Dojo
17th April 2025
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 …