Audible alert – Raised by code
13th February 2026
Hi, Playing the sound is a part in DataMiner Cube (client side) which gets activated when a new alarm enters (or changes severity). A QAction is running from server side …
Answer
13th February 2026
Hi, Playing the sound is a part in DataMiner Cube (client side) which gets activated when a new alarm enters (or changes severity). A QAction is running from server side …
13th February 2026
Hi Marco, The condition input for string columns in templates is always for a ‘contains’ condition. It is currently not possible to use a regex here. You could invert the …
12th February 2026
I believe SLAlerter was designed to run as a single instance tied to one cluster – not sure if this chnages with any more recent version. But I’ve done a …
12th February 2026
Hi Michael, You can achieve that by using placeholders in both the subject and message fields of a correlation rule’s email action. This is described here (see point 4 → …
12th February 2026
Hi Pedro, I believe for this case you could use correlation rules. A possible approach: Correlation Rule: Alarm filter: Alarm C Persistent event (1 minute) Rule condition: Parameter value that …
12th February 2026
Hi Felix, Thanks very much for your response! I was afraid that this will come but it seems to be the only solution. Thanks again Best regards Michael
12th February 2026
Hi Michael, a possible solution is passing the correlation content to the automation engine by running a script as action in the correlation and send the mail from the script. …
12th February 2026
Hi Flavio, I’m not sure whether a solution along the lines below would be feasible in your case, but if I wanted to “import” the trending data of certain parameters …
12th February 2026
Hi Ryan, A possible option is to create a small script that can set the service property. The button in the Visio file can be linked to this automation script. …
12th February 2026
Hi Felix, Could you provide the following info to support.data-acquisition@skyline.be: The full activity log file Info about you Visual Studio instance: Open VS and navigate to Help > About Microsoft …
12th February 2026
Hi Matt, There is no way to force the table to load all rows using this type of filtering. We chose to only load some data (based on some rules) …
11th February 2026
Hi Edson, I performed a small test and can reproduce the issue (using 10.5.12.0). Interestingly, I am able to include other generic parameter (e.g. [Element Alarm State]). Since the information …
11th February 2026
Hi Fernando, Do make sure to also disable/remove the rule on the Windows Firewall which allows incoming traffic on port 8004.
11th February 2026
Hi Bruno, see ChatOps Mention User – DataMiner Dojo. In short: it’s currently not possible/supported with Chat Integration. Wkr
11th February 2026
Data API enforces a strict 1 MB limit for JSON payloads, and this limit cannot be increased. See Data API Limitations | DataMiner Docs A 1 MB JSON is already considered large …