Solution for failed Search Service creation

Source: Internet
Author: User

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:

    • Initial deployment administrative and service accounts inSharePoint 2013
    • Account permissions and security settings in your point2013

      I want to help you deploy the Search Service. Thank you for reading!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.