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

  • 相关阅读:
    开通第一天,以此随笔作为纪念
    Apache 基于IP访问网站
    命令解释
    vi总结
    RAID
    Windows虚拟机安装
    CentOS虚拟机安装
    通过挂载系统光盘搭建本地yum仓库的方法
    VMware workstation 的安装
    Linux下关于vi命令的详细解说
  • 原文地址:https://www.cnblogs.com/amadeuslee/p/3744188.html
Copyright © 2011-2022 走看看