Dataminer.services organization verification
19th August 2025
Hi Randy, Even without organization verification, you should still be able to access a DataMiner agent. Based on your screenshots, it looks like the issue might be with the agent …
Answer
19th August 2025
Hi Randy, Even without organization verification, you should still be able to access a DataMiner agent. Based on your screenshots, it looks like the issue might be with the agent …
19th August 2025
Just like in this related question I would recommend taking a Dashboards approach given that this has group level security built in.
18th August 2025
OpenVPN site to site is not a solution as described by Thomas
18th August 2025
Hi Nick, A possible option is to use the shape data ExactLevelMatch (see Making a shape or page visible only for a particular access level). You can set this shape …
18th August 2025
Hi Mieke, Fields that have multiple values, or that are part of a SectionDefinition with multiple sections, are indeed not supported by the core GQI queries. This is because these …
18th August 2025
Hi Daniel, creating an automation script and triggering it from the visual overview shape could be a solution. You can find more info on linking a shape to an automation …
18th August 2025
If you already have an existing WebApi connection you can use: RequestLoginAsTicket | DataMiner Docs If you have a regular connection you can use RequestTicketMessage An example of how that’s …
18th August 2025
Hi Tim, You can get a connection ticket by using the ‘RequestLoginAsTicket’ endpoint in the JSON/SOAP API. Note that this request needs a valid connection, which you can get by …
15th August 2025
Hi Yohan, Regarding the query to retrieve the active alarms, you could use the following ad-hoc data source: SLC-GQIDS-ActiveAlarmsUsingFilter. This ad-hoc data source already includes a column with the element …
14th August 2025
Hi Thomas, For the XML language, I think they’re all there, but for the C# language, I suspect some aren’t loading correctly. I’ve tested with both XML and C# files, …
14th August 2025
Hi Chris, Indeed, to use the Maps component you need to enter some personal config details: Configuring the DataMiner Maps host servers | DataMiner Docs NOTE: are you working on …
14th August 2025
Hi Francisco, Could you check if you can open the snippets menu via the default Ctrl+k, Ctrl+x shortcut? Note: the snippets will only appear when editing cs or xml files. …
14th August 2025
Hi Stefan, Internally, we have talked about adding more input types to Dashboards & Low Code Apps. There are however no concrete plans yet for radio buttons. I suggest you …
14th August 2025
Hi, At the moment this is not possible. This was previously a feature that we had to pull due to some technical restrictions. We intend to eventually support again, as …
14th August 2025
I found an explanation of the bug. If you have dots `.` in the library name, in the file “App.config.json”, the Script Name and the Library Name are not stored …