Thursday 30 April 2009

SharePoint SP2 Crash

I've come across this error today,

[SPDatabaseGbwSequence] [ERROR] [4/30/2009 10:43:38 AM]: Upgrade object too new (build version = 12.0.0.6341, schema version = 2.0.0.0). Current server (build version = 12.0.0.4518, schema version = 3.0.1.0).

During the SharePoint wizard running after installing WSS and MOSS Sp2. The site still functions. Im looking into what hotfix has been installed that caused the schema to be upgraded and why SP2 is using the old schema. The install failed but the sites still function. Watch this space and I will let you know of a fix/workaround.

Fadi

===================

Found the problem. It was GroupBoard. When you install Group Board it updates the schema. The fix is simple, uninstall group board, re-run the wizard, re-install GroupBoard and the problem is gone.

If you go to http://translate.google.com/translate?hl=en&sl=de&u=http://technet.microsoft.com/de-de/library/cc288269.aspx&ei=6zD5SZqxOqjhtgfl9o2uDw&sa=X&oi=translate&resnum=6&ct=result&prev=/search%3Fq%3Dsharepoint%2Bhotfix%2BSPDatabaseGbwSequence%2Bschema%2Bversion%26hl%3Den%26rlz%3D1C1_____enUS323US323 you can see the fix. Only the German technet site talks about the error, the english one (http://technet.microsoft.com/en-us/library/cc288269.aspx) doesn't have the exact error message.

If that doesn't work, try forcing the upgrade by ding the following:

  • "STSADM.EXE -o upgrade -inplace -forceupgrade –url http://site" for each web application you have.
  • then run wizard "psconfig -cmd upgrade -inplace b2b -wait –force"

Fadi

1 comment:

Fadi Noja said...

remember you have to uninstall the template from add/remove programs.