Add “Other Devices” in the rack layout
25th July 2023
You could also list up all your passive devices in a table in a virtual element and display those in a similar fashion onto your rack visual overview. We did …
Answer
25th July 2023
You could also list up all your passive devices in a table in a virtual element and display those in a similar fashion onto your rack visual overview. We did …
25th July 2023
Hi Alex, there is no limitation in terms of functionality, there are limitations depending on the business model that you choose to deploy DataMiner. If you are on an perpetual …
25th July 2023
Hi Philip, In the Function object you should not provide ‘SelectedResource’ and set ‘ShouldAutoSelectResource’ to true. E.g.: new Function { Id = 3, ShouldAutoSelectResource = true, ProfileInstance = TestSystemIds.ProfileInstances.EUTELSAT_07A_A01_DVB_S2.ToString(), ByReference …
25th July 2023
Hi Thomaz, I believe you are referring to the IDP Facility Management feature and currently it is only possible to add there devices that are represented in DataMiner as elements.
25th July 2023
Hi Punit – not sure if I get the question correctly, but if I’m right you are asking how DataMiner can be used to determine if there are any audio/video …
25th July 2023
Hi Wale, There is no query environment available for STaaS and it’s not on our roadmap currently. For more information regarding this topic, you can contact us at support.cloud.ecosystem@skyline.be. With …
25th July 2023
Hi Thomas, You need to first cast the property to IWritableProperty as shown in this example By default, all properties will appear as read-only but you can use the snippet …
25th July 2023
Hi Thomas, The following example shows how to set a property: https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html#setting-a-property-and-renaming-the-element
25th July 2023
Thank you Toon! I started leave a few days after I posted my question and just got my head around the regexreplace now I am back at work. [regexreplace:(?<firstService>[^,]+)(,.+)*,[Impacted Services],${firstService}] …
25th July 2023
Hi German Normally DIS should install the necessary prerequisites to be able to run everything. Could you make sure that your Visual Studio is fully up to date? EDIT: This …
25th July 2023
Hi Nur, Most likely this wrong calculation will be due to compressed files which windows is somehow reading as the full uncompressed size, instead of the compressed size. I found …
24th July 2023
Hi Paul, Here is the documentation that describes how to use Multiple Checkbox Control Adding options to a session variable control | DataMiner Docs You can explore if the options …
24th July 2023
Hi Alberto, Automatic incident tracking | DataMiner Docs groups active alarms related to the same incident so that the Alarm Console provides a better overview of the current issues in …
24th July 2023
Hi Ashwini, It’s currently only possible to share dashboards created in the Dashboard app (https://aka.dataminer.services/AccessingDashboardsApp) on dataminer.services. More information about how the live sharing permissions work can be found here: …
24th July 2023
Hi Mohammed, That should be no problem for DataMiner. What you are describing seems to be completely transparent to the applications running on such a VM, and I’m sure this …