Opensearch 2.19.4
4th March 2026
Hello Andrew, you can upgrade from OpenSearch 2.11 → 2.19 with a rolling upgrade so the cluster stays available. OpenSearch uses semantic versioning, so 2.x → 2.y is a supported …
Answer
4th March 2026
Hello Andrew, you can upgrade from OpenSearch 2.11 → 2.19 with a rolling upgrade so the cluster stays available. OpenSearch uses semantic versioning, so 2.x → 2.y is a supported …
4th March 2026
Hi Andrew, As far as I know and I was able to test, OpenSearch 2.19.4 works fine with DataMiner. Is true that I didn’t upgrade an old Database, just build …
4th March 2026
Hi Divagar, I found a similar question: Thumbnails – SSL Error Hope it helps.
3rd March 2026
Hello, You can check the history information events around that time and see if an information event was generated something like ‘was set by X to Y’ on the specific …
3rd March 2026
Hi Harald, It is currently not possible to access the user-updated values of a form component in a LCA. These values aren’t exposed, only the saved values from the instance …
3rd March 2026
Hi Alija, Maybe you could try to enabling development logging. With development logging turned on, the system will log which group is being executed and which QAction is triggered at …
3rd March 2026
Hi Daniel, Thank you for reporting this. This issue is fixed in MediaOps Plan 1.5.0 which will be released this month.
2nd March 2026
Hi Srimathi, I understand your concern about using a multithreaded timer when the number of endpoints is unknown. However, this is actually a good scenario to use one. A multithreaded …
27th February 2026
Hi Sam, Great to hear you got your first DVE protocol working with the PWS data. That’s a solid achievement! Regarding your question about simplifying the DVE alarm description so …
27th February 2026
Hi Jeeva, I see you are using a State component, probably with a parameter as data. Does this component update correctly when using the link that you used in the …
27th February 2026
Hi guys, thank you for the replies. I did some testing now, and it seems to work as expected. Thanks for the help!
26th February 2026
Hi Stefan, Once you get the element, you could proceed as follows: Get the table: GetTable Get the keys: GetPrimaryKeys Get the row for a specific key: GetRow Set the …
26th February 2026
Hi Stefan, The following code is an example of how to set a cell value of type string: IDmsElement element = dms.GetElement(“<elementName>”); // Or the overload that uses DmsElementId IDmsTable …
26th February 2026
This is no longer a use case and further troubleshooting was not pursued.
26th February 2026
Hi Robin, The types that are mentioned in the errors are from the SLC.CLib.Apache.CassandraDriver assembly. Can you verify that on the Agent where the element is created, this assembly is …