SetParameterValueFuncAsync source tracing
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 …
Answer
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 …
26th February 2026
Hi Lucía Unfortunately there is no way to do that via an UI. There is a feature suggestion for this to be able to upload dmapp packages via Cube: Upload …
25th February 2026
Hi Robin, In the alarm template you can define thresholds for specific rows. See Configuring thresholds for dynamic table parameters. Hope it helps.
25th February 2026
Hi Mariana, Can you try by removing the row=”true” attribute from the QAction XML element?
25th February 2026
From 10.5.12 it is possible to set the new components from your script (RN43875). By using ‘engine.WebUIVersion = WebUIVersion.V2’. From 10.6.1 this will be the default (RN44059) and it will …
24th February 2026
Hi Emerson, In general, it should be possible to poll data from SAP, but a definitive answer will require considering various factors that will increase the complexity of the expected …