打开SharePoint时遇到“Server error: http://go.microsoft.com/fwlink?LinkID=96177”

  今天在IE中打开SharePoint时却打不开,提示错误“Server error: http://go.microsoft.com/fwlink?LinkID=96177”。在网上找了一篇相关文章,这个问题得到解决了。

 

-----------------------------------------------------

MOSS 2007 Service Pack 1 Installation Experience 

We installed first time in a stressy condition the SP1 for a development server (a simple farm installation). In the middle of installation, it is starts behaving like a stranger and finally get craped! The result: Server error http://go.microsoft.com/fwlink?LinkID=96177 when trying to access one of the sites. I tried to sync old content database, but no luck. After requesting an and applying Windows Sharepoint Services 3.0 hotfix 936867 our Sharepoint stopped working completely. I've found the following error messages in the application log: In simple, the schema versions of content databases are not consistent between DB Server and MOSS Server as follows

“The schema version (3.0.149.0) of the database SharePoint_AdminContent_0015a5e2-8907-416d-8672-940a68c2c431 on Database Server is not consistent with the expected database schema version (3.1.3.0) on MOSS Server.  Connections to this database from this server have been blocked to avoid data loss.  Upgrade the web front end or the content database to ensure that these versions match”

Problem:

Event Type:     Error
Event Source:     Windows Sharepoint Services 3
Event Category: Topology
EventID:     5617
Date:          
03.25.2008
Time:         
20:45:34
User:          
N/A
Computer:  MOSS Server
Description: 
The schema version (3.0.149.0) of the database SharePoint_AdminContent_0015a5e2-8907-416d-8672-940a68c2c431 on Database Server is not consistent with the expected database schema version (3.1.3.0) on MOSS Server.  Connections to this database from this server have been blocked to avoid data loss.  Upgrade the web front end or the content database to ensure that these versions match

Solution:
 "stsadm -o upgrade -inplace -url http://{central_admin_url}/"

example: stsadm -o upgrade -inplace -url http://mossserver:17492/

 

That seemed to have solved the problem.
 
----------------------------------------------------------------------------------------------------------------------------------------------------------
 
  其中,stsadm 在 C:/Program Files/Common Files/Microsoft Shared/web server extensions/12/BIN 目录下。

你可能感兴趣的:(windows,server,schema,application,database,SharePoint)