缺少服务器端依存关系 [英] Missing Server Side Dependeciese

查看:74
本文介绍了缺少服务器端依存关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!!!

我们在生产服务器场项目服务器2016中遇到错误,该服务器由2个前端,2个应用程序,1个搜索和1个数据库服务器组成.运行状况分析器抛出以下错误.如何解决此错误.请提出建议.

We are getting error in our production farm project server 2016 which consist of 2 front end, 2 app , 1 search and 1 database server. The health analyzer is throwing below error. How to resolve this error.  Please suggest .

推荐答案

对于"MissingWebPart"错误,我们需要删除这些Web部件. /span>

For "MissingWebPart" error, we need to remove these web parts.

1.在SQL中,使用以下cmdlet获取Web部件信息.

Use [ContentDBNAME]

SELECT * from AllDocs (nolock) inner join AllWebParts on AllDocs.Id = AllWebParts.tp_PageUrlID where AllWebParts.tp_WebPartTypeID = '<class id of the web part>'



2.根据我们在上一步中获得的信息,导航到该Web部件所在的页面.通过添加?contents = 1"来打开Web部件维护页面 网址,请删除该Web部件.

2. According to the information we get in the above step, navigate to the page where the web part is located. Open the web part maintenance page by appending "?contents=1" to the URL, delete the web part.

或使用以下PowerShell删除Web部件:


siteID =< site id>"
siteID = "<site id>"


webID =< ; web id>"
webID = "<web id>"


这篇关于缺少服务器端依存关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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