Correlation script alarm time
25th April 2024
Hi, the only solution we have found was the hysteresis. After adjusting it Script was running fine. Checkbox set for Trigger on single events, and immediate evaluation.
Answer
25th April 2024
Hi, the only solution we have found was the hysteresis. After adjusting it Script was running fine. Checkbox set for Trigger on single events, and immediate evaluation.
25th April 2024
A task was created to further investigate this issue:DCP238120 One the solution has been found to this, it will also be shared here.
25th April 2024
If it is a shape that is linked to an element or simular, you could use the “NoAlarmColorFill” option to not have that influence the colour: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Overview_of_page_and_shape_options.html#noalarmcolorfill If this is …
25th April 2024
Hi Tim, This will indeed consume an element license. I’d say that in this case, you can freely use this connector as it’s used to provide an overview of the …
25th April 2024
Hi Ryan, I did a quick check for you and from what I can see the ‘interapp’ (as in InterApp classes | DataMiner Docs) is not available in this connector. …
25th April 2024
I see that this question has been inactive for some time. Do you still need assistance with this? If not, could you select this answer so this question is closed?
25th April 2024
I see that this question has been inactive for some time. Do you still need assistance with this? If not, could you select this answer so this question is closed? …
24th April 2024
Hi Ana, Please have a look at this custom gqi operator: https://catalog.dataminer.services/details/65cce917-0194-4789-a2f6-9affd0f3f494 It will change the display value of the date time column. The actual value will not be changed, …
24th April 2024
Hi! I see that the QAction is being triggered by triggers=”4002″. What is that? Is that a single parameter? For the row=”true” to work, the Qaction needs to be triggered …
24th April 2024
I found the following. please confirm if this is safe to use: var alarmFilter = new Skyline.DataMiner.Net.Filters.AlarmFilter(); var alarmFilterItemelement = new Skyline.DataMiner.Net.Filters.AlarmFilterItemInt(Skyline.DataMiner.Net.Filters.AlarmFilterField.SeverityID, Skyline.DataMiner.Net.Filters.AlarmFilterCompareType.Equality,new[] { 24 }); alarmFilter.FilterItems = new[] { …
24th April 2024
Hi Philip, Visual Studio should normally suggest the correct namespace if you hover over the error, that will probably help to fix the errors. Think the list bellow should be …
24th April 2024
Hi Miguel, It’s not possible to only move partial data using the Cassandra Cluster Migrator. In the example described I would assume you would also miss the elementdata. The tool …
24th April 2024
Official specs are now available here – DataMiner Compute Requirements | DataMiner Docs
24th April 2024
As a reference for the DxM server requirements: Dataminer Cloud Platform : DMZ Setup – DataMiner Dojo
24th April 2024
Hi Oscar, Besided the solution of Miguel, you can also take a backup of your system. In a full backup (with or without database) the logging folder is also included. …