Error encountered during install of December 2008 Cumulative updates
UPDATE:
This has been resolved by the product team with an updated build.
Problem:
I installed the December updates as mentioned here SharePoint Team Blog Post and thought everything would just be as smooth as silk but that expectation was a little off. The configuration failed with very little information.
Since i’ve seen configuration fail a few times at clients i decided to expand my options by using the command line options on msdn
using this command produced an upgrade.log file in the trace logs directory
psconfig.exe -cmd upgrade -inplace b2b –force
The upgrade log produced this error
[SPSearchDatabase Name=WSS_Search_DBNAME Parent=SPDatabaseServiceInstance Name=OfficeServers] failed.
[SPManager] [ERROR] [12/18/2008 9:48:22 AM]: Object reference not set to an instance of an object.
[SPManager] [ERROR] [12/18/2008 9:48:22 AM]: at Microsoft.SharePoint.Upgrade.SPSearchDatabaseAction.GetSearchContextSearchSqlStringValue(String stringName)
at Microsoft.SharePoint.Upgrade.SearchQFE23318DatabaseAction.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
From this i guessed that it couldn’t upgrade the WSS Search DB which can easily be deleted and recreated. So i turned off the WSS Search Service and upgrade worked fine.
Solution:
Turn off WSS Search in Central Admin and Upgrade then turn back on.
Comments
Anonymous
December 18, 2008
PingBack from http://blog.a-foton.ru/index.php/2008/12/18/error-encountered-during-install-of-december-2008-cumulative-updates/Anonymous
December 19, 2008
Shawn, Awesome find! I've re-posted this on the Fargo SPAdmin blog.Anonymous
December 22, 2008
Shawn- Looks like MS has fixed the 'obj ref not set' issue when upgrading the Search DB. Download the WSS upgrade and re-psconfig. Should work fine... -Rich Finn