由于缺少功能,升级到SharePoint 2013失败 [英] Upgrade to SharePoint 2013 fails due to missing feature

查看:69
本文介绍了由于缺少功能,升级到SharePoint 2013失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在Content DB升级到Sharepoint 2013期间,我遇到了错误。


------
$
找到缺失的功能Id = [87e50a98-6b4c-4754-9658-eede94433rg4]  ec567873-489c-4215- b017-c75de0b875tc

Id 87e50a98-6b4c-4754-9658-eede94433rg4的功能在数据库[Content_Company]中引用,但未安装在当前服务器场中。缺少的功能可能导致升级失败。


------


我们不再使用此功能了。我需要从数据库中删除此功能的enties。我使用FeatureAdmin 2010在备份之前从SharePoint 2010中删除此功能的条目,但在装载(升级)到SharePoint 2013期间仍然获得
相同的错误。是否允许任何cmdlet查看和删除数据库中未使用的功能的条目。


当我搜索该数据库上的所有表时,不确定升级如何找到对该功能的引用,使用了FeatureAdmin和Sharepoint Manager 2010,没有提到此功能。有帮助吗?


谢谢

解决方案

嗨Jori,


我建议使用PowerShell命令从内容数据库中删除未使用的功能。


首先,在加载了SharePoint 2010加载项的PowerShell控制台中运行这些功能:

 

函数Remove-SPFeatureFromContentDB(


ContentDb,


FeatureId,[switch ]

Hi,

During Content DB upgrade to Sharepoint 2013 I got errors.

------
Found a missing feature Id = [87e50a98-6b4c-4754-9658-eede94433rg4] ec567873-489c-4215-b017-c75de0b875tc
The feature with Id 87e50a98-6b4c-4754-9658-eede94433rg4 is referenced in the database [Content_Company], but is not installed on the current farm. The missing feature may cause upgrade to fail.
------

We are not using this feature anymore. I need to remove the enties for this feature from database. I used FeatureAdmin 2010 to remove entries of this feature from SharePoint 2010 before backup, but during mount (upgrade) to SharePoint 2013 still getting the same erros. Is any cmdlet to let me see and remove the entries of not used feature from database.

Not sure how the upgrade finds references to that feature as I searched all the tables on that database, used FeatureAdmin and Sharepoint Manager 2010, no this feature mentioned there. Any help?

Thanks

解决方案

Hi Jori,

I recommend to use PowerShell command to remove the unused feature from content database.

Firstly, run these functions in a PowerShell console with the SharePoint 2010 add-ons loaded:

function Remove-SPFeatureFromContentDB(


ContentDb,


FeatureId, [switch]


这篇关于由于缺少功能,升级到SharePoint 2013失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆