Automation Script: SetParameterByPrimaryKey too long
20th February 2025
Hi Maximiliano, From the automation script point of view, you cannot make it better. Optimization (if possible at all) would have to be done in the connector.
Answer
20th February 2025
Hi Maximiliano, From the automation script point of view, you cannot make it better. Optimization (if possible at all) would have to be done in the connector.
20th February 2025
I believe that the DB records are stored in UTC time, even if the DB server is on local time. To change the server time in your use-case you should …
20th February 2025
I think your best bet is to reach out to our Technical Support team with details on the issue, attached Visio files and info on where it occurs. If it …
20th February 2025
Hi Catarina, I believe you can customize the notices by using WarningTreshold tag: DataMiner.xml | DataMiner Docs I hope it helps, kind regards,
20th February 2025
Hi Apurva, If I understand correctly, you want a way to push certain metrics (acquired from other elements) to Prometheus. Have you considered the Prometheus Data Exporter connector (catalog link)? …
20th February 2025
Hi, I believe the main issue here is that you might be confusing two concepts, the node (=DMA in your case) and the DMS. From the naming that I can …
20th February 2025
Hi Important thing to know is that the “Remove Node” button only removes it in the cloud. The way these nodes are added is by the Orchestrator DxM on the …
20th February 2025
Hi Apurva, The link you posted does not seem to work for me, so I cannot check in detail. However, typically this is done by setting up an SNMP manager …
20th February 2025
Draw.io and the other Visio alternatives I’ve come across do not have support for custom shape data, which is essential to link DataMiner objects to shapes in the drawing. For …
20th February 2025
Hi Ryan, As far as I know it is not possible to update a drop-down parameter when clicking in the drop-down itself (or when opening a page). For this type …
20th February 2025
Hi Arnukrishna, If you want to remove agent from cloud overview you will have to break the connection on the agent as well. Can you have a look a this …
19th February 2025
Currently there are no plans to support draw.io natively through DataMiner Visual Overview. Likely your best bet is to find an optimal way to convert draw.io documents to Microsoft Visio …
19th February 2025
Hi Alberto, The memory usage relies on how many elements you have, how many parameters in those elements have to be displayed to the user, how many alarms need to …
19th February 2025
In general, changing the distribution of ticks or even the range of the y axis is not something you can currently do in web apps. I would suggest adding your …
19th February 2025
Hi Ross, Could you confirm if you are using the NoKeyCaching flag? Your use case appears very similar to this other question. Make Element update in Automation Script – DataMiner …