NATS expected behaviour in DM 10.4?
31st May 2024
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 …
Question
31st May 2024
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 …
31st May 2024
Hello, Is it possible to extract in an automatic way the “Input name”, “Input status”, “Input state” and “Channel Plan Name” of multiple trilithic elements? What is the best approach …
31st May 2024
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: …
31st May 2024
When trying to load the current Generic Ping connector, I am receiving an error message “XML Format not supported by DataMiner”. In this case I downloaded the connector and used …
31st May 2024
I have a Visio for a view that has several Services under it, I’m using “Children: Service” to dynamically display all services under that view. I’m now wondering if I …
31st May 2024
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 …
31st May 2024
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 …
31st May 2024
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 …
31st May 2024
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?
31st May 2024
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 …
31st May 2024
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 …
31st May 2024
I would like to join the following tables in various combinations. I want to Join some columns from Table 1 (PTP) with the utilization rates from Table 2, 3, and …
30th May 2024
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 …
30th May 2024
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 …
30th May 2024
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 …