Find Missing Web Part


Whenever a SharePoint Developer or Administrator opens Central Administration site, they usually see a notification on top of CA site which shows all the warnings & issues with the SharePoint Farm & Servers.


When you hit “View these issues”, You will get list of issues and warnings. In this list you will find a common error “Missing server site dependencies”.



When you click on the “Missing server site dependencies”, you will get list of errors with like these kinds of messages:

[MissingWebPart] WebPart class [8d6034c4-a416-e535-281a-6b714894e1aa] is referenced [2] times in the database [WSS_Content], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these web parts.

I was wondering to find our missing web pars from all sites. I found lots of solution with powershall & database commands. But I wanted a visual interface which can help me to find the missing web parts as well as other information about the web part.

So I developed a new utility for finding the missing web parts with location & remove one by one.



Now let me explain all the required fields first :

·         Server Name : you have to provide your database server name here

·         Database Name : Pick database name from the error message



·         Web Part ID : Pick web part id or webpart class id from the error message :


Now you can hit “Find” button. After clicking on the button , you will get list of information like:

·         Site Title

·         Site URL (relative)

·         List Title

·         Display Name

·         Page URL (relative)

·         Zone ID

·         Web Part Order

·         Class

·          Assembly


When you click on the row, all the related information will be filled out in the fields and when you double click on the row, internet explorer will be launched with the “Page URL“ field.

Click here to download this utility.
New Link

Comments

M. Asif Khawaja said…
Excellent post Gaurav. Thanks for sharing this. Can you also make something like this for MissingSetupFile and MissingAssembly? That would be a great help.

Thanks again.
Anonymous said…
Any chance of having the same tool in .NET 2.0 ?
My company is not willing to install .NET Framework 4 on the SPS 2010 server.

Thanks.
Anonymous said…
Is this utility available on codeplex? as download link "https://onedrive.live.com/?cid=54EB916896F5B7FE&id=54EB916896F5B7FE%211411" is not working
Lamiaa said…
thank you great work
Anonymous said…
Link is not working https://onedrive.live.com/?cid=54EB916896F5B7FE&id=54EB916896F5B7FE%211411

Popular Posts

SharePoint Interview Questions and Answers

Download Infopath Form Templates

How to get current logged user information using JavaScript ?

Steps to set Form based authentication (FBA) for SharePoint 2010

SharePoint Interview Questions and Answers II

Get List Items - JavaScript

Cross Site List Rollup Web Part for SharePoint 2010

Hide Recently Modified Items

Change Language for current user with JSOM in SharePoint Online

SharePoint 2010 CSS Chart