Random Dataminer Cube Crashes -DataMiner (10.3.10.0-13402-CU1)
11th October 2024
Hi David, I looked into the problem you reported and I can tell you it is a client software issue, There are some threading issues in the AlarmSummary shape. This …
Answer
11th October 2024
Hi David, I looked into the problem you reported and I can tell you it is a client software issue, There are some threading issues in the AlarmSummary shape. This …
11th October 2024
Hi Miguel Showing the different alarm levels underneath the parameter like this is currently not possible in the web version of Monitoring. I have created a task on our backlog …
11th October 2024
Hi Ryan, Service templates are powerful tools for automating the creation of multiple services with similar characteristics. However, they can be challenging to work with, especially when the desired end …
10th October 2024
That’s a great solution. Worked perfectly, Thank you!
10th October 2024
Hi Richard, Instead of relying on the LockElements subscript property, I suggest using a named Mutex object to enforce non-concurrent script execution. To do so, define a static object as …
10th October 2024
Hi Benjamin, What you could try to do is importing the certificate on the DataMiner server that is hosting the element. This will make the system recognize it as a …
10th October 2024
As mentioned in the comments on your question, the _resources should be fetched and set in the first lifecycle hook that has all the necessary information. You’re depending on both …
10th October 2024
Hi Jan, All request going through remote access (dataminer.services) have to be finished within the 30 seconds timeout. Currently there is no way around that. A better (asynchronous) approach for …
10th October 2024
Blinking is a system wide setting and can thus not be adjusted on a per shape basis. However, you COULD work with multiple shapes, show/hide conditions and the leverage the …
9th October 2024
Hi, There are notices related to files used by Skyline Device Simulator. could it be that the tool was running while the upgrade was running? These notices indeed don’t indicate …
9th October 2024
Hi Robin, From the description, it seems you are using the connector range 3.0.0.x. I’m not very familiar with this connector range, but from what I’ve checked, it appears that …
9th October 2024
Hi Pedro, Indeed, I was planning to propose using GQI queries to display information from multiple element tables in a single one. However, as you already noticed, the table component …
9th October 2024
Hi Ryan, You can link the dates from your filter operators in GQI to the time range component. Be sure to click the chain icon to the right of those …
9th October 2024
For Cassandra: A cluster of 8 nodes and replication factor of 3 will handle shutting down of one node with no impact. It is therefore safe to do a rolling …
9th October 2024
Hi Dennis, If you need to do a big change, it is recommended to stop all DataMiner agents of your DataMiner System, update DB.xml and then restart it again. The …