Sharepoint 2013 Search Service Application stuck 'loading'''

Mark Gozick 1 Reputation point
2020-12-07T21:56:12.01+00:00

Correlation ID in the logs show the following:

SearchAppSystemWebPart: acquire Search Application and Content - 00:00:00.
SearchApi (): invalid parameter databaseConnectionString
System.ArgumentException: databaseConnectionString at Microsoft.Office.Server.Search.Administration.SearchApi.AssertParameter(String parameterName, Boolean condition) at Microsoft.Office.Server.Search.Administration.SearchApi..ctor(String applicationName, String databaseConnectionString, Boolean native) at Microsoft.Office.Server.Search.Administration.SearchServiceApplication.get_SettingsSearchApi() at Microsoft.Office.Server.Search.Administration.AdminComponent.Refresh() at Microsoft.Office.Server.Search.Administration.SearchComponent.EnsureRefresh() at Microsoft.Office.Server.Search.Administration.SearchServiceApplication.get_AdminComponent() at Microsoft.Office.Server.Search.Administration.SearchApi..ctor(SearchServiceApplication application) at Microsoft...
SearchApi (): invalid parameter databaseConnectionString
....Office.Server.Search.Administration.SearchServiceApplication.get_SearchApi() at Microsoft.Office.Server.Search.WebControls.SearchApplicationSystemStatus.GetStatusString(SearchServiceApplication searchApp) at Microsoft.Office.Server.Search.WebControls.SearchApplicationSystemStatus.BindContentToTable(Int32 pageNumber, Table contentTable)

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,810 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jerry Xu-MSFT 7,921 Reputation points
    2020-12-08T02:44:44.103+00:00

    Hi, @Mark Gozick ,

    Here are something you can try :

    1. Make sure Search service account have administrator permission on the SQL server holding search database, and can access the databases.
    2. Check the account running the application pool holding search service. Make sure it has local administrator permission on WFEs running search components.
    3. Clear configuration Cache.

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments