Tuesday, February 19, 2013

Windows could not start the SharePoint Server Search 14 service on Local Computer

Problem Description:
Recently we faced the problem in reference to search and while doing some deployment activities, we need to pause the running crawl. As soon as I clicked on Pause, it switched into “Pausing” mode and we waiting to see the idle status.

Farm details:
SQL SERVER2008-R2
WINDOWS 2008-R2
SHAREPOINT 2010- SP1 (Along with latest patches updated)

What was the status when we started facing issue?
In "Manage Services on Server" (Central Administration):
SharePoint Foundation Search was "Stopped"
SharePoint Server Search is "Stopped"

In "Manage Services Application" (Central Administration):
Search Administration Web Service for Search Service Application was "Started"
Search Service Application was "Started"

In Windows Services MMC
SharePoint Foundation Search V4 is "Disabled"
SharePoint Server Search 14 is "Disabled"
SharePoint Server Search 14 is "Automatic" but status is not "Started"

Attempting to start "SharePoint Server Search 14” via the Services MMC results in the error:
Windows could not start the SharePoint Server Search 14 service on Local Computer.
Error 6: The handle is invalid.

Troubleshooting Done:
1.    Restarted the search services – by means of services.msc console
2.    Checked the ‘manage services on server’—by means of Central Administration
3.    Net stop commands as follows:

stsadm -o osearch -action stop

then

stsadm -o osearch -action start

4.    Start-stop PowerShell commands
5.    Checked the windows application as well as SP logs
6.    Restarted the timer services

net stop SPTimerv4

net start SPTimerv4

Resolution:

I have resolved it by using the following command:

Stop-SPServiceInstance -Identity <ServiceGUID>
Note: Where <ServiceGUID> is the GUID of the service. If you do not know the service GUID, you can retrieve a list of all services in the farm together with their GUIDs by using the Get-SPServiceInstance cmdlet.

Product Applies To:
SharePoint Server 2010
SharePoint Foundation 2010

If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issue…

Thank you.

2 comments:

  1. Could you please send a more detailed description of what you did for the error "Windows could not start the Sharepoint Foundation Search V4 service on Local Computer." to kurt@storlogic.com?

    ReplyDelete
  2. Please try all the steps Mentioned as all the steps are relevant . if that doesnt resolve your issue the best option is checking the ULS logs . However in such cases it turn out to be creating a new search service application

    ReplyDelete

Users cannot see the checked out files in the folder/ library

I Came across a Issue today wherein the user opened a ticket for the below issue Issue : Users cannot see the checked out files in the fo...