I used log reader plugin to get the logout details of all the member of that application. The plugin is working fine in the lower environments(dev and test) but it is not working fine in the production environment.What can be the solution for this
Discussion posts and replies are publicly visible
Are you passing correct CSV path for reading ??Check tomcat logs you might found something there.
Hi venkat I am using the same path in dev and test there it is working fine can it be different for production
Depends on the number of servers you have and are you using any filters on the file?? Like filtering by date (check whether you Passing it in correct format or not)