How to access DOM from a Protocol QAction?

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 …

best Practice to delete DOM instance

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 …

Issue deploying custom DLLs to DataMiner DaaS

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 …

Query on Trend data report

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 …

Issue Loading Logs on DataMiner Cube on New System

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 …

Detect unsupported connector versions BPA

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” …

Custom DCF on virtual function

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 …

Is element data already stored in database?

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 …

Setting Context Menu options via HTTP API

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 …