Hi all,
Does anyone know how this log can be tracked in terms of what is setting the parameter 1001
"SLElement.exe|4316|CElement::SetParameterValueFuncAsync|DBG|5|Set for PID 1001 Value = VT_BSTR : 11,101,1"?
We have checked the protocol and sets done from it, but could find any of them being related to the parameter 1001?
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 parameter
Regards
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 the time the parameter is set.
Hi Tom, Thank you for your comment. I had already the development logging on when I got this log, and I couldn't link it with any of groups from protocol.
Indeed, I was lucky to have this one still looping the same sets, so I even had fresh information events showing the source. Thanks for the comment.