Hiding Subpages does not hide pagebutton

Hi Joshua, As you mentioned, the Visibility element | DataMiner Docs only hides pages and subpages—it does not affect page buttons that open subpages in a popup. Given your use case, …

LCA maps linked to charts

Hi Joel, There are multiple ways to achieve this: Add a table to your panel that contains a query which retrieves the selected element/parameter/index, based on the id in the …

DMA Community Edition local installation

Hi Randy, What will happen if a dynamic IP address is used on a DMA? If a dynamic IP address (assigned via DHCP) is used, the following issues may occur: …

LCA maps linked to charts

Hi Joel – I’m not too intimate with the details, but maybe I can get you on the way already by pointing to this Starlink app on the catalog?  You …

Alarm console : font and text size

Hi there, just to cross-check with the community if I’ve not missed this feature re the font size in the Alarm console? Still not available, right..? Unfortunately, screen scaling in …

Get history of service alarms

Hi Priya, For alarms, we should be able to access the history of alarms for a deleted service. However, I don’t think we have a reliable way to find all …

Issue in getting alarm history using GQI

Hi Priya, I’ve recreated your scenario but was unable to reproduce the issue. Could you double-check that the start time is earlier than the time displayed in the “Time” column …

Dell iDRAC Redfish SSL Check

Hi Johannes, DataMiner does not ignore all invalid certificates. The following page has a list of in which cases DataMiner will ignore the invalid certificate, when that checkbox is enabled: …

DVE Hidden option

Hi Joshua, Hiding a DVE element will remove it from view in the Surveyor, but the element itself still exists and continues to count toward the element limit of the …

How to create a script to send Active Alarms to the Slack

Hi, you can create a new automation script and add the following code: var message = new GetActiveAlarmsMessage(/* you DMA ID here */); var response = engine.SLNet.SendSLNetSingleResponseMessage(message); List<AlarmEventMessage> alarmsList = …