Share via


Office SharePoint Server EventID 7888

During a database migration to MOSS 2007 using a migration server for the upgrade with SPS2003 and MOSS 2007 installed, after conducting the upgrade on the migration server you may backup the SQL Databases and restore them to another server farm (ostensibly production).  The problem below occurs in the event log of a MOSS farm with 2 or more Web Front Ends (WFE) and a single SQL Server instance.

The reason is that there is a table in the SSP database that contains sync commands.  If the GUIDs for the Content databases in that table does not match the GUIDs of the current database, then a conflict develops and the web sites won't be able to be pushed to the other WFE's in the farm.  To resolve this, run the following command to delete out the offending rows in the table and force a new population and sync.

stsadm -o sync -DeleteOldDatabases

Comments