您的位置:首页 > 其它

【Vegas原创】SBS2008重装sharepoint(vss3.0)错误的解决方法

2014-05-22 15:57 393 查看
 1,打开:

C
4000
:\Program Files\Windows Small Business Server\Bin\CMPNENTS\WSS

点击setup.exe,重新安装

 

2,重启后,打开注册表:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl\, find the entry named: NT Authority\NETWORK SERVICE

将0改为1

 

3,cmd as administrator

cd到:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN

输入:

PSCONFIG.EXE -cmd configdb -create server <SERVERNAME> -database <DATABASENAME> -admincontentdatabase SharePoint

例如:

PSCONFIG.EXE -cmd configdb -create server server-dc01\SBSMONITORING -database vssDB -admincontentdatabase SharePoint

 

4,运行SharePoint Products and Technologies Configuration Wizard

 

5,cmd as administrator

iisreset /noforce

 

6,等待一下,好了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐