How to make Timer hh:mm:ss properly
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 …
Answer
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 …
23rd May 2025
To follow up on this, after chatting with Steve Purcell, the limitation is that when using wildcards in an Element field, the Visio will only search for children/sub-children of the …
23rd May 2025
Hi Rob, You could have a look at the data source Get parameters for elements where. This query return of the parameter value for all elements using a specific protocol/connector. …
23rd May 2025
Hi Rob, The API keys are managed through the Admin app of your organization on dataminer.services. You can find more documentation on accessing the Admin app here. In case you …