MediaOps Virtual Function

Hi, I’ve built functions in the past for SRM and I used to use a functions file template. I think recently the templates got rolled into the Visual Studio Templates …

Visio drawing Alarm Table row filtering

Hello, i have a simple question about filtering alarm into a table row. actually i have i shape with this parameters it create a good table with all the alarms …

.net Framewokr higher than 4.8 ?

Hello everyone, While reviewing the documentation about Automation Scripts, I couldn’t find any information about the Visual Studio or .NET development requirements. The documentation mainly describes how to run an …

How to run automation script with 64-bit

Hello everyone, I would like to know how to run an automation script in 64-bit mode. I’m encountering an issue with a library that works correctly on my local PC …

Average trend value

Hi Dojo, I’m looking for the best way to show the average value of a trended value like in the statistics: Is this possible in a Visio drawing or in …

How to Create/Update a Service on a Remote DMA? NT_SERVICE Not Working as Documented

Hi Team, I am trying to create and update a service on a remote DMA from a protocol QAction. According to the documentation: NT_SERVICE (75): https://docs.dataminer.services/develop/api/NotifyTypes/NT_SERVICE.html NT_SERVICE_REMOTE (282): https://docs.dataminer.services/develop/api/NotifyTypes/NT_SERVICE_REMOTE.html It …

Cassandra 5 and OpenSearch 3 support

Hi dojo, Cassandra 5 was officially released on September 5, 2024, more than a year ago, and OpenSearch 3.x on May, 2025. What is the roadmap for supporting these new …

DOM Contains() filter returns fuzzy matches instead of filtering by substring?

Using DomInstanceExposers.FieldValues.DomInstanceField(fieldId).Contains(searchValue) returns unexpected results. The filter appears to perform fuzzy/tokenized matching rather than exact substring matching. Environment: – DataMiner 10.5.0.0-16432-CU8 Code: var customerNameFieldId = GetFieldDescriptorId(“Customer Name”); var definitionFilter = …