How to make tables linked interactable in Visio
10th November 2022
Hi Jeroen, One option would be to define a selectionSetVar in your protocol. This will set a session variable when selecting a row in your table, which can be used …
Answer
10th November 2022
Hi Jeroen, One option would be to define a selectionSetVar in your protocol. This will set a session variable when selecting a row in your table, which can be used …
10th November 2022
Hi Stefan, Normally elements that are showing timeouts won’t be solved by a restart. I’d suggest you reach out to Techsupport to help you with understanding the underlying problem. Now …
10th November 2022
Hi Mieke, Your use-case is indeed a perfect fit for the custom operator feature GQI provides. A custom operator lets you manipulate GQI data in any way you want. Currently …
10th November 2022
I believe you would aggregate all required data in one table with a GQI query, and then apply a custom GQI operator for whatever logic you require.
10th November 2022
There’s currently no such thing, however you could duplicate the session so you have one with the header and one without and then execute one or the other based on …
9th November 2022
Hi Gerwin, I believe that deployments are by default of type ‘JSON’ right now. That means only one script parameter can be present and that the full HTTP body of …
9th November 2022
Hi Mieke, I’m afraid this approach will not work due to the way the data forwarding works between SLPort and SLProtocol. Refer to Data forwarding for more details. To summarize, …
9th November 2022
Yep that’s what I’m looking for, thanks to both
9th November 2022
Hi Ricaurte, I guess the Catalog is what you are looking for?
9th November 2022
All available protocols can be found here: https://catalog.dataminer.services/
9th November 2022
Hi João, A case that I had in the past was that the SNMP Agent of the device was sending the last table entry back each time a Get Next …
9th November 2022
Hi Gelber, I don’t think that you need a Profile Instance in this case. The way I did it was by defining all needed Profile Parameters during booking creation instead …
9th November 2022
No, DataMiner does not require TPM, and Windows Server 2022 does not require this as well. Future versions of Windows Server probably will require this since this is already required …
8th November 2022
Hi Alex, you should be able to get to that using GQI on Dashboards. Example – get a count of all active elements per protocol, display the query on a …
8th November 2022
Hi Alex, As far as I know this is not possible through Protocol & Templates or Dashboards. However there are other options: Export elements to a CSV file:You could go …