WSS SP3: Post Installation Issues

Post Windows SharePoint Services Service Pack3 installation, you may 

Encounter error messages:

Exception from HRESULT: 0×80040E14.
Troubleshoot issues with Windows SharePoint Services.

HTTP 500 – Internal server error

Unable to perform the following operations:

Edit columns on a list

Import a spreadsheet

Add choices to a choice field

To resolve this, run the following command for

Windows SharePoint Services 2.0

1.Click Start, click Run, type cmd in the Open box, and then click OK.

2.At the command prompt, type the following lines, and then press ENTER after each line:

cd /d %commonprogramfiles%\Microsoft Shared\Web Server Extensions\60\Bin
stsadm -o upgrade -forceupgrade

3.Type exit to exit Command Prompt.

Windows SharePoint Services 3.0

1.Click Start, click Run, type cmd in the Open box, and then click OK.

2.At the command prompt, type the following lines, and then press ENTER after each line:

cd /d %commonprogramfiles%\Microsoft Shared\web server extensions\12\BIN
stsadm -o upgrade -forceupgrade

3.Type exit to exit Command Prompt.

Sourced from Microsoft KB 841216

Related posts:

  1. How to set restrictions on a site collection
  2. HowTo: SlipStream WSS and MOSS Security Updates
  3. HowTo: Change Service Accounts and their Passwords
  4. Fix: SQL Server Reporting issues with SharePoint
  5. HowTo: Index Office 2007 files on SPS 2003

  • MJ Saxton
    I just posted this on Alpesh Nakar's blog and thought I would share some more...

    We found the inability to edit list columns was caused by a change in the user rights for virtual servers. Specifically, "Manage List Permissions" and "Manage Lists" were mysteriously unchecked after applying SP3.

    So, if needed...
    - Go to Windows SharePoint Services Central Administration
    - Under Virtual Server Configuration, select "Configure Virtual Server Settings"
    - Select your virtual server form the list
    - Under Security Settings, select "Manage user rights for virtual server"
    - Under Rights -> List Rights, ensure the "Manage List Permissions" and "Manage Lists" are both checked.
    - Select the OK button.

    We then did an IISReset just to be sure. We may now edit our list columns at will.

    Hope this helps. Aloha.
  • Just SharePoint
    MJ,

    Thanks for sharing this information. Much appreciated.
blog comments powered by Disqus
line
footer
Powered by Wordpress | Designed by Elegant Themes