HLS video thumbnails in grid component
26th March 2024
Hi Pawel, I had a look at the task and the task is not yet picked up and is not at the top of the backlog. I would suggest that …
Answer
26th March 2024
Hi Pawel, I had a look at the task and the task is not yet picked up and is not at the top of the backlog. I would suggest that …
25th March 2024
The standard way of accomplishing this in DataMiner would be to firstly develop a connector(driver) to interface with the third-party product. That connector would implement this SNMP Set. You would …
25th March 2024
Hi Samuel, please see the following page in our documentation: https://docs.dataminer.services/develop/devguide/Connector/AdvancedLoggerTablesExtending.html
25th March 2024
The trick to cast the property did the job even on my view property. Thank you very much!
25th March 2024
Hi André, Here you can find what you are looking for: https://catalog.dataminer.services/details/package/5972 In this package you can find a script and a low-code app that not only allows you to …
25th March 2024
Hi Michael, This example shows how to update properties of an element. A similar approach can be used to update properties of views: https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html#setting-a-property-and-renaming-the-element. The trick is to first cast …
25th March 2024
Hi Koen, Starting from DataMiner 10.3.9, these files get created whenever an unexpected error occurs during serialization or deserialization. In the instances where there are thousands of files, it is …
25th March 2024
Hi, I could not find any reference of the “Disabled” event existing, only IOClicked and NodeDoubleClicked seem to be options. Now if I understand what you are trying to do, …
25th March 2024
Hi, If you need access to non-public resources, you will indeed require a VPN setup most likely. You can reach out to daas@dataminer.services with your question, they will be most …
25th March 2024
Yes this is correct, but relating to the version of DataMiner cube that will be run when connecting to a given system, please see – Managing the start window of …
25th March 2024
Hi Peng, I believe it should be possible. You could add the following shape data to your shape: Element: <The element where you would like to get the alarm> Parameter: …
25th March 2024
Hi Peng, Is this what you are looking for? Let me know if this helps or if you have other questions. Cheers
25th March 2024
Hi, This issue has been fixed in Orchestrator 1.5.5 where we improved the management of processes, see Orchestrator change log | DataMiner Docs). Wkr
23rd March 2024
Hi Ali, Next to the sms options mentioned by the other answers, it might also be worth considering messages via Microsoft Teams. This method doesn’t require a hardware sms gateway …
23rd March 2024
To further complement on the info provided by Miguel, you will first have to make it possible for your DataMiner System to send text messages. The first option is to …