How to Open a Different Page for Each Map Icon in a Low-Code App?
13th May 2026
In a Map component of a low-code app, is there a way to open a new page when clicking an icon placed on the map? So far, I can only …
Question
13th May 2026
In a Map component of a low-code app, is there a way to open a new page when clicking an icon placed on the map? So far, I can only …
13th May 2026
I have created a logic to read the alarm data triggered via correlation. https://docs.dataminer.services/dataminer/Functions/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html?q=alarm%20correlation But I need a way to get the root time of the alarm. I can only …
13th May 2026
Hi Team, while investigating Edge Manager / Site Manager function, following question came up for me: On the help page About Edge Manager | DataMiner Docs it’s mentioned that SiteManager …
13th May 2026
Good morning, I am getting the error NT_GET_PARAMETERS failed. 0x80040221 when calling SLProtocol.GetParameters. The line of code that is failing is object[] parameterValues = (object[])protocol.GetParameters(new int[] { Parameter.getworkflows_responsestatuscode, Parameter.getworkflows_responsecontent }); …
13th May 2026
Hi, We are looking to delete DataMiner users, however, some users appear greyed out and when we right click to delete, the delete option is also greyed out. Any idea …
12th May 2026
Hello All, With the goal to monitor the status of a port at a particular IP address, is there a practical difference between a TCP ping using the Generic Ping …
12th May 2026
We recently had an issue where a Cube version caused issues with several Visios on our system, so we’re trying to control the Cube version system-wide. I’ve found System Center …
12th May 2026
I have a Visio visual on a view that generates shapes for all elements within the view. I am using ChildrenFilter to filter elements by protocol, which works fine. I …
12th May 2026
Hi everyone, I’m encountering an issue with a QAction failure on a specific element and was hoping for some guidance. When attempting to run a QAction, the process consistently fails …
11th May 2026
We are working with a Spectrum Visio and have the component shape working the way we want except that the Spectrum Settings Pane always opens when the view is opened. …
11th May 2026
Hi all, I’ve connected one testing vDCM to Dataminer, but it is still in timeout. The connection is throught UDP and there is a firewall in the middle, but I’ve …
11th May 2026
Is it possible to configure a LCA Grid component so that users can only select a single item at a time? More specifically, is it possible to disable the behavior …
11th May 2026
Hi Dojo, I have a correlation rule that is triggered by the Service protocol whenever an alarm reaches a Critical or Major severity. The correlation rule is configured to trigger …
11th May 2026
Hi, a group of users of DataMiner have grown quite accustomed to the Mixed-mode color scheme. This scheme is no longer available in the new Cube client look-and-feel. Is there …
11th May 2026
I am using the IDms class to create + use Views. I like to understand why the dms.GetView(viewId); would return a Not found exception when used right after creating it …