DVE elements not linked to main element

Hi Robbie, Did you already restarted DataMiner? Can you check in the database which dve’s are linked on your main element and if you see some invalid data? Cassandra : …

DVE elements not linked to main element

Hi Robbie, You can try to remove the DVE elements from the dveelementinfo table in the Cassandra database. After you remove the references to the dve’s from the database, you’ll …

Server Hardening for DMZ Setup

Hi Ashwiny, You can update your Windows OS to the latest release. You will need at least .net framework 6.

Can I use a query filter on a parameter table

Hi Seppe, This is currently not possible yet. As you found out, the Query Filter component only works with GQI queries and you cannot have parameter sets yet in a …

Get Cell Display Value from ParameterValue Object

Hi Tobias, You can retrieve the discreet display as follows: GetElementByIDMessage getElementInfoMsg = new GetElementByIDMessage { DataMinerID = iDmaID, // Dataminer ID where the element is hosted. ElementID = iElementID, …

How to add a column on a mail reports ?

Hi Brian, I notice you are still using the legacy reporter. There it will be a bit harder to achieve what you want. However, with the new dashboard module, this …