SharePoint 2016 CU安装失败,"Exception: The upgraded database schema doesn't match the TargetSchema"的解决方案
- 2022-04-04
- 来源/作者: 菜鸟图库/ 菜鸟图库
- 287 次浏览
在安装完SharePoint2016 Cumulative Update,执行SharePoint2016 Products Configuration Wizard时失败,弹出下面错误信息:
Exception: The upgraded database schema doesn't match the TargetSchema
此问题可以参考下面步骤解决:
- 对Content Database执行Upgrade:
Get-SPWebApplication-IncludeCentralAdministration | Get-SPContentDatabase | ?{$_.NeedsUpgrade –eq$true} | Upgrade-SPContentDatabase -Confirm:$false
- 等待完成,重新执行“SharePoint2016“SharePoint2016 Products Configuration Wizard”。
标签(TAG) SharePoint SharePoint教程