I tried a lot of things to get to the root of my problem. The question I was trying to answer was why sometimes I'd get logs, and other times not. And why were none of my Correlation IDs found? I tried a lot of different things, including:
- Disabling the Windows Firewall
- Stopping and restarting the Windows SharePoint Services Tracing V4 service.
- Running commands from stsadm or Powershell to see if they could log.
- STSADM.EXE
- PowerShell.exe
- wsstracing.exe
- vssphost4.exe
- psconfigui.exe
In frustration I put all my AppPool accounts in the Administrators group and rebooted the machine. Suddenly my logs are going wild.
I'm not entirely sure why my AppPool accounts couldn't write to the logs when they are already in WSS_ADMIN_WPG, but there is clearly some missing permission somewhere. I'll have to break out procmon when I have some free time to figure out what the permission was missing.
I have scoured the internet for a solution to this problem and FINALLY found this article, thanks for posting.
ReplyDeletehe solution was, to add the account for application pools to the “Performance Log Users” group. So far the accounts where just a member of the “Performance Monitor Users”.
ReplyDelete