• Grumpy Wookie

    View Chris OConnor's profile on LinkedIn

  • Archives

  • Top Posts

  • Flickr Photos

    4780_113082538658_784073658_2905444_7437417_n

    4780_113082533658_784073658_2905443_6843979_n

    4780_113082528658_784073658_2905442_8369531_n

    4780_113082523658_784073658_2905441_776992_n

    4780_113082518658_784073658_2905440_3601069_n

    4780_113082513658_784073658_2905439_2663807_n

    More Photos
  • Recent Visitors

  • Blog Stats

    • 177,329 hits

MOSS Version Checking

Have been working on a SharePoint project recently, developing some WebParts & so forth.  

We have a number of VM’s, one for each developer, and was trying to restore a backup taken from the “production server” – as it’s got more content, etc.

I hadn’t been working on the project for a while, and so *MY* copy of the VM was a bit out-of date.

But – I encountered an error when trying to restore a backup of the SharePoint database – using the following STSADM command (restoring to MOSS2) :

stsadm -o restore -url http://moss2 -filename D:\Backups\moss1.bak -overwrite

The error message text is as follows :

Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version.

The backup file should be restored to a server with version ‘12.0.0.6219′ or later.

My initial thoughts were along the lines of Service Pack 1 for MOSS – but I thought I’d already applied that, hadn’t I ??

And – how do I check which version of MOSS is installed ?

After some quick searching, I discovered it’s actually included as a custom HTTP variable within IIS (!).

Here’s what you have to do to see what version is running :

  • Within IIS Management Console, right-click and select Properties

Central-admin1

  • And – then switch to the HTTP Headers tab (as below) :

Central-admin2

So, there it is – I’m running v12.0.0.6039 – what now ?!?

Must pass on some thanks to Penny Coventry for a great article – How to find the level of SharePoint you are running

The article contains the following list – very useful, and goes right back to MOSS Beta2, and even includes version details for WSS 2.0 and SharePoint 2003.

For now – here’s the important numbers (for my immediate problem).

MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB948945) 12.0.0.6303
MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB941274 12.0.0.6301
MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB941422 12.0.0.6300
MOSS 2007 or WSS 3.0 SP1 12.0.0.6219
MOSS 2007 or WSS 3.0 October public update 12.0.0.6039
MOSS 2007 or WSS 3.0 August 24, 2007 hotfix package 12.0.0.6036
MOSS 2007 or WSS 3.0 RTM   12.0.0.4518
MOSS 2007 or WSS 3.0 Beta 2 TR:   12.0.0.4407
MOSS 2007 or WSS 3.0 Beta 2:    12.0.0.4017
Office 12 (PDC image – pre-beta): 12.0.0.3111

Sure enough, it looks like I need to apply SP1 for WSS and MOSS.

Yep – that fixed it !    Was able to restore the backup SharePoint database – back to some WebPart development – more later !               

Here are a few great articles re: MOSS version’ing :

5 Responses

  1. Hi,
    To check MOSS version you simply go to Site Actions –> Site Settings.
    It’s totally wrong (not supported and not reliable) to check IIS, it gives wrong version id.
    Please correct your post.

    Regards

  2. I disagree with Mauro that checking SharePoint version in IIS is wrong and gives wrong version ID. It is good as long as you don’t mess with your IIS settings! However, Site Actions -> Site Settings is something I would consider to be the way it should be checked and I’m sure this is the way supported by Microsoft.

  3. Mike, you just contradicted yourself…stop living in denial.

  4. Checking IIS is a bad idea. It appears to not account for updates, etc. I was looking for the same info and check it and it gave me the RTM version #. I found another post that suggested checking the registry. It was right:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0

    Look at “Version” key…

    Bob

  5. good conversation with all u guys
    tell me how will i register in the forum
    tell me the proper way to register
    thanks and regards
    buy

Leave a Reply