Een oplossing voor de foutmelding in SharePoint search, the search request was unable to connect to the search service.

Stap 1
- Central Administration –> Application Management –> Office SharePoint Server Shared Services –> Create or Configure this farm's shared services
- Shared Services Provider –> Edit Properties
- Onder Index Server controleer server of selecteer juiste index server
Stap 2
voer het volgende uit via de command prompt
Single Server
- stsadm -o osearch -action stop
- stsadm -o osearch -action start -role indexquery
Server Farm
Op de Front End Web/Query server:
- stsadm -o osearch -action stop
Op de Index server:
- stsadm -o osearch -action stop
- stsadm -o osearch -action start -role index
Op de Front End Web/Query server: