DMA Hardware migration fails during Cassandra data restore
27th May 2025
Hi Brent, Thanks for your response and for the clarification of the warning. Here is some information about the sequence of failure: A DMA is freshly installed on the host, …
Answer
27th May 2025
Hi Brent, Thanks for your response and for the clarification of the warning. Here is some information about the sequence of failure: A DMA is freshly installed on the host, …
27th May 2025
Hi Jose, ClearAllkeys as mentioned by Miguel should work but if it doesn’t, could you give more clarity to the situation you are facing? When do we want to clear …
27th May 2025
Hi Nick, What you could also try is setting the Accept-Encoding: gzip header to request the device to respond using gzip encoding instead of Brotli. <HTTP> <Session id=”104″ name=”Get Data” …
27th May 2025
Hi, Could you let us know how you define the parameter in the table? Is it a string or a numeric value? If you are using a string, you could …
27th May 2025
Hi Jose, Have you checked the Windows Firewall? By default, the installer opens port 80 there, but if you want to use port 8080 you will have to open that …
26th May 2025
Hi Jörg, The procedure you linked is the correct one to migrate hardware. The warning about the same node applies when the cassandra is part of a cluster, where you …
26th May 2025
Hi, Normally DataMiner should have removed this VIP if this was the only element which used it. SLDataMiner.txt may tell a bit more about why it was not removed. However …
26th May 2025
Hi Guy, You can do so by clicking in the top-right corner of the pop-up: Followed by setting the coloring to ‘Alarm’: For the nodes, the approach will be similar, …
26th May 2025
Hi Guy, Thanks for your question. When you hover over a node or an edge in the graph, you’ll see an option in the top right corner to configure the …
26th May 2025
Currently, the only way to achieve your use case is by executing an automation script and using its script output to populate the shape with a variable. Relevant docs: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_Automation_script.html#passing-automation-script-output-to-session-variables …
26th May 2025
Hi, All items are always set on the connection. I.e. when there is a user name and password attribute available, but no options, then the options will be used as …
26th May 2025
Hi Jared, To link alarms form parameters to shapes you can use the Parameter shape data. More information can be found in DataMiner Docs (Linking a shape to an element …
25th May 2025
Hi Jose When you want to clear an entire table, the most efficient approach is to use the clear action in the XML. This way, you don’t need to retrieve …
25th May 2025
Hi Jose, To remove rows from a table, you could use the following methods: Method ClearAllKeys Method DeleteRow: In this case you need the index of the row. You can …
24th May 2025
Hi Jose, I believe that the method that you are using to the update the content of the table is not correct. Can you try using the method FillArrayWithColumn? Hope …