Unable to Delete Microsoft Sharepoint 2019 Search Application

Debabrata Das 1 Reputation point
2020-10-19T07:01:29.487+00:00

33262-search-service-application-error.jpg

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,938 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-10-19T13:58:57.64+00:00

    Try clearing the config cache and run the below commands to delete your Search Service Application.

    #Get ID for the Search Service Application
    Get-SPServiceApplication
    
    # Paste  the service application ID in place of searchserivceapplicationid
    Remove-SPServiceApplication searchserivceapplicationid -removedata
    

    If the above commands didn't work for you try with the below commands again.

    Get-SPServiceApplication
    
    STSADM.EXE -o deleteconfigurationobject -id <GUID of the service>
    

    Clear the Config Cache script

    Below article for more information to delete corrupted search service application.

    https://blog.greenbrain.de/2013/11/removing-corrupted-search-service-from.html

    Thanks & Regards,

    0 comments No comments

  2. Jerry Xu-MSFT 7,951 Reputation points
    2020-10-20T07:44:49.957+00:00

    Hi, DebabrataDas-9036 ,

    Just like sharatha said, you can try to clear the config cache and use stsadm to remove the search service application.

    Here is a thread with similar issue:
    https://social.technet.microsoft.com/Forums/en-US/4602ad39-f4f1-4965-a9a0-e1716cdaea02/no-search-service-instances-found-in-this-farm?forum=SP2019


    If the 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.