The CardioLog reports show usernames as anonymous_#####.###########, although everyone who hits my SharePoint site has to log in first. Why isn't the report showing usernames?

  1. Go to IIS Manager > CardioLog website
  2. Enable Windows Authentication for the CardioLogAgent virtual directory, and disable Anonymous Authentication.
  3. If you need to frthur investigate try to execute the following query agaisnt Cardiolog database :
select month(timestamp), count(*) from tab_event_log
where username like anonymous
group by month (timestamp)
order by month (timestamp)
This returns when was the last time the system recognized anonymous user and how many users there is.
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk