Ich habe soeben ein paar Updates und Bugfixes am Windows 2003 IIS 6 mit Microsoft Windows Sharepoint Services 3 (WSS3) durchgeführt und nach dem Neustart pasiert natürlich, was nicht passieren darf; anstelle einer freudigen Sharepoint-Seite begrüßt mich schwarz auf weiss diese Meldung:
Zur Konfigurationsdatenbank kann keine Verbindung hergestellt werden
Das Eventlog voller Fehler, u.a. mit diesem:
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Datenbank
Event ID: 5586
Date: 12/16/2008
Time: 6:06:02 PM
User: N/A
Computer: SERVER
Description:
Unbekannte SQL-Ausnahme ‘33002′. Zusätzliche Fehlerinformationen von SQL Server sind unten aufgeführt.
Access to module dbo.proc_getObjectsByClass is blocked because the signature is not valid.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Klasse; ich kam weder auf die Zentraladministration, noch auf die Seite. Alle erforderlichen Dienste liefen. Aber Dank Technet ließ sich das Problem relativ zügig beheben:
Schuld ist/war ein installiertes Update, in beschriebenem Fall KB934525, bei mir war dies nicht der Fall, ist dies Update schließlich nicht installiert. Trotzdem hat die Lösung funktioniert:
Post-installation information
After you apply this hotfix package, you must run the SharePoint Products and Technologies Configuration Wizard.
To do this, click Start, point to All Programs, point to Administrative Tools, and then click SharePoint Products and Technologies Configuration Wizard.
Important: Because of a problem with the hotfix installation, you must not run the SharePoint Products and Technologies Configuration Wizard to complete the installation if you are running a Windows SharePoint Services stand-alone installation that uses the Windows Internal Database Engine. Instead, you must use the Psconfig.exe command-line utility. To do this, follow these steps:
-
Click Start, click Run, type cmd in the Open box, and then click OK.
-
Change to the following directory:
system drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin
-
Run the following command:
psconfig -cmd upgrade -inplace b2b
Nach einigen Minuten Rechnen und dem Neustart des IIS-Service (World Wide Web Publishing Service) ging wieder alles..