Windows-Server-2003

Windows 更新後 WSS 3.0 不起作用

  • November 13, 2012

我們最近在託管 WSS 3.0 的伺服器上執行了一堆 Windows 更新。從那時起,Sharepoint 不再載入任何內容。目前,我在瀏覽時收到一條服務不可用消息。

當我重新啟動伺服器時,應用程序池沒有啟動。如果我手動啟動它,我會在錯誤日誌中看到這些錯誤:

The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 08c9bb52-7cb3-4b13-be13-0b53c5b3c9a4) threw an exception. More information is included below.

Logon failure: unknown user name or bad password.  
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.
Unknown SQL Exception 33002 occured. Additional error information from SQL Server is included below.

Access to module dbo.proc_GetRunnableWorkItems is blocked because the signature is not valid.

此伺服器上沒有其他任何變化。

我最終聯繫了微軟,他們想出了該怎麼做。

首先我們必須停止 SPSearch 服務

stsadm -o spsearch -action stop

然後我們重新執行 PSConfig 嚮導(在停止 SPSearch 服務之前它會失敗。)

我還必須將 Web 應用程序的應用程序池標識更改為“網路服務”。

引用自:https://serverfault.com/questions/446406