We fixed this by running a couple of Powershell commands...
1. Retrieve content database GUID
Get-SPContentDatabase2. Synchronizes the content database with the configuration database of the farm with respect to what site collections actually exist in the content database
$cdb = get-spcontentdatabase -Identity [insert guid of contentdatabase here] $cdb.RefreshSitesInConfigurationDatabase()Reference: MSDN
No comments:
Post a Comment