How to show a calculation of two trended parameters on a trend graph
4th September 2025
Hi Jonas, As far as I know it is not possible to make operations on a trend graph (in Cube). As you suggested, this will imply a connector update. As …
Answer
4th September 2025
Hi Jonas, As far as I know it is not possible to make operations on a trend graph (in Cube). As you suggested, this will imply a connector update. As …
3rd September 2025
Hi Dzenis, I believe this is the information you are looking for where you can Organize the apps on the landing page into different sections: Organizing the apps on the …
3rd September 2025
Hi David, Here are a couple possibilities: There is a user setting ‘Enable coloring when severity is normal or undefined’, more info here: User settings | DataMiner Docs. This setting …
3rd September 2025
Does the script require the input of an element that you try to change?
3rd September 2025
Hi Isabel, You shouldn’t have any errors or critical events after upgrading DataMiner. Note that DataMiner upgrade will only affect to your two DMAs. Cassandra and OpenSearch will not be …
3rd September 2025
Hi Rui, A bug in Cube is preventing you from editing the parent service. We have a task for this on our backlog.
3rd September 2025
I was able to achieve this by using Monitor classes available on the nugets: Skyline.DataMiner.Core.DataMinerSystem.Common var connection = args.DMS.GetConnection(); // Best clone it for long term usage. IDms dms = …
3rd September 2025
Hi João, The maps component can show this error when the API key for Google Maps isn’t correctly configured. The key can be missing, have no associated billing account, … …
2nd September 2025
Hi Sebastian, To retrieve data from logger tables stored in Elastic, you must use Nest NuGet (based on Elastic) to execute Elastic Client queries and get the table. Take into …
2nd September 2025
Jeeva, found these two – in the versions tab you can find more info, they’re both recent integrations from 2025: https://catalog.dataminer.services/details/ad783a38-693a-4d72-b60a-8d59e4e96068 https://catalog.dataminer.services/details/afe7853b-2784-467c-8cd9-71be79d9ca50 HTH
2nd September 2025
Hi Baranisudha, I believe you’re correct – as names in DM cannot start or end with a space: this can be verified when adding an element or a service if …
2nd September 2025
Hi Jesus, This error means that the dataminerId and/or the alarmId are < 1. Before 10.4.0[CU8] this would throw an error, which is what you are seeing here. Since this …
2nd September 2025
Given the complexity of the use case, I would personally suggest moving into a low code app solution. I currently also don’t see a way to properly do this in …
2nd September 2025
Hi Ahmed, The context menu from the screenshot only lists some frequently-used assemblies for ease of reference, this is not a dynamic list. To reference the BMDSwitchesAPI assembly from a …
2nd September 2025
Hi Marco, There are some limitations regarding converting a protocol that was imported from an Agent: When importing a protocol, it will only import the protocol.xml file but not any …