Recently I came across
this issue and in SharePoint 2013 farm and find too many entries for Event ID
8313. When used process explorer I find out too many permission issues for the
SP Service accounts on files and registry keys as well.
Event Text
A failure was reported when trying to invoke a service
application: EndpointFailure
Solution: When used process
explorer I find out too many permission issues for the SP Service accounts on
files and registry keys as well. Also notice that Managed Meta Data service was
running on the server it’s not supposed to. I stopped the service as it is
running on another app server and run the following command to resolve
permissions issue.
PSCONFIG.exe –cmd
Secureresources
Another power shell
command for the same purpose is
“Initialize-SPResourceSecurity “ to enforces security for
all resources, including files, folders, and registry keys on Local Server.
Use below command to resolve this issue
ReplyDeletePSCONFIG.exe –cmd Secureresources
will this command requrie downtime
ReplyDelete