Adding Documents programmatically
26th March 2024
Hi, I don’t know if there’s a recommended way of doing this is, but when building our CDMR system phase 1, I used standard windows methods. e.g DirectorytInfo and FileInfo …
Answer
26th March 2024
Hi, I don’t know if there’s a recommended way of doing this is, but when building our CDMR system phase 1, I used standard windows methods. e.g DirectorytInfo and FileInfo …
26th March 2024
Hi Yvon, You could use indeed show/hide options to dynamically show specific images based on the view selected. However, this implies that you will need to load all the images …
26th March 2024
Hi Tim, It is not possible to pass the option to skip the script started information event or other automation script options to the configuration of the DOM crud scripts …
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