Alarm Hysteresis

Hello All, We have an alarm that has hysteresis set to it on a table. But the row itself only persists for as long as the alarm is active. i.e. …

Weather Platform In Data Miner

Dear Dojo, I am trying to find a fit solution, Global Weather Station to integrate in DM. Can you advise me where to start digging and if I can find …

Visio display properties of a service

Hi, I have displayed properties of a service before but actual it’s not working anymore. This was my solution before: What whould be the correct solution display the property value?

List of Information Events

Hello Is there a list of all information events supported by DataMiner? We are exploring into the auditing capabilities of element and Visio changes and would like to understand the …

Obtain license info for specific DMA from connector

I was trying to get the maximum number of elements for each DMA License from a DMS but I’ve only found this notify string[] licenses = (string[])protocol.NotifyDataMiner(154,null,null); This notify only …

IDmsColumn.Lookup() doesn’t return any rows

The following returns an empty array: var sdnoRow = sdnoColumn.Lookup(channel.Label); However, the following returns true: sdnoColumn.GetValue(“31793.0.31794”).Equals(channel.Label) Have I misunderstood what Lookup() is supposed to do? EDIT: More context added var …

Is there HTTP connection alternative similar to the serial timeout after retries?

The documentation describes the feature possibility of having a trigger ‘timeout after retries’ for serial connections. https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Triggers.Trigger.Time.html Is there a similar alternative for HTTP connections? The session-timeout trigger will trigger …

IDmsTable.GetColumn throws compilation error

I’ve imported namespace Skyline.DataMiner.Library.Common and there is no red squiggly in VS Code Visual Studio. The code: var sdnoColumn = sdnoDestinationsTable.GetColumn<string>(1302); However, the DIS Validator and Dataminer Cube itself throws …

Set static background color for a shape

Hi community! I tried to set a static background color for two shapes used as a “button”, as it is shown in the following picture – Stopp = red and …

Warning in cube logs

Hello, We see the below warnings in cube logs. Can you please explain what these mean ? Thank you. ———– LogID: 92 ———– Warning ServerTime: 2022-10-18 12:26:13 ClientTime: 2022-10-18 12:26:14 …