Monday, December 16, 2013

Manage Servers in SharePoint shows "Upgrade required", even after applying updates

Run the following command on the servers where upgrade is required

PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

Then run the SharePoint Configuration Wizard on the servers where upgrade is required

Monday, September 23, 2013

Site Count from Content Database is 0

This happens when the powershell script  that overwrites an already existing db from the bak file does not do it properly. In order to fix this, do the following


1. Dismount the Content Database from SharePoint
2. Remove the Content Database from SharePoint
3. Delete the messed up Content Database from SQL
4. Restore using the SQL UI
5. Mount the Content database into Sharepoint