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 …

Display Web Pages on visio server-sided

We need to display a web page on a visio embeded on a shape to display a graph on a dataminer screen, similar to here:https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_a_webpage.html?q=web However, not all places where …

Database backup when DB name is not SLDMADB

Hi all, We have at customer DMA a Cassandra DB not using the default name (SLDMADB). We want to do a full backup from that DMA and seems that BackupSettings …

Team Network Adaptors and Licenses

When NIC Team is configured only 1 MAC address is present and license is attached to current “Active” NIC MAC Address. How will this effect DM when/if a failover of …