Hi Dojo,
I've been noticing this type of warning in Alarm Console, not too frequently, but present every now and then: any info on what type of client can produce this?
I'm troubleshooting in 9.6, due to a leak in SLLog while the system gets upgraded to fix the latter.
Aiming at limiting errors till the imminent upgrade.
Thank you
Hi Alberto,
This specific error indicates a mismatch between the list of logged in users as known by the SLDataMiner and SLNet processes.
In this case, it's basically SLDataMiner receiving a request from user X to receive parameter changes updates, while SLDataMiner doesn't now about user X being logged in (anymore or yet)
The impact is probably low. This might be a race condition when a client disconnects and still has subscribe-requests queued (just guessing here).
I don’t believe Asset Manager is involved here, as it only does database queries. It doesn’t subscribe on parameter value changes.
Having the message generated is certainly a bug. To find out more about what exactly triggered this message, further investigation using a full set of logging from around the time where the notice was triggered would be required.
Thanks for your answer, Wouter.
Could this message be triggered also by an old istance of the Asset Manager?