Retrieve alarm information in Automation script

I’m trying to write a standard automation script that sends an email from a correlation rules or from a hyperlink. I provide the RootKey and the AlarmID as parameters. What …

Dashboard and default security level set

Hello Dojo team, I read the discussion of this old post and I would like to suggest rethinking the current approach to the default security level of dashboards. In the …

Applying a service template error

Dear Dojo, I am getting a ‘The selected elements cannot be combined into a service’ error when trying to create a service through a template. Could someone tell me where …

Visio shape not selectable sometimes

It often happens that a shape in our Visual is not selectable when the cursor is on it. If you move the cursor slowly outside of the shapes borders and …

Is the use of hostnames supported?

I have DM installed on my laptop for which the IP changes regularly, this is why I use hostnames to avoid having to reconfigure my DM on every startup. However, …

Scripted connectors – multiple foreign keys

Hey, Scripted Connectors already provide the capability to automatically add a FK to a table, when using nested arrays. (https://docs.dataminer.services/user-guide/Advanced_Modules/Data_Sources/Data_API.html#support-for-tables) Are multiple FKs into a single table also supported, and …

Sending SNMP trap from QAction

Trying to send an SNMP trap to a device from a QAction: IDMS dms = new DMS(); string ip  = “172.30.149.242”; object[] general = { protocol.ElementID, -1, pollingIp, “public”, “” }; …

Creating an alarm in a QAction

Hello, How can I generate an Alarm within a QAction? I used this documentation (https://docs.dataminer.services/develop/devguide/Connector/LogicQActionsExamples.html#creating-an-alarm-in-a-qaction), but I did not find the SLProtocolScripts.dll library. Thanks in advance

ChildrenFilter – Filter by column = x

I’m quite new to creating visios for DM, so forgive me as I think this is probably very simple, but I’ve tried every syntax I could find in the docs, …