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 …

Parameter Sets via Automation Script

Hi João, The SetMultipleParametersMessage could be a good approach for that number of sets as it will allow you to interact with SLNet the minimum amount of times. You could …

Data file directories on Cassandra

Hi Min, Yes, it is possible to add another location in the data_file_directories in the YAML file. This means that ssTables will be divided over both those directories. If you …