Bypass CRL check in DataMiner
24th April 2026
Yes, we have put it in the correct version directory where the DataMinerCube.exe file is located (10.6.2547.3014)
Answer
24th April 2026
Yes, we have put it in the correct version directory where the DataMinerCube.exe file is located (10.6.2547.3014)
24th April 2026
Hi Gerwin, You may have encountered a regression. Please open a ticket with our support team so that a new investigation task can be created. Thank you, Paulo
24th April 2026
Hi Roger, There are 3 workarounds mentioned in the docs. for workaround 2 (prevention) , it is advised to have no Cube sessions open when applying. You need to create …
24th April 2026
Hello Gerwin, If you are still experiencing this issue, I believe the best way forward is to report it to our support team, as a deeper investigation may be required. …
24th April 2026
Hi Andrea, This is currently not possible in Dashboards or Low Code Apps. If this is something you are very interested in, I suggest you create a feature suggestion.
23rd April 2026
Hello, You might have to leave the type as an octetstring and parse the hex value on a QAction to return a double value and then set that double value …
23rd April 2026
Hi Alex, Can you try the suggestions described in these questions: Driver: convert hexadecimal value to letters Converting SNMP octetstrings to readable ASCII in xml code Hope it helps. Update: …
23rd April 2026
Hi Caio, Another possible way (via Dashboard app) is using a GQI query (see data source ‘Get elements’). You could use the column ‘DVE Parent ID’ to identify the parent …
23rd April 2026
Hi Caio, You can find the parent element by simply looking at the name. DVEs are named <parent_element_name>.<identifier> like Parent_element.Slot1. You can also look at the protocol of the DVE. …
23rd April 2026
Hi Caio, You can send the GetElementByID message via the Client Test Tool. The input IDs should be taken from the DVE element. Example: Kind regards,
23rd April 2026
Hi Dario, At the moment, it’s not yet possible to configure these options within the code of an automation script. A task has already been created to address this. This …
23rd April 2026
Hi Zean, As of DataMiner 10.5.10 / 10.6.0, it is possible to generate reports from private dashboards. This can only be configured by users who have access to those dashboards.
23rd April 2026
Hi Robert, We strongly recommend upgrading to at least 10.5.0 [CU11]/10.5.12 [CU2] before starting the migration. This ensures the latest version of BrokerGateway is installed. https://[hostname]/BrokerGateway/api/monitoring/getmonitoringstatus should return a valid …
22nd April 2026
Hi Jens, From what I could find, reservation instances are retained for 5 years based on the last modified date. There have been similar questions in the past, but without …
21st April 2026
Hi Sam, One way to display alarms on a Dashboard or LCA is to use the Alarm table component. This component can display active & history alarms and apply some …