Table row and standalone parameter as QA trigger
21st September 2023
Hi, You can have a QAction that triggers on a standalone parameter or on a table cell change but not both at the same time. For standalone parameters, the row …
Answer
21st September 2023
Hi, You can have a QAction that triggers on a standalone parameter or on a table cell change but not both at the same time. For standalone parameters, the row …
21st September 2023
Hi Edib, I believe this IP is coming from inter node communication. The node is trying to sniff the cluster configuration. The virtual adapters are messing with Elastic’s IP. I …
21st September 2023
Hi Amar, As discussed, we could implement the code snippet provided by Michiel in the protocol to create a measurement point programmatically but the user will still need to define …
21st September 2023
Hi Edib, Can you check if your service is still running on Windows? As you are running it locally, do you also use 127.0.0.1 in the yaml file of your …
21st September 2023
There’s a very similar question raised in Release port connection hanged without reboot the whole DataMiner which should contain some answers to your questions. Don’t hesitate to reach out with …
21st September 2023
Hi Yvan, Currently, zooming is not enabled for the Visual Overview on the web platform, which includes Dashboards, Monitoring and Low-Code Apps. It is not straight forward to enable since …
21st September 2023
Jens, When you select a type of backup ( configuration, full backup ,… ), the ‘Details’ section will show you all items that will be part of it. In case …
21st September 2023
Hi Jens, From your description of what you want to keep and what is not needed, I believe the closest option would be Configuration Backup described on this Docs page …
21st September 2023
Hi, DataMiner is using WinHTTP to handle the requests. This means by default for GET requests that all redirects are followed, except those that originate from a secure https URL …
21st September 2023
Hi Flavio, At the moment, this functionality isn’t feasible because the GQI data source solely offers a callback for sending messages and not a complete implementation of the IConnection interface.
20th September 2023
Hi Thomas, I had a quick look at the Visio file and I don’t see a reason why you should see a black screen only. Shapes are linked to the …
20th September 2023
Hi Ive, Apps and dashboards do not support backward compatibility. Whenever an app (including GQI queries) is migrated, it is upgraded to the latest version. After migration, it is not …
20th September 2023
Tyler, Do note there is a mismatch in the keys ( Output and output ), which will cause your GetScriptOutput to return an empty string.
20th September 2023
Dominique, Most of the use cases you’re indicating are about communicating with third party, which typically happens through a connector and ‘simple’ SetParameter methods in the Automation script. These use …
20th September 2023
Hi Ive, I had the same issue with a low-code app. This seems to be related to a different GQI version between DataMiner FR 10.3.8 (GQI version 0.27) and FR …