Using HTTPS session with invalid/untrusted certificate
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 …
Answer
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 …
9th October 2024
Writing this in a new answer as comments don’t allow XML formatting. @Simon: to enable alarm squashing feature, you can add the line: <MustSquashAlarms>true</MustSquashAlarms> inside the tag <AlarmSettings>…</AlarmSettings>. See example: …
9th October 2024
Hi Davor, This is only available as of DataMiner 10.3.10 for simple queries that directly fetch the data using a Get parameter table by ID data source. Additionally, only the …
9th October 2024
Here below our MaintenanceSettings.xml file
9th October 2024
Hi Simon, At this time, there isn’t an option to completely disable the display of alarm history, as outlined in History tracking | DataMiner Docs. However, you can minimize the number …
9th October 2024
Hi, Making the shape uncolored will not be possible. If I understand the situation correctly, you will have to use two shapes to achieve this implementation. One of the shapes …