DMS Selft managed – Network arquitecture
28th January 2026
DataMiner relies on the Windows OS / Routing table to route traffic so no special configuration is needed in DataMiner. Configuration is only needed on the windows server itself. Each …
Answer
28th January 2026
DataMiner relies on the Windows OS / Routing table to route traffic so no special configuration is needed in DataMiner. Configuration is only needed on the windows server itself. Each …
28th January 2026
Hi, Changing the size of a matrix is considered a breaking change, which is not compatible with the settings on an existing element that had a different matrix size before: …
28th January 2026
Hi Jurgen, As far as I know, there are three options. Linking a shape to a calculation involving multiple parameters | DataMiner Docs This makes it possible to specify multiple …
28th January 2026
Placeholders are where it’s at for this one. Retrieve the Specific Field: Use the [param:] placeholder to retrieve the value of a specific table column. For example, you can use [param:DmaID/ElementID,TableParameterID] to reference a …
28th January 2026
Hi Catarina, There is no direct workaround for the limitation that prevents using hysteresis and conditions together on the same parameter in a DataMiner alarm template. A possible workaround is …
27th January 2026
Hi Steve, Can you try setting the start/stop frequency references in Hz rather than MHz? I performed a small test, and the new parameter value gets initialized if the frequency …
27th January 2026
Hi Sam, This is indeed not possible in the same way you can retrieve the polling ip or element name. Instead, you’ll have to use the class library in a …
26th January 2026
Hello again, I found this question answering my question: Unable to trigger interactive automation script – DataMiner Dojo
26th January 2026
Hi Robert, thanks for reaching out and for raising this important question. Our architects and development team have already aligned on the approach for supporting Starlink API v2, and development …
23rd January 2026
Hi Tamara, Could you try to remove the user credentials/password and run your automation script again? This should be enough to make the upload go through.
23rd January 2026
Hi Catarina, As discussed, I do not believe correlation is suited to this type of interaction. Rather, I do believe you would benefit from making correlation rule A and B …
23rd January 2026
Hi Catarina, Elements must be on the same DMA and use the same connector in order to add them to a redundancy group. A redundancy group can be created and …
23rd January 2026
Answering my own question: It is possible to export a logger table to a DVE element. The problem is that with renaming 1 of my logger table columns the logic …
23rd January 2026
Hi, It is not possible to override the element settings. This is one setting that is read out directly by the SLSNMPManager process and is applicable for all polling of …
22nd January 2026
Hi Thomaz, According to DataMiner Docs (Query Updates), the data source Get Services doesn’t support real-time updates. A possible workaround could be using a Trigger. Hope it helps.