Solution for failed Search Service creation
Blog: http://blog.csdn.net/shelleyliu0415
Today, a new employee encountered the following error when configuring SearchServices when learning SharePoint training courses:
Errors were encountered during the configuration of the Search Service Application. See:
After reading the Log, the system prompts: User does not have permission to perform this action. Based on previous experience, run the following command to check whether the SharePoint Server Search status is Online:
- $ Ssa = Get-SPEnterpriseSearchServiceInstance-Local
- $ Ssa. status = 0
- $ Ssa. update ()
- $ Ssa
As shown in:
The result is that the SharePointServer Search is in the Online status, and then you want to configure whether the Account of SearchService has sufficient permissions in SQLServer, so go to SQLServer Manager Studio-> Security, find the Account configured for Search Service and check whether its ServerRole meets the following Permission:
Sure enough, the student's environment does not have the Securityadmin and sysadmin permissions configured. This helped him configure the correct PermissionRole and re-Create Search Service, which solved the problem.
Here are two links to configure SharePoint-related Permission: