Creating a text entry box.
19th November 2025
Hi Kris, Not sure if there are other possibilities, but I’m thinking that you could maybe use a dummy element using the connector Generic Dummy | Catalog | dataminer.services. And …
Answer
19th November 2025
Hi Kris, Not sure if there are other possibilities, but I’m thinking that you could maybe use a dummy element using the connector Generic Dummy | Catalog | dataminer.services. And …
19th November 2025
From Task Manager on the DMA we can clearly see that it is the defender process that stands for the increase in CPU load, DataMiner processes is just 1 percent …
19th November 2025
Hi Roger, I’m not aware of such reports. I just double checked some internal systems which are being update automatically and the CPU load is stable in the last month …
19th November 2025
Are you talking about credentials that are available under DATA pages of the element or credentials under the ‘Edit’ of the element? In case it is under the ‘Edit’, there …
19th November 2025
In a Visual Overview you can perform simple date-time calculations inside a dynamic placeholder. The “[Subtract: … ]” placeholder allows you to show the value of a datetime parameter minus …
19th November 2025
Hi Mieke, The following code can be used to add the element to an additional view. Not sure if the element would not restart though. IDms dms = protocol.GetDms(); IDmsView …
18th November 2025
There’s a document on changing the IP address of a DataMiner Agent here: Changing the IP of a DMA | DataMiner Docs For BrokerGateway, you’ll need the parts about “nats-server” …
18th November 2025
Hi Edith, In my case I also have to restart nats-server to make it work.
18th November 2025
Hi Trong, There are two ways to let everyone in the organization view a live dashboard, and both require some form of authentication. You can publish a shared dashboard through …
17th November 2025
Hi Simon, This can be achieved by creating a batch script that opens the required Cube clients. More information about the available command-line options can be found here (especially the …
17th November 2025
Hi Mieke, In the “Protocol & Templates” module, you can right click the template you want to duplicate. In the context menu, select “Duplicate”. This should give you a popup …
17th November 2025
Hi Ryan, I think what you are looking for are the GetKeysForIndex() and GetKeysForValues() methods. See this page for more information: https://docs.dataminer.services/develop/schemadoc/Protocol/ColumnOptionOptionsOverview.html#requesting-index-values-from-index-columns. The GetKeysForValue method can be used as follows, to …
14th November 2025
The issue was that the visio name did not match the protocol name. The visio name MUST match the protocol name for it to be visible on the Cube. Thank …