How to modify/add folders that are synched between a 1+1 DMA pair
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 …
Question
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 …
20th November 2023
Hi everyone! Is it possible to hide separator pages on an element? I was able to hide pages via the visibility element. I tried to hide a separator page and …
20th November 2023
We have noticed that when the ‘Hide parameter’ option is used, we can no longer retrieve the value of that parameter from Automation scripts. In our case, we used the …
19th November 2023
Hello, we use SRM and as part of the booking process create them through an automation script. We are looking to optionally add the ability to force the booking / …
18th November 2023
We have several elements created before we installed IDP. Now that we have it installed, we need to assign the CI Type to each element. We don’t want to re-discover …
17th November 2023
I’m creating a GQI to display a table in low code app with some specific elements data from my DMA, which is why I am trying to get them all …