NATS expected behaviour in DM 10.4?

Please, Dojo, is there any specific RN or article explaining what will be available in DM 10.4 (main release) from a NAT service point of view? Specifically: 1. will there …

Key error when trying to import Ping Configuration

When using the Generic Ping driver DMS-DRV-0565 (multiple versions, but currently on 3.1.2.14 of connector) I am getting the error message below: Importing file failed with this error message: System.Collections.Generic.KeyNotFoundException: …

How to find within DOM instance a particular section definition exists or not?

How to find within DOM instance a particular section definition exists or not? var domInstances= resourcemanagementHelper.DomInstances.ReadAll(); foreach (var domInstance in domInstances) { var abc= domInstance.Sections.Find(x=>x.SectionDefinitionID.Equals(Resourcemanagement.Sections.ResourceInternalProperties)) } We are trying something …

legacy custom report: DMS_getTableFiltered

I’m trying to install an existing custom report on another DMA. The asp code has following function var dvmsname = “DVB_RS_MAS1_BTZ”; var filter2 = new Array(“value=4098 == 0.0.0.0.5.1.1”); var DVB4050Data …

DM Cube – Restrict simultaneously sessions

Hi Dojo, Is it possible to restrict on a Windows PC the number of DM Cube sessions running simultaneously? We would like to build a restriction on a terminal server …

Low-code app: Conditional show text

I want to conditionally show the text in a cell when two columns in the same table differ. How would I go about writing the conditional statement?

Connecting to a DaaS system with Client Test tool

Hi Dojo, Is it possible to connect to a DaaS system using the Client Test tool on my pc? I’ve tried to connect to host ‘mysystem-myorg.on.dataminer.services’ with my username and …

Using AWS Services in DMA Version 10.4

Hi Dojo We are considering migrating our on-premise Dataminer to AWS. We would like to replace Cassandra and Opensearch with AWS services, as it is difficult to prepare everything on …

Streaming to Social Media

Hi Community, I am scheduling profile loads to Elemental Live units as part of a workflow; I would like to be able publish directly to social media platforms. Does anyone …

Unable to connect with dataminer.services

Hello all, I’m trying to connect with dataminer.services but without success. I’ve used ConnectionTester.exe tool and it showed me the following error: IT support had enabled all the firewall related …

Automation – Iterate through rows

I was wondering if you’d be able to give me some guidance on whether what I want to achieve is possible in automation without having to write any C# code… I …