FSA: The search request was unable to connect to the Search Service (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Data pubblicazione: 12 maggio 2010

If searching was working previously, the problem may result from a known issue in which the communication channels are not cleaned up correctly in some scenarios. Retry the search and it should succeed. If the search still does not work, follow these procedures to troubleshoot the issue.

Resolution

Work through each possible resolution in order.

Is the FAST Search Server 2010 for SharePoint query processing node currently running?

If the FAST Search Server 2010 for SharePoint query processing node services are not running, searching will not work. Verify that FAST Search Server 2010 for SharePoint is running:

  1. Log onto each FAST Search Server 2010 for SharePoint query processing node server and open a Microsoft FAST Search Server 2010 for SharePoint command prompt.

  2. Run the command: nctrl status.

  3. Verify that these processes are running: samworker, qrproxy, and qrserver.

See also Restart FSA.

Has the SharePoint certificate been copied to the FAST Search Server 2010 for SharePoint query processing node?

As part of the setup for connecting SharePoint Server to the FAST Search Server 2010 for SharePoint query processing node, a certificate must be copied to enable communication between the two servers. To verify that the certificate is located on the FAST Search Server 2010 for SharePoint server, look at the certificates in the Local Computer, Trusted People certificates. You should find a certificate named SharePoint Security Token Service and it should have a thumbprint ID that matches the certificate located on the SharePoint Server computer at Local Computer, SharePoint, SharePoint Security Token Service. To view the certificates on a server, follow these steps.

  1. Run MMC from the Windows Start menu.

  2. Select File > Add or Remove Snapin.

  3. Select Certificates in Available snap-ins and Add.

  4. Select Computer account then Local computer. Click Finish and OK.

  5. Expand Certificates (local Computer).

  6. Expand Trusted People.

  7. Expand Certificates.

  8. Double-click SharePoint Security Token Service.

  9. On Details tab, click Thumbprint to get the thumbprint id.

Has SharePoint been configured to point to the FAST Search Server 2010 for SharePoint query processing node?

To verify the configuration of SharePoint Server, follow these steps:

  1. Open the SharePoint ServerCentral Admininstration Web site.

  2. Go to the Application Management page and select Manage Web applications.

  3. Highlight the row of the Web site from which searches are being performed.

  4. From the ribbon under the Web Applications tab, select Service Connections.

  5. Find the name of the service application that has a Type of Search Service Application Proxy and is selected for use with the Web site where searches are performed. This name will be needed to look up the settings for communications between SharePoint Server and FAST Search Server 2010 for SharePoint.

  6. Close the window and go back to the Central Administration home page.

  7. Select Manage service applications under the Application Management section.

  8. Highlight the name of the service application that has the name that you previously found for the Search Service Application (step 5). Be sure to highlight the row; do not click the name link.

  9. From the ribbon under Service Applications, select Properties.

  10. Verify that the FAST Search Query radio button is set to the FAST Service Application. Verify that the Query Service Location is pointing to the FAST Search Server 2010 for SharePoint query processing node that you expect. The format of this field is protocol://FQDN:port, with a semicolon (;) separating multiple servers. For example:

    http://my-server.domain.com:13278;http://my-server2.domain.com:13278
    

    If you are unsure of the server name and port, verify it by going to the FAST Search Server 2010 for SharePoint query processing node. Open the file <FASTSearchFolder>\Install_Info.txt, where <FASTSearchFolder> is the path of the folder where you have installed FAST Search Server 2010 for SharePoint, for example C:\FASTSearch. Look for the Query Service Location HTTP setting. The other settings in the Service Applications, Properties window are important but they do not affect search. The correct values for these settings are also in the Install_Info.txt file.

Is there a problem with a specific query processing node?

If these suggestions do not resolve the problem, there may be a problem between SharePoint Server and the QRProxy, or between QRProxy and FSA. Follow the suggestions in FSA: Queries always fail on a specific query processing node (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese).

Cronologia delle modifiche

Data Descrizione Motivo

12 maggio 2010

Pubblicazione iniziale