Updating a table row
4th November 2025
Hi Ryan, The most basic way for you to achieve what you are after is to use a combination of 3 calls protocol.Exists | DataMiner Docs protocol.AddRow | DataMiner Docs …
Answer
4th November 2025
Hi Ryan, The most basic way for you to achieve what you are after is to use a combination of 3 calls protocol.Exists | DataMiner Docs protocol.AddRow | DataMiner Docs …
4th November 2025
Hi Thomas, I thought it would be possible with a regex like ‘^(([^,]*)(?=,)?)+$’, but apparently that doesn’t work. The problem is that a regex match is always consecutive. It’s not …
4th November 2025
Hi Stacey, We intend to support Cassandra 5.0. At the start of last spring we had a validation run, verifying the compatibility with Cassandra 5.0 but unfortunately our recommended way …
4th November 2025
Hi! The reason your current setup doesn’t achieve the desired result is that Button 9 only exposes its outputs at the very end of its event chain. All outputs are …
3rd November 2025
Thanks Wale for a quick answer and I have tried it, but strangely is not working in my queries. I really don´t know why. I have done like this:
3rd November 2025
Hi Harald, Most setups rely on a web component that handles feed interpolation. When you start typing a {, the UI gives you intellisense to help you out. Note I …
3rd November 2025
Did a quick test and this should work: (?<=Service:\s*\d+-\s*)[A-Za-z0-9 .&()-]+
3rd November 2025
Hi Pedro, That incoming data looks very similar to OctetString, however, I do not immediately recognize it as a standard format for OctetString, as it appears to have a concatenated …
3rd November 2025
Hi Sion, I don’t think this feature exists at ingest time in a form, but you could use the ‘On Create’ script. This would run after an instance is created, …
3rd November 2025
Hi Daniel, Great timing! Non-interactive HTML reports are available as of DataMiner 10.6! The planned launch for version 10.6 is February 20. Version 10.6.1 is scheduled to roll out on …
3rd November 2025
Thank you both for your comments!
3rd November 2025
Hi Nils, I think the main difficulty here is that a single table can contain multiple foreign-key (FK) relationships, each pointing to different parent tables. Because of that, the Service …
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) …