While checking the Event Viewer(Application) Errors on the TFS Application Tier for an unrelated issue I noticed and error for Windows SharePoint Services (WSS) and found the following:
Error:
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Topology
Event ID: 5617
Date: 12/19/2009
Time: 8:04:56 PM
User: N/A
Computer: TFSAppTier
Description:
The schema version (3.0.149.0) of the database WSS_Content_123 on TFSDataTier is not consistent with the expected database schema version (3.0.151.0) on TFSAppTier. Connections to this database from this server have been blocked to avoid data loss. Upgrade the web front end or the content database to ensure that these versions match.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
There are a number of fixes listed for this error in other forums, however the easiest option resolved the issue for me. ( Try Locating the SharePoint Products and Technologies Configuration Wizard un Administrative Tools first, and if you do not have the link available proceed with the steps below. ) After the fix the sites were restored.
FIX:
Start the Windows SharePoint Services Administration service using the Services applet (Start, Run, Services.msc) and run SharePoint Products and Technologies Configuration Wizard.
Link to other Fixes:
Optional Command for Verification:
The following command will return the settings for SharePoint.
D:Program FilesMicrosoft Visual Studio 2008 Team Foundation ServerTools> TfsAdminUtil ConfigureConnections /view
TfsAdminUtil – Team Foundation Admin Utility
Copyright (c) Microsoft Corporation. All rights reserved.

No Comments