嗨,我们正在运行Azure Devops Server 2020 Update 1补丁4。我们希望在专用服务器上使用搜索功能)。我正在遵循此站点上的步骤: https://learn.microsoft.com/en-us/azure/devops/projeps/project/project/search/install-configure-search?view = azure-devops-devops-2020 #secure-search < /a>。
我在日志中的错误检查中陷入困境:
[错误 @14:31:33.683]带有版本的搜索插件:'6.2.4.22'不兼容,支持的搜索插件:6.2.4.18
[info @14:31:33.683]返回节点:错误
[错误 @14:31:33.683] Elasticsearch插件:'almsearchplugin'with版本:'6.2.4.22'不支持。在配置搜索之前,请确保您的远程搜索服务器已更新为最新版本。
[info @14:31:33.683]未安装完成服务:错误
Patch 4 检查注册表值并将版本设置为5.4.1。对我来说,安装后,它设置为6.2.4.1。
我尝试将其设置为5.4.1并运行命令:
。\ configure -tfssearch.ps1-操作更新-verbose
还在。但是没有真正的答案,而是调整来自安装文件夹的某些文件(请参阅评论Edwin Siebes; 2月1日)。这真的是解决方案吗?还是我想念什么?
Hi We are running Azure Devops Server 2020 update 1 patch 4. We want to use the Search functionality On a dedicated server). Im following the steps on this site: https://learn.microsoft.com/en-us/azure/devops/project/search/install-configure-search?view=azure-devops-2020#secure-search.
I'm getting stuck at the Readiness checks with an error in the log:
[Error @14:31:33.683] search plugin with version: '6.2.4.22' is not compatible, supported search plugin version: 6.2.4.18
[Info @14:31:33.683] Node returned: Error
[Error @14:31:33.683] Elasticsearch plugin: 'AlmSearchPlugin' with version: '6.2.4.22' is not supported. Ensure that your remote Search server has been updated to the latest version prior to configuring Search.
[Info @14:31:33.683] Completed Service Not Installed: Error
When going to through the details of the patch 4 I read that you should check the registry value and set the Version to 5.4.1. For me after the installation it was set to 6.2.4.1.
I gave it a try by setting it to 5.4.1 and run the command:
.\Configure-TFSSearch.ps1 -Operation update -verbose
Unfortunately after this the value was again set to 6.2.4.1 and also the readiness checks gave the same results.
This error was also reported on the blog-page about this patch. But there was not really an answer, but tweaking some files coming from the installation folder (see comment Edwin Siebes; feb 1st). Is this really the solution? Or did I miss something?
发布评论
评论(1)
与Microsoft支持联系后,我得到了一个新的DLL:Microsoft.team -Foundation.admin.dll解决了问题。
他们说这是一个私人补丁,他们将公开它。
After contact with Microsoft support I got a new dll: Microsoft.TeamFoundation.Admin.dll which fixed the problem.
This was a private patch they said they going to make it public.