How to Export Service Templates Programmatically

Hi Joao, A possible option is to use the methods available in the web service API to export/import service templates: GetServiceTemplate CreateServiceTemplate Hope it helps. Update: Please find below a …

Accessing the Web Apps from Dataminer

Hi Robin, You say you are using Internet explorer still, does that mean you are still trying to run the xbap version of Cube maybe? In case you do, please …

[LCA] Issues with changing Variable Type

Hi Stefan, This does sound like a bug with the LCA. Can you contact tech support (support@dataminer.services) so that we can look into this further? As a workaround you could …

Connection of Miranda – HCO-3901

+————————————–+ | DataMiner System                       | | (DMA / Servers)                        …

Connection of Miranda – HCO-3901

I believe the options provided by Grass Valley(GV) for monitoring and control are via the iControl application server or GV Orbit of which there are these two supporting connectors in …

date in hexadecimal

Hi Alex, When dealing with such cases, I use the following method to convert the string to a DateTime. You can then use this method in a QAction to fill …

Bypass CRL check in DataMiner

Yes, we have put it in the correct version directory where the DataMinerCube.exe file is located (10.6.2547.3014)

Bypass CRL check in DataMiner

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 …

No dashboard availble in scheduler

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. …

Custom Time Range in Dashboards

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.

date in hexadecimal

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 …

date in hexadecimal

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: …