Monday, January 20, 2014

SharePoint 2007 to SharePoint 2010 Upgrade Content database Issue.

Error Details:
"error_pagetitle An error occurred while getting the items.  List does not exist.
The page you selected contains a list that does not exists. It may have been deleted by another user. 
ErrorPageRequestGuid {ac1563be-ad6b-41a7-b48a-e612d0a494c9}

Solution Details:
I've managed to fix this, at least on my site collection.
  1. Open up the SharePoint 2010 Management Shell
  2. get-spcontentdatabase
  3. Copy the ID for the database that you're having problems with
  4. upgrade-spcontentdatabase -id
This also fixed a problem I was having with the Site Theme gallery not loading which was another nice plus - it seems that the update hadn't completed fully and needed to be resumed.

No comments: