Unable to delete DataMiner users
13th May 2026
Hi Tom, You cannot delete this user because it is an “automatically added domain user”. These users are automatically created in DataMiner when a domain group is added. Since these …
Answer
13th May 2026
Hi Tom, You cannot delete this user because it is an “automatically added domain user”. These users are automatically created in DataMiner when a domain group is added. Since these …
12th May 2026
Hi Tarik, The "Could not find assembly type (QAction)" message usually points more to an assembly loading/resolution problem than to the QAction logic itself. Also worth checking: was the connector …
12th May 2026
Hi Alejandra, if you are using the Cisco DCM driver for the vDCM, it could be also Port 5003 (IIOP). https://docs.dataminer.services/connector/doc/CISCO_DCM.html If you are using the Synamedia vDCM driver, could you …
12th May 2026
Hi Tarik, The exception here “Could not find assembly type (QAction)” seems to indicate that the QAction does not have a class named QAction. In this case it seems to …
12th May 2026
Hi Daniela, There currently is no way to limit the user to only select 1 item at a time in the grid component. If you are interested in this feature, …
11th May 2026
Hello Wouter, sorry for the delay in the response. I got a Timeout alarm at 16:10:44, which just like the other ones also cleared at 16:10:44. I was able to …
11th May 2026
Hi Mieke, The dms.CreateView() method is actually asynchronous. It instructs DataMiner to create the view, but it does not wait until the view is fully available in the system, as …
11th May 2026
Hi Bing If I understand correctly, you’re observing this behavior when performing a fresh install of the Launcher or when adding new tiles. Anyhow, the DataMiner Cube version is determined …
11th May 2026
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …
11th May 2026
The reason is for some reason DM is not supporting uinteger32 so when I changed to gauge32 it worked stopped giving the wrong value.
8th May 2026
From what I could gather the persistent cluster wide setting of auto_create_index to “false” on start-up was introduced in RN25461. There could be implications down the line of rolling back …
8th May 2026
Hi Felix, The Visual Overview is optimized for a top-down approach (parent to child) rather than navigating upward. This design choice stems from the fact that an element can belong …
8th May 2026
I don’t believe it is possible with the generic button component. However, you could create a button through a grid component (with as data source a single row, which could …
7th May 2026
Hi Paul, Thank you for taking the time to explain why the “Skyline Mixed” theme is important in your environment. I completely understand the concern. Personally, I was also a …
7th May 2026
Hi, I had a quick look and indeed, the element name is not included in the bindings. A possible option is to include the element name in another place. For …