Redundancy Groups and Alarming – Duplicate Alarms
12th May 2025
Hi Thomas, I don’t believe this is currently possible. Any action to mask an element or apply an alarm template will also be applied to the linked virtual primary element …
Answer
12th May 2025
Hi Thomas, I don’t believe this is currently possible. Any action to mask an element or apply an alarm template will also be applied to the linked virtual primary element …
9th May 2025
Hi Steve, Thank you for your very courageous attempt in trying to help me out here. But the issue is not the resulting index as such, but how I can …
9th May 2025
Hi Nils, I believe this is a software issue. Can you please forward the details to techsupport@skyline.be?
9th May 2025
Eventually, this issue resolved itself “somehow”. We continued to keep our DMS updated, and when looking into the issue again one year later on, we observed that all clients where …
9th May 2025
Hi, This is not specifically related to DVE elements, but also applies to regular elements. When opening the dropdown list of “Table Index” then it is populated with the indices …
9th May 2025
Hi, When a write parameter has the setter=”true” attribute then: -First the regular trigger(s) on the write parameter will be executed -> actions executed by these trigger(s) will not see …
9th May 2025
Hi Frans, Yes, that’s definitely possible. DataMiner emits events whenever changes occur in the parameter table, and there are multiple ways to subscribe to those events. Once you detect a …
9th May 2025
Hi Robert, This sounds like a software issue, the PDF should not contain empty components and the CSV(s) should correctly be included in the email. You can contact techsupport (techsupport@skyline.be) …
9th May 2025
Hi Stefan, How about using a folder other than ‘Documents’ folder? I don’t know the details, but I heard that from some DMA version, we can’t link from visio to …
8th May 2025
Hi Bing, I believe what would help would be using the Alarm Console ‘History Slider’ Working with the Alarm Console history slider | DataMiner Docs. Clicking on the icon …
8th May 2025
Hi Peter, The reason it didnt work with the alarmTreeID overload is because the Info property was not set. This still necessary for legacy reasons. This should do the trick: …
8th May 2025
After a lot of trial and error I found a working solution SetAlarmStateMessage sam = new SetAlarmStateMessage(); sam.AlarmId = rootAlarmID; sam.DataMinerID = dmaID; sam.State = 5; // 2= acknowledge alarm …
7th May 2025
Hi Fawzan, If you want to make the shape with the webpage adapt to the size of the page, then you need to use the shape data ‘Dock’, and specify …
7th May 2025
Hi Jan, It is indeed a policy for our technical writing team not to expose any details about security related release notes. This is to avoid any potential security concerns …
7th May 2025
Hi Benjamin, You can get the resource ID with the following code inside your catch block: if (e is ResourceManagerTraceDataException exception && exception.TraceData?.ErrorData.Count == 1 && exception.TraceData.ErrorData[0] is ResourceManagerErrorData errorData …