I basically had an issue with the December CU, in that after installing it I could not access my sites or the Shared Service Provider Admin site ('issue' sounds like an understatement, eh?). Luckily, I was doing this in my DEV environment. Always, always, always test out patches and such like this first before going to your PROD environment. I'm probably preaching to the choir here, but just making sure.
So, what was up? Well, in following the steps to install the CU, it was failing in an area related to the SPSearchDatabaseInstance (found that in the logs). Running the update through the UI Configuration Wizard resulted in the same (failing at Step 8). After some digging, I found that it looked like it was related to the Windows SharePoint Services Help Search. This service handles search tasks for nonindexed content such as Help. So, what was done to resolve this? Here's what I did: (note: your mileage may vary)
- Open up Central Administration to its Home page
- Click the Server in the Farm Topology list (my DEV setup has all on the same server)
- Click Stop for the Windows SharePoint Services Help Search Service
- Open up SQL Management Studio, log in, and locate the Search Database for the above service
- Delete this database (yup, I had to delete it)
- Close the SQL UI
- Re-run the Configuration Wizard (It may take a little time, but at this point it should complete)
- Upon succesful completion, return to CA
- Go back to the Configure Windows SharePoint Services Search Service Settings page (above Steps 1, 2 and 3)
- Enter the values in the fields that you had had in there originally (I used the DB name that I had deleted just before)
- Click <OK>
- The service should now be started
After doing this my sites returned. I'll post updates here for any issues that come out of my testing.
- M