Not valid Cloud Connection

Hi Alexander Verkest, I have followed the guide “Investigating dataminer.sewrvices connection issues” and in the “MaintenanceSettings.xml” it is HTTPS enabled. “<HTTPS enabled=”true” name=”xxxxxxx.on.dataminer.services”/>” But if I test the address I …

Upward arrow in object manager instances

Hi Hari That arrow normally is used to re-order the data that is added to the component. In this case you seem to have found a bug since there is …

Not valid Cloud Connection

Hi, From what I can see, the cloud connection itself is still working, however the Cloud Gateways can’t reach the DataMiner agents, steps to investigate this can be found here: …

Dataminer control through Tablet

Hi, You could create User Defined APIs and install an app that can send HTTP requests on the tablet. Similar idea is used as an example for Kata #2. You …

Dataminer LCA vs Dashboard.

Hi Andrew, You can read more about them here : Dashboards and Low-Code Apps | DataMiner Docs.

Api data parsing

Hi, As already mentioned, in a QAction you will need to process the response (JSON or XML), extract the data you need and set it in parameters. In the following …