But when I applied SP1 recently, I realized some of these lingering references were again surfacing to give me trouble. The service pack installed successfully, but the PSConfig wizard failed. Log files contained 3 errors:
- A missing site feature
- A missing web template
- A missing web.config file
Our farm consists of an App server and a WFE. Although PSConfig failed on the WFE, the upgrade status in Central Administration said it was fully up to date, so I focused on the App server.
The web template was installed on the WFE, but not the App server. So I copied over the folder from the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates folder.
Since the WFE was responsible for Central Admin and all sites, I was surprised to find a site reference in IIS on the App server. Checking the site and folder revealed it was empty, and the site status was stopped. After ensuring this site was indeed running on the WFE, I deleted the site from IIS on the App server and removed the folder from the wss\Virtual Directories in inetpub.
I performed a powershell search for the missing site feature:
Get-SPFeature | Sort -Property Id
The feature was a FBA Management package developed by Visigo to manage FBA user accounts from the Site Settings page in SharePoint. This had been deployed to the WFE but not the App server.
It was then time to run PSConfig again. Success. All sites functional again.
Next steps:
- June 2011 Cumulative Update
- Office Web Apps with SP1
No comments:
Post a Comment