So how do you know if you need to do this? Well its likely in your event logs you have seen Application Log Event 70 Sharepoint Foundation Search.
The mount operation for the gatherer application 08dd5186-9d3a-4ded-ac19-b626c26e3208 has failed because the schema version of the search administration database is less than the minimum backwards compatibility schema version supported for this gatherer application. The database might not have been upgraded.
If so you will likely need to upgrade your database, you can double check this by using some Powershell. Open the Sharepoint Management Shell and run this line
(get-spserver $env:computername).NeedsUpgrade
If this returns True then you need to upgrade the database.
Right so now you need a standard elevated command here.
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
Run this command
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
The database is now upgraded for you and the Sharepoint upgrade is complete.
Remember Small Business Server 2011 is aimed at non IT folk, really Microsoft what are you thinking?
Perfect. Thanks
ReplyDeleteA true hero!
ReplyDelete