SBS 2011 – Les sauvegardes Windows ne fonctionnent plus après une mise à jour de Sharepoint

La mise à jour de SharePoint doit être effectuée en deux étapes. Le logiciel est d’abord installé et PSCONFIG doit ensuite être exécuté pour effectuer la mise à jour de la base de données de SharePoint.

Pour déterminer si la mise à jour manuelle doit être effectué, dans une console PowerShell SharePoint, exécutez ceci :
(get-spserver $env:computername).NeedsUpgrade

Voici les étapes à suivre après la mise à jour :
1. Ouvrez une console de commande en mode administrateur (Command Prompt – cmd)
2. Allez au répertoire suivant : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
3. Exécutez cette commande :
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

Le « SharePoint configuration wizard » va démarrer et performer les tâches de configuration.

Voici le type de message d’erreurs :

Log Name: Application     Source: Microsoft-SharePoint Products-SharePoint Foundation Search      Event ID: 70      Task Category: Gatherer      Level: Error      User: CONTOSO\spsearch      Computer: CONTOSO-SERVER.contoso.local      Description:      The mount operation for the gatherer application 37ad8233-57f1-47b1-873e-6a91d0f1bc36 has failed because the schema version of the search administration database is less than the minimum backwards compatibility schema version supported for this gatherer application. The database might not have been upgraded.

Log Name:      Application     Source:        Microsoft-Windows-Backup      Event ID:      521      Level:         Error      User:          SYSTEM      Description:      The backup operation that started at ‘?2011?-?07?-?06T02:12:07.198000000Z’ has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code ‘2155348129’. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.

Log Name:      MSExchange Management
Source:        MSExchange CmdletLogs
Date:          27/12/2010 16:56:42
Event ID:      6
Task Category: General
Level:         Error
Keywords:      Classic

Vous pouvez aussi visiter le site de Microsoft ici pour une erreur VSS : http://support.microsoft.com/kb/2537096

You can use the following steps to workaround the issue.

1. In Active Directory Users and Computers, create a Domain Local Security Group named VSSRegistryGroup

2. Add SPFARM and SPSEARCH accounts to the VSSRegistryGroup Group

3. Run regedit

Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756

How to back up and restore the registry in Windows

4. Go to hklm\system\currentcontrolset\services\vss\vssaccesscontrol

5. Add Dword value of DOMAIN\vssregistrygroup where domain is the netbios domainname (example: CONTOSO\vssregistrygroup Note: The Domain name must be in all caps) set the value to 1

6. Remove values for domain\spsearch and domain\spfarm

7. Go to hklm\system\currentcontrolset\services\vss\diag

8. Right click on diag and go permissions, click advanced and add VSSRegistrygroup group with Full Control.

9. Remove spsearch and spfarm accounts from the list of permissions

10. Reboot the server

Commentaires non autorisés.