Sending SNMP trap from QAction
16th April 2024
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”, “” }; …
Question
16th April 2024
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”, “” }; …
16th April 2024
I’m having some trouble finding the correct method for alarming on entries in a table from an SNMP get request. The problem I’ve got is the table entries are OID’s …
15th April 2024
I’m looking at migrating a drawing with alarmed elements from one DMA to another. Is this possible to do without having to individually migrate each of the elements, re-do the …
15th April 2024
Hello guys, We have been informed that will be possible to cloud connect our 6 Dataminer cluster’s with one single server using docker. We are interested to use the DMZ …
15th April 2024
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
15th April 2024
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, …
15th April 2024
Hi Dojo, I would like to write an installation package for my solution, which contains: 1. Service Template 2. Correlation Rule 3. Information Template Could you provide me some documentation, …
15th April 2024
I am wondering if a cube side is completely isolated from the other sides of the cube session so that an audible alarm generated from one side has no effect …
15th April 2024
Hi I’m using a 1×1 grid component to visualize a DOM field containing an XML formatted multiline string. However, only a part of the xml is shown and I’m unable …
15th April 2024
Hi I noticed when trying to display a XML string in a grid component in LCA, that it is not displayed as the raw string. E.g.: New2604776177644032024/04/18 15:30:002024/04/18 16:00:002024/04/18 19:00:004a27bd2c-c010-409f-940b-3f512465c65d3 …
15th April 2024
Hello DOJO Is it possible to hide the name of parameter, inside a “line & area” component in a web dashboard ? I specify that one parameter only, has to …
15th April 2024
Hi All Without going into my total setup I was wondering if it’s possible to get a RowStatus state indication on my table that has columns all set to retrieved? …
14th April 2024
When we relocated the DM server to a different subnet and restart the Server … The Deleted elements appeared in the main view and when we try to delete it …
13th April 2024
We have an environment with a cluster of 2 DMAs in active/active state. In the CI Type>Provisioning we can select the DMA or leave it on “Based on device address”. …
12th April 2024
Hi, I’m trying to get the properties for alarms and elements for an active alarm in a single web service request. Can you please tell me how to proceede ?