Unable to find site template while restore, How to find Custom Template like e.g -11002 in SharePoint Database Server?

1) Find out the appropriate SharePoint Content Database from SharePoint Central Administration ->   Manage Content Database.
2) Login to SQL server which holds the SharePoint Content Databases
3) Right click on that SQL DB & select New Query
4) Run this query on that database & put appropriate error template & Title.

SELECT *--Title, WebTemplate,ProvisionConfig
FROM dbo.Webs
WHERE WebTemplate = 11002-- and Title = 'ABCD'
and FullUrl like '%ABCD%'

After executing this query you will come to know the faulty or Custom error site template , You can delete this if its in no use & try your restore again.

Comments

Popular posts from this blog

How to Improve Workflow Performance in SharePoint Server 2010

PowerShell Script to Check and Generate Report on Access Rights for a Specific User:

Disable Loopbackcheck using PowerShell