Automated DMA deployment
21st November 2023
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 …
Question
21st November 2023
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 …
21st November 2023
Hi Dojo, Inside of the Booking manager, on the Config>Properties you can configure custom properties. I have a custom property which is only relevant for one specific Service Definition. And …
21st November 2023
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 …
21st November 2023
Hi Dojo community , I’m currently working on automating a process within DataMiner that involves importing ZIP files (not extract) from the Documents module into an element table. Here’s a …
21st November 2023
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, …
21st November 2023
Hello, I’d like to add some folders (external to c:\Skymine Dataminer) that are to be synched between a pair of a 1+1 DMS. Is there any config file to do …
20th November 2023
Hi all, this question is in relation customizing the trap reception port of a DMA. Dataminer Docs does cover one scenario whereby we customize the SNMPv3 trap reception port (link). …
20th November 2023
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 …
20th November 2023
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 …
20th November 2023
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 => …
20th November 2023
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
20th November 2023
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 …
20th November 2023
Hi, When using the Topology component in an EPM Environment, we have the possibility to open dedicated cards to open a certain EPM object (e.g. Street, Amplifier, Node, etc.). In …
20th November 2023
Hi Dojo, We have some low code apps which we use to manage booking. Sometimes the user fills in a booking name that we store in the app, but when …
20th November 2023
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 …