Starting the “Office SharePoint Search Service” issue
- While Starting the “Office SharePoint Search Service” using WFE2.the error as the following:-
Answers
Hi Ahmed Madany,
Please click “Start”à “Run” and enter “services.msc” to open services console. Check that if you have “Office SharePoint Search Service” there. If you don’t have this service installed on this server, it means that probably you chose “WFE” mode when you install SharePoint on this machine. When you install SharePoint in this mode, by default the “Office SharePoint Search Service” will not be installed. That’s why you can’t start this service in Central Administration web site.
If you have this service in Services console, you can try to run the command below:
1) C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin>
stsadm -o provisionservice -action stop -servicetype
"Microsoft.Office.Server.Search.Administration.SearchService,
Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c" -servicename osearch2) Run the following command
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin>
psconfig -cmd upgrade -inplace -b2b -force –wait3) Reboot the server to make the SharePoint services restart
For more information, please refer to:
Provisionservice: Stsadm operation
http://technet.microsoft.com/en-us/library/cc288605.aspx
Hope this helps.
Lu Zou
- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 13, 2009 7:13 AM
All Replies
- Hi Ahmed,
It look like NTFS permission on the Office Server Web Services website files. By default these files are located at C:\Program Files\Microsoft
Office Servers\12.0\WebServices\Root.
Just check which account is running the application pool for the Office Server Web Services (Network Service by default) and then grant this account Read, List Folder Contents on the Root folder as well as the files within it and also Reset IIS
Regards,
Yogesh. - i've checked the account running the application pool for the Office Server Web Services (Network Service ),the account have Read, List Folder Contents on the Root folder.
but there are new error appear
"An unhandled exception occurred in the user interface.Exception Information: Could not connect to server WEBFRONT02. This error might occur if the server is not responding to client requests, the firewall or proxy configuration is preventing the server from being contacted, or the search administration Web service is not running on the affected server. " - Hi Ahmed,
It look there is issue while connecting to search service between servers. To resolve this issue, followed Kb article http://support.microsoft.com/kb/962928
Please let me know, if it helps.
Thanks,
Yogesh. Hi Ahmed Madany,
Please click “Start”à “Run” and enter “services.msc” to open services console. Check that if you have “Office SharePoint Search Service” there. If you don’t have this service installed on this server, it means that probably you chose “WFE” mode when you install SharePoint on this machine. When you install SharePoint in this mode, by default the “Office SharePoint Search Service” will not be installed. That’s why you can’t start this service in Central Administration web site.
If you have this service in Services console, you can try to run the command below:
1) C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin>
stsadm -o provisionservice -action stop -servicetype
"Microsoft.Office.Server.Search.Administration.SearchService,
Microsoft.Office.Server.Search, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c" -servicename osearch2) Run the following command
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin>
psconfig -cmd upgrade -inplace -b2b -force –wait3) Reboot the server to make the SharePoint services restart
For more information, please refer to:
Provisionservice: Stsadm operation
http://technet.microsoft.com/en-us/library/cc288605.aspx
Hope this helps.
Lu Zou
- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 13, 2009 7:13 AM


