Hi,
Have a DMA running release 10.0 CU18 where its Dataminer log is flooded with these messages:
2021/12/16 13:29:12.295|SLDataMiner|12168|5700|IDataMiner::NotifyDataMiner|ERR|0|Finished [0x00000000000203B7] - NT_VERIFY_CLIENT_COOKIE by DataMiner with error. (You don't have permission to perform this action. (hr = 0x800402CC))
varValue = VT_BSTR : 2D6047432C894B40B9D14EB5337053F0
2021/12/16 13:29:12.295|SLDataMiner|12168|5700|IDataMiner::NotifyDataMiner|ERR|0|Finished [0x00000000000203B8] - NT_VERIFY_CLIENT_COOKIE by DataMiner with error. (You don't have permission to perform this action. (hr = 0x800402CC))
varValue = VT_BSTR : 2D6047432C894B40B9D14EB5337053F0
2021/12/16 13:29:12.313|SLDataMiner|12168|5700|IDataMiner::NotifyDataMiner|ERR|0|Finished [0x00000000000203B9] - NT_VERIFY_CLIENT_COOKIE by DataMiner with error. (You don't have permission to perform this action. (hr = 0x800402CC))
varValue = VT_BSTR : 2D6047432C894B40B9D14EB5337053F0
What do they mean and how can I know where are they coming from? Is there any solution for this?
Thanks in advance.
Hey Paulo,
These requests are most likely originating from a web app that had its connection closed but is still trying to request data. There's an open task about this (125115).
You might be able to find more info on the connection by looking into the SLClient.txt logfile, and trace back the client machine from there. I believe closing or refreshing that browser window is probably the only way to stop the requests.
Hi,
If you are looking to stop open browser windows on unknown clients from sending requests, you might want to try to restart the IIS webserver on the DataMiner Agent ("iisreset" command in an Administrator Command Prompt).
Restarting the webserver could trigger these browsers into detecting a disconnect
Dear Wouter Demuynck,
is there a way we can close all the browsers opened via single service restart from Dataminer ?