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

Wednesday 29 April 2009

WSS/MOSS Service Pack 2 is out!!!!!

SharePoint and MOSS SP2 are out now. Go to

Download links are :

MOSS: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082

WSS: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b

Please test it out on a dev or test environment before installing it on a prod. Also, if it fails, just follow the steps I set out for SP1 crash (stsadm -o upgrade -forceupgrade)

Fadi

Thursday 23 April 2009

Removing the Name ActiveX control (Name.dll) From a Public Facing SharePoint Site

If you have a public facing site, some users that are using IE7 have come across this issue. there's 2 ways to do this.

1, Modify the master page:

    Create the InitNoPresence.js file. To do this, follow these steps:
    a. Copy the contents of the Init.js file to the InitNoPresence.js file on the front-end Web server.Note The Init.js file is located in the Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Layouts\1033 folder.
    b. Start Notepad, and then open the InitNoPresence.js file.
    c. In the section of the InitNoPresence.js file that contains the ProcessDefaultOnLoad function,
    Change ProcessImn(); with // ProcessImn(); (comment it out)
    Go to SharePoint designer, modify the master page by replacing
    <SharePoint:ScriptLink language="javascript" name="init.js" runat="server"/>
    with
    <SharePoint:ScriptLink language="javascript" name="initNoPresence.js" runat="server"/>

2. Install feature

Fadi


Friday 17 April 2009

SharePoint SP2 release date

SP2 for SharePoint will be out on the 28th of April 2009. To find out more details about what it includes, go to http://blogs.technet.com/office_sustained_engineering/archive/2009/04/16/service-pack-2-for-the-2007-microsoft-office-system-due-to-ship-april-28th.aspx

Fadi

Wednesday 8 April 2009

Error: There is no web named "" when running content deployment

Hi all,

This error doesn't always appear during content deployment, it can also appear during site creation. I came across it the other day while content deployment was happening. After a bit of playing around with SharePoint, it turned out not to be a SharePoint error. The SQL box had run out of space. After deleting some unwanted databases, ran content deployment again and it worked fine.

Fadi

Saturday 4 April 2009

Page not Found error

Over the past couple of weeks, I've had many people ask me to fix their "page not found" error. Most of the say it appeared after:
  • Backup/restore
  • Export/import
  • Create new site/sub site

99% of these people's problems was the master page couldn't be found (hence the "page not found" error). To fix this, you can either edit the site in SharePoint Designer (which is now free) and fix the master page (by either editing it, or uploading it, or publishing it), or create a feature that sets the master page and activate that feature.

If you have this problem and it's not the master page, please let me know and I can see if I can help.


Fadi

Friday 3 April 2009

SharePoint Designer available for free

For those of you that are interested, SharePoint Designer is available free of charge from April 2.

Here's the link


http://blogs.msdn.com/sharepointdesigner/archive/2009/04/02/download-spd-for-free-today.aspx