Automated DMA deployment

Hi, is it possible to automate the deployment of a DMA, via a script, e.g. Powershell, Ansible etc? If I could pass things like the DMA ID via command line …

Migrate DataMiner that is connected to STaaS

Hi, I have a DataMiner that is connected to STaaS, however the DataMiner has to be migrated to newer hardware. What actions do I need to take to make sure …

Username appears empty in Dataminer users

Hello, A customer is trying to add my external account they created through an AD group. They say that when Dataminer syncs with it fails to bring in my user, …

How to add tooltip to an alarm event

Hello, I want to add tooltip to an alarm event. Kind of corrective action(just an information) which allows user to read on the alarm tab what steps to be followed …

Agent replication with HyperV

Hello Community, We are evaluating applying a redundancy functionality in our dataminer cluster with the Hyper V replication functions. Has anyone configured this functionality in Hyper V? We would like …

In Low code application how to show the data in table as grouped with GQI?

My code is: var helper = new DomHelper(_dms.SendMessages, “operational_system_configuration”); var filter = DomInstanceExposers.DomDefinitionId.Equal(Operational_System_Configuration.Definitions.ProtocolResourceTypeMapping.Id); var currentMappings = helper.DomInstances.Read(filter); var pollingIpsLookup = currentMappings.ToLookup(x=>x.Name, x=>x.Sections.First(z => z.SectionDefinitionID.Equals(Operational_System_Configuration.Sections.ProtocolResourceTypeMapping.Id))); var rows = pollingIpsLookup .Where(group => …

Kafka Producer

Hello, Do you have any “Kafka Producer” driver that uses SSL to connect to a kafka bus in the present? Thank you. Best regards Bruno Sousa

Create dashboard and security

Hello DOJO Create dashboard and security default option are not really well designed. By default when a dashboard is created, if security option is not explicitly set , every users …

What icon types are supported in a protocol?

Hi, According to the docs you can use icons by referencing an icon in the Icons.xml file or by adding a custom one. Is it possible to use SVG instead of …