STaaS – Manual backup
31st August 2026
Hi, This is not a feature we support, or intend to support. STaaS really is an “as a service” offering. Introducing manual control options would defeat the purpose of not …
Answer
31st August 2026
Hi, This is not a feature we support, or intend to support. STaaS really is an “as a service” offering. Introducing manual control options would defeat the purpose of not …
28th August 2026
Hi Rijad, In your code, you did not specify the ‘What = 8'. var request = new SetSecurityInfoMessage(8, configuration.UserName, int.MaxValue, string.Empty) { Sa = new SA(new string[16]), }; request.Sa.Sa[0] = …
28th August 2026
I found an easier way to get the current logged-in user in a GQI: var securityInfoMessage = new GetInfoMessage { Type = InfoType.SecurityInfo }; var userInfoResponse = connection.HandleSingleResponseMessage(securityInfoMessage) as GetUserInfoResponseMessage; …
27th August 2026
Hi Ryan, This can be configured by setting up an alarm filter and enabling email notifications for a specific user or group. The following documentation provides the required steps: https://docs.dataminer.services/dataminer/Administrator_guide/Security/Basic_security_configuration/Configuring_user_notifications.html?q=notification …
27th August 2026
Hi Alexander, Still the same, I’m afraid and no plans for the short future.
27th August 2026
Hi Bernard, Not sure what you want to achieve, but please be aware that elements run on the DataMiner Agents and the File Browser (from Cube or Web) gives access …
26th August 2026
Hi Bernard, As far as I know, it is not possible to open a file browser from an element. I believe a possible alternative is to use an interactive automation …
26th August 2026
Hi Thomas, Reports send with the new module indeed do not have the contents directly embedded in the email. Instead, they are added as attachments. This assures that all content …
26th August 2026
Hi Bernard, does this relate to Color change of Cube title bar to differenciate DMS – DataMiner Dojo?
26th August 2026
Hi Bernard, Currently it is not possible to define your own background colors. What is the use case to define your own background colors?
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 …