zoukankan      html  css  js  c++  java
  • 【Vegas原创】SBS2008重装sharepoint(vss3.0)错误的解决方法

     1,打开:

    C:\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,等待一下,好了。

  • 相关阅读:
    MySQL主从数据库同步延迟问题解决(转)
    Python2.6升级Python2.7
    Socket网络编程
    Python 面向对象进阶
    Python类基础知识(面向对象基础)
    shell脚本中出现^M
    Centos6下Python3的编译安装
    Python成长之路(常用模块学习)
    SVN使用总结
    xshell锁屏
  • 原文地址:https://www.cnblogs.com/amadeuslee/p/3744188.html
Copyright © 2011-2022 走看看