Au mois d'Octobre 2007, un patch a été poussé par Microsoft concernant WSS V3 :
Ce patch a provoqué de nombreux problèmes dans les fermes existantes, il suffit de tapper ce mot KB932091 sur Google pour le comprendre.
On trouve même un message de Bill English demandant de ne pas installer ce patch.
Le problème est délicat si la politique de mise à jour est automatique (Windows Update, WSUS ou SMS). En effet, il est passé dans le lot des patches prioritaires et donc se retrouve installé d'office.
On voit alors apparaître différents problèmes, allant des sites SharePoint non fonctionnels jusqu'à des problèmes dans la création des bases de contenu ou base de Search.
On trouve des messages dans l'Event log comme les suivants :
Source: Windows Services Sharepoint 3
ID: 3759
Description: Database
'SharePoint_AdminContent_1578c74e-4038-42a4-b830-06c5360995ab' on SQL Server
instance 'CNARKESRV04\Microsoft##SSEE' is not empty and does not match
current database schema.Source: Windows Services Sharepoint 3
ID: 6398
Description: The Execute method of job definition
Microsoft.SharePoint.Administration.SPUpgradeJobDefinition (ID
b020c40a-6b5e-424d-9770-5cccbbcb41f2) threw an exception. More information is
included below.
The specified SPContentDatabase
Name=SharePoint_AdminContent_1578c74e-4038-42a4-b830-06c5360995ab
Parent=SPDatabaseServiceInstance Name=Microsoft##SSEE has been upgraded to a
newer version of SharePoint. Please upgrade this SharePoint application
server before attempting to access this object.Source: MSSQL$MICROSOFT##SSEE
ID: 33002
Description: The description for Event ID ( 33002 ) in Source (
MSSQL$MICROSOFT##SSEE ) cannot be found. The local computer may not have the
necessary registry information or message DLL files to display messages from
a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve
this description; see Help and Support for details. The following information
is part of the event: module, dbo.proc_GetRunnableWorkItems.Event Source: Windows SharePoint Services 3
Event Category: Database
Event ID: 3759
Date: 13.12.2007
Time: 16:42:06
User: N/A
Computer: CHWS910
Description:
Database 'WSS_Search_XXXXXX' on SQL Server instance 'XXXXXX is not empty and does not match current database schema.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
La solution est donc fournie dans le fil suivant :
Pointant sur le lien :
Ainsi, il faut exécuter la commande suivante sur chaque WebApp WSS V3 :
- Stsadm –o upgrade –inplace –url http://VotreWEBAppWSSV3
Votre serveur reviendra alors dans son état d'origine et vous pourrez recréer correctement vos bases de contenu ou de Search.
Romelard Fabrice [MVP]
Commentaires
Enregistrer un commentaire