How to access DOM from a Protocol QAction?
27th March 2026
Hello! How can I properly initialize and consume the Data Object Model (DOM) within a protocol QAction? Since the Engine object is unavailable, what is the correct pattern to use …
Question
27th March 2026
Hello! How can I properly initialize and consume the Data Object Model (DOM) within a protocol QAction? Since the Engine object is unavailable, what is the correct pattern to use …
26th March 2026
Hi community, If a DMA switches to file-based offload mode due to a database disconnection, and then the connection is restored (long time after), but the files remain in C:\Skyline …
26th March 2026
Hi Dojo, I am creating a service template in DataMiner, and it is working correctly in terms of creating the child elements, input data, etc. My question is related to …
26th March 2026
After completing my Local DMA setup and installation, I am unable to log in using Cube. The test tool is also showing the error: “user is not known.” I tried …
26th March 2026
Hello Im using this code to delete all the records, its posible made the delete without a form? or made the delete by definition var read = domHelper.DomInstances.ReadAll(); foreach (var …
26th March 2026
Hi Dojo, Context A correlation rule is in place to group certain alarms under a view and generate a new base alarm. The base alarm is then used to forward …
26th March 2026
Hi, I am developing a custom solution in a DataMiner DaaS environment. I have created a private Class Library (.NET Framework 4.8) to be used by multiple protocols. However, when …
26th March 2026
Hello all, This is regarding obtaining Trend Report for all the Nimbra Data Traffic Manager (DTM) links under a single excel file. Currently, we can export trending data for multiple …
25th March 2026
I can’t load the logs remotely while the Auto Generated Certificate is configured on IIS and is in the “Trusted Root Certificates” folder of the DataMiner Agent. Is there something …
25th March 2026
In the case of running an old Web Upgrade version as a “rollback” after a Web Upgrade, how would that react? Would it remove the previous Web, GQI, and Assistant …
25th March 2026
Hi Dojo, I’ve just checked our DMS for the new (10.6.4 onwards) BPA for Detect unsupported connector versions. All our BPA runs are reporting “Could not reach the Catalog API” …
25th March 2026
Is it possible to extend DCF connectivity on an virtual function? I’ve got an IP device which has an physical WAN interface in and out, but the device is running …
25th March 2026
We are planning on running some experiments in our lab to see what behavior we can expect and what we can and can’t do when databases are not available. Inspired …
25th March 2026
We have a Children group with type alarm that we want to dynamically filter using ChildrenFilter and use Visual Overview session variables to drive the filter. If I hard code …
25th March 2026
I have an element, the protocol was written in house. I’m trying to configure the element using the HTTP API, as I have a loty of these to create, that …