Alarm Dashboard PDF/CSV Export
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) …
Answer
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 …
7th May 2025
Turns out it is not allowed to have library name with dots in. I had a Data source using xxx.yyy.zzz as lib name in the XML definition. replacing it to …
7th May 2025
Hi Gerwin, If I understand your question correctly you want to: – Filter on TimeOfArrival <= x and TimeOfArrival >= y – Also filter on some exposers of information events …
7th May 2025
Hi, In your bindings, the http binding does not have a host name set. This means that it will accept incoming requests regardless of the ip or host name used …
7th May 2025
Hi Fawzan, See here : Scale webpage linked in Visual Overview – DataMiner Dojo. This depends on the webpage itself.
7th May 2025
Hi, -multipleGetBulk is the option that determines the way that the communication with the device is happening. E.g. multipleGetBulk:5 means that we are asking the device to return (max) 5 …
7th May 2025
Hi Ana, What you are describing is the expected behavior. Queries (and all other data types) in LCA are bound to components. This means that they will only be fetched …
7th May 2025
Hi Jason, I believe multipleGetBulk is focused more on performance; as in how many rows are fetched per GetBulk request. partialSNMP’s focus is on reliability; as in even if one …