Get property value of an alarm in a Corelation rule email alert
15th December 2025
Hi All, I want to extract the values of two specific properties from an alarm event within a Correlation rule, so I can include them in the alert notification. In …
Question
15th December 2025
Hi All, I want to extract the values of two specific properties from an alarm event within a Correlation rule, so I can include them in the alert notification. In …
12th December 2025
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 = …
12th December 2025
Hi Dojo, I have a setup with a Cassandra Cluster and OpenSearch.Due to a network issue, the DMS temporarily lost connection to the databases and started offloading data. After some …
12th December 2025
Hi DOJO, When exporting an element that contains DVEs, a file named property_dve.txt is generated with the DVE properties. However, when checking the Cassandra database, I’m unable to find a …
12th December 2025
Hello everyone, Does anyone know how to change the background color of a Spectrum Analyzer to dark mode? For example, in this case, the client theme is Dark, but Spectrum …
12th December 2025
As per: https://docs.dataminer.services/develop/api/DmsNotifyTypes/DMS_SNMP_NOTIFICATION.html, DMS Notify Types have been deprecated. I’m trying to find the equivalent of this method in NuGet Class Libraries – specifically for DMS_SNMP_NOTIFICATION (73) – can I …
12th December 2025
We have a lot of R&S DVMS and sometimes they return NAN on an OID that was supposed to be a number which dataminer displays as NaN I added exception …
11th December 2025
Hello guys, I am currently working on an automation script that connects via SSH (Username & Password / no ssh key) to a server and reads from a database. When …
11th December 2025
Hi Dojo, I am trying to create an automation script that creates a scheduled task. The goal is to have this task trigger another script with a specific parameter. This …
11th December 2025
Hi, i have a visio with multiple shapes. Each shape is linked to a different element to show the status of a given parameter I’d like to group all of …
11th December 2025
Hello, I am wondering, in the Confirm Multiple Set dialog within DataMiner, the parameter changes are currently displayed using the parameter index rather than the display key. Is this the …
11th December 2025
Hi all, We would like to use the data API comming from weathercompany.com https://www.weathercompany.com/weather-data-apis/ As we are already using the Skyline Universal Weather driver I am wondering if I can …
11th December 2025
I have a GQI, using which im filling a table data in LCA. I want to add an extra column to that table based on the value of a particular …
10th December 2025
We are trying to retrieve all elements hosted on the same DMA as the one where our script is running. Currently, we use the following approach with the core DMS …
10th December 2025
I would like to display a parameter with a shape that is dependent on another element, but also outputs an alternative table column (cell). In detail: 1. A value (number) …