我正在尝试在Azure服务器上设置混合搜索,我在该服务器上安装了SharePoint 2013,2020年8月CU。Azure AD同步已配置,同步工作正常。混合搜索是使用https://www.microsoft.com/en-us/download/details.aspx?id=51490的脚本(CreateCloudSSA.ps1和Onboard-CloudHybridSearch.ps1 Search.ps1)创建和配置的。
云搜索服务应用程序抛出爬网错误,并且没有成功爬网的内容。

我在ULS中找到了以下日志:
mssearch.exe (0x153C) 0x3EF4 SharePoint Server Search Crawler:Gatherer Plugin dra4 High CGthrPrj::AdviseStatusChange : advising status change NSC_FLUSH (Portal_Content 4dfd52bb-b019-44e8-a044-34296ca908ed-crawl-0 ) [cgatherprj.cxx:1648] search\native\gather\gthrsvc\cgatherprj.cxx
mssearch.exe (0x153C) 0x3EF4 SharePoint Server Search Crawler:Gatherer Plugin ds7h High CPluginCollection::AdviseStatusChange : advising status change NSC_FLUSH (Portal_Content 4dfd52bb-b019-44e8-a044-34296ca908ed-crawl-0 ) [plugin.cxx:712] search\native\gather\gthrsvc\plugin.cxx
mssearch.exe (0x153C) 0x3EF4 SharePoint Server Search Crawler:Gatherer Plugin ds7h High CPluginCollection::AdviseStatusChange : advising status change NSC_FLUSH (Portal_Content 4dfd52bb-b019-44e8-a044-34296ca908ed-crawl-0 ) [plugin.cxx:712] search\native\gather\gthrsvc\plugin.cxx
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Azure Plugin amn0h High AzureServiceProxy::GetAzureTenantInfo caught AggregateException: The underlying connection was closed: An unexpected error occurred on a send., unable to get EndpointAddress, submit is blocked
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Azure Plugin amn0i High AzureServiceProxy caught Exception: *** Microsoft.Office.Server.Search.AzureSearchService.AzureException: AzurePlugin was not able to get Tenant Info from configuration server at Microsoft.Office.Server.Search.AzureSearchService.AzureServiceProxy.GetAzureTenantInfo(String portalURL, String realm, String& returnPropertyValue, String propertyName) at Microsoft.Office.Server.Search.AzureSearchService.AzureServiceProxy.SubmitDocuments(String azureServiceLocation, String authRealm, String SPOServiceTenantID, String SearchContentService_ContentFarmId, String portalURL, String testId, String encryptionCert, Boolean allowUnencryptedSubmit, sSubmitDocument[] documents, sDocumentResult[]& results, sAzureRequestInfo& RequestInfo) ***
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Azure Plugin amn30 High CAzurePlugin::SubmitTaskInternal Failed to SubmitDocuments with hr : 0x80040dd0 [azurepiobj.cxx:941] search\native\gather\plugins\azurepi\azurepiobj.cxx
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Common 15y3 High >>>> Exception hr=0x80040dd0 eip=00007FF8DA005DBD module=search\native\gather\plugins\azurepi\azurepiobj.cxx line=942
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Azure Plugin amn3o High CAzurePlugin::SubmitTask caught NLBaseException AzureException AzurePlugin was not able to get Tenant Info from configuration server hr=80040DD0 [azurepiobj.cxx:701] search\native\gather\plugins\azurepi\azurepiobj.cxx
mssearch.exe (0x153C) 0x1550 SharePoint Server Search Crawler:Gatherer Service fus3 Medium Transaction failed in plugin RUZA Url sts4s://sharepoint.XXXXXXXX.com/siteurl=/siteid={85fb69d8-18fe-4c5e-a70b-5b2800ad996f}/weburl=/webid={89ad9853-e1cd-43f3-a9a2-55d50515b23f}/listid={2dfde8eb-8446-4cd2-b974-eee4c9705a28}/folderurl=/itemid=14 Error 0x80040dd0 [gthrtrx.cxx:953] search\native\gather\gthrsvc\gthrtrx.cxx 2d2d7a23-5fd5-4eb4-b6a8-d5cda36df878我能在这方面得到帮助吗?
发布于 2021-07-08 18:28:28
检查ULS日志中的超时错误消息。增加超时时间。我发现这有助于解决在线内容无法显示的问题。https://ekhichdi.com/2021/07/05/sharepoint-hybrid-search-not-giving-result-from-sharepoint-online/
https://stackoverflow.com/questions/67448368
复制相似问题