Add “Other Devices” in the rack layout

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 …

Dashboard Sharing – what are the limits?

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 …

SRM automation silently create booking resource selection

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 …

Add “Other Devices” in the rack layout

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.

Setting up Alarm if video fails

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 …

Add and Update Element Properties using IDms

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 …

Add and Update Element Properties using IDms

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

Visio Shape Data for 1st of “impacted services”

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}] …

SDK error when creating new DataMiner Solutions

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 …

Disk showing incorrect size

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 …

Ways to aggregate alarms

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 …

Dashboard share

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

Dataminer on Nutanix VM

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 …