How to fetch the AlarmTreeID of an alarm ?
25th August 2026
Thanks! Both answers helped resolve my challenge 🙂
Answer
25th August 2026
Thanks! Both answers helped resolve my challenge 🙂
25th August 2026
here the screenshots, the first upload didnt work properly:
24th August 2026
The AlarmUserStatus is an enum that belongs to Skyline.DataMiner.Net.Enums In your case the code snippet will likely look similar to: using Skyline.DataMiner.Net.Enums; var request = new SetAlarmStateMessage( alarm.TreeID, AlarmUserStatus.Clear, “Cleared …
24th August 2026
Hi Jain, In this case, I believe you will need to create a service that includes both “Exciter A – Main” and “Exciter A – Transmitter” so you can display …
24th August 2026
Hi John, It looks like you are on the right track. For offline (air-gapped) environments, the process is still to generate the Request.lic file on the DataMiner Agent and provide …
21st August 2026
Dear Jerayam, I think it works only if you know the IDX for the two rows. In this case you should use Single row and use and AND or OR …
21st August 2026
Hi Dave, I suggest you try to restart IIS and check if that resolves the issue. If it doesn’t work, you can contact tech support (support@dataminer.services) so that we can …
21st August 2026
Thank you for your reply. I performed the procedure, but there was no change. Since it doesn’t work, I suppose it’s best to just give up on it. Thank you …
20th August 2026
Hey Hiroaysu, It’s odd that in your general tab, the “Send all notifications via one DMA” has no DataMiner agents listed. I would expect the list to be populated with …
19th August 2026
Hi Henri, There is currently no way to modify the content or name of the CSV-file that is generated with the dashboard report. As an alternative, you could place a …
18th August 2026
Tested the behavior on a DataMiner system: When the view option for a DVE is not-intialized or empty string, the DVE is moved to ALL the views of the parent …
18th August 2026
Thanks, I understand the AlarmTreeID now. The next hurdle is the AlarmUserStatus. Where can I find more documentation for the SetAlarmStateMessage, and AlarmUserStatus (which namespace does it belong to)? What …
17th August 2026
Hi Jan-Terje I believe the following will be a good read: Preparing scripts and connectors for Swarming | DataMiner Docs It nicely differentiates between the different definitions, this includes AlarmTreeID. …
17th August 2026
Hello Baranisudha, If you get the connection when you script is running, either through IEngine.GetUserConnection() or IDms.Communication.SlNetConnection, you can the ServerDetails from the connection. This object contains the ID, IP, …
17th August 2026
Hi, If I understand your question correctly the IRD can execute two different functions, but only one at a time: Demodulator + Decoder IP input + Decoder If the above …