Generic Ping
3rd September 2026
Hi Raymond, When opening a view, you will see the element overview. There is a column that indicates the alarm template assigned to each element. You can use the filter …
Answer
3rd September 2026
Hi Raymond, When opening a view, you will see the element overview. There is a column that indicates the alarm template assigned to each element. You can use the filter …
2nd September 2026
Hi Pedro, I believe what you will need is a couple GQI queries, then a final one to join the element and alarm queries together. Following is what I did …
2nd September 2026
Hi, As far as I know, the Included Rows field in a service template does not support regular expressions or full filter expressions. Regular expressions are only supported for the …
1st September 2026
Hi Sam, This issue is related to a known bug that was addressed via DataMiner release note 43958: General Feature Release 10.6.1 | DataMiner Docs The fix is included in …
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 🙂