DataMiner Protocols compatibility: on-prem, SaaS and DaaS
3rd July 2025
Hi Alberto, You are correct, if it runs on-prem, that should indeed also run smoothly in DaaS. That is basically the same software, so there is no real difference for …
Answer
3rd July 2025
Hi Alberto, You are correct, if it runs on-prem, that should indeed also run smoothly in DaaS. That is basically the same software, so there is no real difference for …
3rd July 2025
Hi all, thanks to Wouter Demuynck, who has answered my similar question in the other Dojo task, I was led to the following insight. Wouter suggested that the backup procedure …
3rd July 2025
Not sure if it matches your use-case 100%, but it is possible to use GQI to make a query on alarm data. This can be displayed in a table. There’s …
3rd July 2025
Hi Stefan On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs
3rd July 2025
Hi Daniel, Your rule is almost correct: The alarm filter configures the rule to keep track of the active alarm events of both element 1 and 2. This is fine. …
2nd July 2025
Hi Mohan, Could you please clarify whether you are referring to editing an alarm template? Where exactly do you need to apply these filters? If you are working with alarm …
2nd July 2025
Hi Ramunas, I don’t believe such an option exists. The best way to proceed would be to filter out any alarms that are not relevant to you.
2nd July 2025
below is the code that works best for my use-case. What helped most is the service.ParameterSettings.IncludedParameters public static string[] hcoConnectors = new string[] { “Evertz 7800R2x2-ACS-3G”, “Snell Wilcox HCO51 RollCall”, …
2nd July 2025
Hi Fery, Technically, it is possible to extract that information, although not in a straightforward way.You can try using the internal call GetInfoMessage with the type SecurityInfo, connected to one …
2nd July 2025
Hi Alexandre, At this point, this isn’t possible. You can manually set ‘Everyone’ to ‘No access’ and assign yourself editor rights after creating or duplicating the app. If this is …
2nd July 2025
Hi Hari, I’m not sure I fully understood the workflow. Is the time range feeding the table, or is it the other way around (i.e., the table feeding the time …
2nd July 2025
Hi Jeroen, Not a direct answer to your question. There is an ad-hoc data source that provides this information: SLC-GQIDS-GetAllElementsInService. From here you could: Reuse the code available in the …
2nd July 2025
Hi Amber, Another alternative for your use use could be using Data Aggregator. This DxM allows you to run GQI queries periodically at fixed times. For example, using the data …
2nd July 2025
Hi, There are some settings that could prevent the clients to connect to the listening port (assuming that the firewall is not blocking it): -An element can be configured to …
2nd July 2025
Hi Catarina, Regarding your questions: – Why is this file appearing in the trend data? – Why is it being generated outside the configured time of 05:00? These files are …