码迷,mamicode.com
首页 > 数据库 > 详细

sharepoint server 2016 解决升级补丁kb3141515后提示 错误:升级后的数据库架构与目标架构不匹配

时间:2017-03-09 16:02:27      阅读:493      评论:0      收藏:0      [点我收藏+]

标签:update   sharepoint   hotfix   


未能升级 SharePoint 产品。

This is a critical task. You have to fix the failures before you can continue. Follow this link for more information about how to troubleshoot upgrade failures: http://go.microsoft.com/fwlink/?LinkId=259653

--------------------------------------------------------------------------------

已引发类型为 Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException 的异常。其他异常信息: 

Upgrade [SPContentDatabase Name=WSS_Content] failed.(EventID:an59t)


Exception: 升级后的数据库架构与目标架构不匹配(EventID:an59t)


(EventID:an59t)


Upgrade Timer job is exiting due to exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: 升级后的数据库架构与目标架构不匹配





--------------------------------------------------------------------------------

若要诊断此问题,请检查位于以下位置的应用程序事件日志和配置日志文件:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\LOGS\PSCDiagnostics_3_9_2017_0_29_55_492_1585651048.log


技术分享



解决办法:

    对 Content DB执行powershell即可:

get-SPContentDatabase -Identity WSS_Content | upgrade-spcontentdatabasedb
其中“WSS_Content”是你站点的内容数据库


本文出自 “博深” 博客,转载请与作者联系!

sharepoint server 2016 解决升级补丁kb3141515后提示 错误:升级后的数据库架构与目标架构不匹配

标签:update   sharepoint   hotfix   

原文地址:http://pclzr.blog.51cto.com/30415/1904645

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!