best Practice to delete DOM instance
27th March 2026
Hi Juan, Here is an example of deleting DOM instances filtered by definition and state. Note that there is a limit of 100, so you can use a batching method …
Answer
27th March 2026
Hi Juan, Here is an example of deleting DOM instances filtered by definition and state. Note that there is a limit of 100, so you can use a batching method …
27th March 2026
Hi RiverSilica Technologies, As explained in the docs, normally you are automatically added to the Administrator group by the installation wizard, giving you all Administrator rights in DataMiner. Typically I …
27th March 2026
Hi Juan, There’s a solid documentation page that addresses Processing multiple DomInstances – examples | DataMiner Docs. Feel free to take a look. There’s a specific section as well related …
27th March 2026
Hi Daniel, There was a similar question here: Visio Show/Hide: check if parameter exists? – DataMiner Dojo. I think the answer I provided over there also applies here in this …
27th March 2026
Hi Maximiliano A DomHelper object can be created in a QAction like this: DomHelper domHelper = new DomHelper(protocol.SLNet.SendMessages, “myDomModuleID”); With protocol being the SLProtocol object. The DomHelper class is available …
27th March 2026
Hi Olivier, 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 …
26th March 2026
Hi Daniel, A possible option could be passing the protocol name as input data. Then, you could set a service property with this information. In the Visio file, you could …
26th March 2026
Hello Gerwin, Currently this isn’t supported, the only available virtual function connections supported are the ones that are reflected and mapped onto the main element/connector. If you feel like this …
26th March 2026
Hi Robin, Unfortunately, there is no straightforward way to achieve the behaviour you are looking for. This limitation comes from how the “New Alarm” action works. As defined, it always …
26th March 2026
Hi Maximiliano, When creating a new protocol solution, the solution will have a Dlls folder. In this folder, you can add any custom DLLs that are used by the connector. …
26th March 2026
Hi Micah, That is correct, a web-downgrade will correctly downgrade all included DxMs & DCMs and the web apps themselves. Note that it will not restore the automatic backups of …
26th March 2026
Hi Ryan, I believe there is no out-of-the-box option to export only the documents. A possible workaround is to extract the document from a DataMiner backup. A .dmbackup file is …
26th March 2026
Hi Min, In this case you could use Data Aggregator to build the report. You can create an adhoc data source that retrieves trend data for the all the required …
26th March 2026
Hi Min, You could take a look at the data aggregator, which can collect the data through GQI queries.
26th March 2026
Hi Dave, We do indeed require direct access to the catalog API for this to work. You can verify this by trying to see if you can reach the following …