SharePoint 2016 安装 Cumulative Update for Service Bus 1.0 (KB2799752)报错

简介:   前言   SharePoint 服务器场安装workflow manager 1.0的时候,报下面的错误,搜了很多博客都没有解决。然后,灵机一动,下载了一个英文版的累计更新包,安装成功了。   SharePoint 配置workflow manager 1.0的过程中,需要按照顺序安装以下软件: ServiceBus WorkflowClient WorkflowManagerRefresh   而安装WorkflowManagerRefresh的前提条件必须安装ServiceBus的累计更新(KB2799752)。

  前言

  SharePoint 服务器场安装workflow manager 1.0的时候,报下面的错误,搜了很多博客都没有解决。然后,灵机一动,下载了一个英文版的累计更新包,安装成功了。

  SharePoint 配置workflow manager 1.0的过程中,需要按照顺序安装以下软件:

  1. ServiceBus
  2. WorkflowClient
  3. WorkflowManagerRefresh

  而安装WorkflowManagerRefresh的前提条件必须安装ServiceBus的累计更新(KB2799752)。我在安装累计更新的过程中报如下错误:

  查了很多文章,发现可以使用PowerShell(windows)命令进行安装,但是依旧报错。怀疑是累计更新补丁的问题,也下载了多次,最后不得已尝试一下英文版吧,结果用PowerShell直接就装上了。安装完毕,思前想后,觉得可能Service Bus本身安装的版本就是英文版,所以累计更新也需要英文版,希望大家遇到类似的情况要注意。

  安装补丁的PowerShell命令:

Start-Process -FilePath "C:\ServiceBus\ServiceBus-KB2799752-x64-EN.exe" -ArgumentList "/passive" -Wait -PassThru

  安装界面的截图,这里是Windows PowerShell,不是SharePoint的命令行工具,注意!

       结束语

  累计更新的语言应该由安装包决定的,而不是操作系统是中文版,就得装中文版,算是一个教训吧。内容比较简单,希望能够给遇到类似问题的朋友,带来一定的帮助。

目录
相关文章
|
2月前
|
存储 设计模式 缓存
《500 Lines or Less》(4)Contingent: A Fully Dynamic Build System(构建系统)
《500 Lines or Less》(4)Contingent: A Fully Dynamic Build System(构建系统)
|
1月前
|
存储 JavaScript 算法
若依修改-Starting development server...10% building 0/1 modules 1 active ...-node
若依修改-Starting development server...10% building 0/1 modules 1 active ...-node
|
3月前
|
存储
Build desc failed:Fetch table group shards failed on meta proxy:Loading cached shard 1ocation value for table group[dwhg_scm.dwhg_prd_tg_default] failed
Build desc failed:Fetch table group shards failed on meta proxy:Loading cached shard 1ocation value for table group[dwhg_scm.dwhg_prd_tg_default] failed
164 2
|
Web App开发 Ubuntu jenkins
Running Firefox as root in a regular user's session is not supported 问题解决
Running Firefox as root in a regular user's session is not supported 问题解决
771 0
Running Firefox as root in a regular user's session is not supported 问题解决
|
Web App开发
where is Fiori count server execution interval configured
where is Fiori count server execution interval configured
where is Fiori count server execution interval configured
How is note created - SAP backend implementation
How is note created - SAP backend implementation
112 0
How is note created - SAP backend implementation
A simple tool to calculate the total size of a BSP application
Today Ben asks me whether there is some tool which can allow us to get a draft estimation on the size of a BSP application. As far as I know there is no such tool, so I write one by myself:
A simple tool to calculate the total size of a BSP application
SAP BSP set server cache via CL_BSP_UTILITY-SET_BROWSER_CACHE
SAP BSP set server cache via CL_BSP_UTILITY-SET_BROWSER_CACHE
105 0
SAP BSP set server cache via CL_BSP_UTILITY-SET_BROWSER_CACHE
|
关系型数据库 存储 SQL