Setting up Alarm if video fails
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 …
Answer
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 …
24th July 2023
Hi Dario, This is not a limitation from a DataMiner setting or option, it is an issue that will only occur in the XBAP version of Cube. I am currently …
24th July 2023
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 …
24th July 2023
Hi Bernard, You must use a pipeline before the SetTrigger option: Execute Script:testrefresh|||||NoConfirmation,CloseWhenFinished|SetTrigger=ValueChanged
24th July 2023
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 …