Retrieve Cassandra node IPs inside an Automation Script
1st November 2025
One option is to have your script execute the “nodetool status” command on the Cassandra server then extract the node IPs from the output.
Answer
1st November 2025
One option is to have your script execute the “nodetool status” command on the Cassandra server then extract the node IPs from the output.
31st October 2025
Hi David, This documentation page, provides more info on how to create a package.
31st October 2025
Hi Wale, There’s two things to keep in mind when referencing local resources: Local resources are not accessible over dataminer.services unless they’re in the public folder (all others are blocked) …
31st October 2025
Hi Wale, Can you try putting the web page in the ‘C:/Skyline Dataminer/webpages/public’ map? Kind regards, Robin
31st October 2025
Hi, More info on the WebView2 requirement can be found in the dataminer docs. Kind regards,
30th October 2025
Hey Micah, A DMA restart would be the quickest solution as the information events won’t clear on their own. See the answer provided here: Sticky information events
30th October 2025
Hi Catarina, In that same SharedUserSettings folder, there’s also a separate (.bin) file for each workspace with its details.
30th October 2025
Hi Gerwin, I don’t think this is supported right now. At the moment, you can only pass results from another query by selecting them in a component, and that only …
30th October 2025
Hi Ramesh, This isn’t the simplest thing to pull off, but it can be done. You’ll need to nest the parameter placeholder inside a regexreplace placeholder in the shape’s text. …
30th October 2025
Hi Paul, An agent is marked as unavailable when the connection to that agent cannot be established since start. This can happen if the host cannot be reached (even if …
30th October 2025
Hi Daniel, The behavior that you describe is expected. Since 10.5.9, Edge is the default web browser engine. Since the clients don’t have internet connection, I will suggest to use …
30th October 2025
Hi, I’m not very familiar with Conviva, but on such page, you should specify a webhook name and the URL. The URL should point to the DataMiner entry point that …
30th October 2025
Hi Israel, The Generic Failover Status connector might be a good starting point then, which allows you to activate monitoring and trending on the failover state.
30th October 2025
I am applying the Visio to this service and passing the elementId (Mwcore Cloud Gold) along with the tableId from the subscribed element. My goal is to read the filtered …
29th October 2025
Hi Joel, I believe these answers still apply today: How to Select distinct in Low code app query – DataMiner Dojo and Low code app : Retrieve unique value with …