我已经有了在Windows Server 2008 R2上运行的SharePoint 2013企业服务器
它的CPU负载变高并保持不变,造成CPU使用率高的过程是wsstracing.exe 。
使用ULS查看器检查日志我看到这个错误多次,尽pipe一天
Trace Service encountered an unexpected exception when processing usage event. Detail exception message: Create store file error.. Win32 error code=5.
没有更多的细节错误,除了错误代码5,我想这是访问被拒绝
任何想法可能是什么问题? 我在想这个服务是在LOCAL SERVICE下运行的,所以也许我必须把它改成农场帐号或者sharepoint服务帐号?
Win32错误5是一个身份validation问题, http://www.mathemainzel.info/files/w32errcodes.html 。 简单地说,运行跟踪服务的帐户不具有某些日志文件的权限。
授予访问日志目录或更改服务的帐户。
