DropDown issue on Low Code App

Hi Dario You are indeed seeing different visualizations because of the different versions. With DataMiner 10.3.0[CU13]/10.4.0[CU1]/10.4.4, we introduced the ability to show the results of a query in a dropdown …

how to practice protocol

Hi, You should be able to find several topics in our Learning section that can assist you with most of what you need. With a special focus on what you …

change DMA IP

Hi Cedric, You will find the details about changing the IP address in DataMiner Docs. Hope it helps.

change DMA IP

Indeed, some changes to configuration files are needed, and these depend on your setup. You can find detailed info about this here: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Changing_the_IP_of_a_DMA.html

DMA ID, Installation

Hi Ashok, Please be informed that the Licensing Group is available from Monday – Friday, mainly during CET business hours. However, we also have urgent license requests covered across all …

Failover across distant DMA clusters

Hi Rajesh, From the DB architecture options you have two options: Storage as a Service (STaaS) Dedicated clustered storage For STaaS you can contact staas@dataminer.services to set up the system …

Merge two SNMP Table

Hi, If both tables can be linked in a 1 to 1 relationship, then you could use triggers on change of each of the original tables to launch a QAction …

dis connection with dms cloud agent

Hi, You can use the remote access URL of your agent as a host when setting up DIS (docs: DIS settings). General information about DIS, as well as tutorials and …

Deleting an element from Automation Script

Hi Matej, To delete an element from an automation script you can use the IDMs class in the following way: IDms dms = engine.GetDms(); DmsElementId id = new DmsElementId(dataminerId, elementId); …