zoukankan      html  css  js  c++  java
  • 在启用sharepoint portal server 2003的SSO时,提示“无法连接到数据库服务器,请检查配置账户的权利”的问题的解决方法

    在启用sharepoint portal server 2003的SSO时,提示“无法连接到数据库服务器,请检查配置账户的权利”的问题的解决方法

    这是微软的一个windows installer的问题。如果你安装了windows installer3。0或windows installer3.1就会出现此问题。
    To resolve this problem, remove the quotation marks from the value of the ImagePath registry entry:
    1. Click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ssosrv
    3. In the right pane, right-click ImagePath, and then click Modify.
    4. Remove the quotation marks from the path that is displayed in the Value data box.

    This path is similar to the following path, depending on your installation folder:
    C:\Program Files\Common Files\Microsoft Shared\Microsoft Single Sign-on\SSOSRV.EXE
    5. Quit Registry Editor.


    祥见微软的KB901203
  • 相关阅读:
    Redis详解----- 缓存穿透、缓存击穿、缓存雪崩
    mysql存储时间
    MAT入门到精通
    meven依赖思考记录
    线程池原理
    vscode + wsl2
    java架构师学习路线-高级
    java架构师学习路线-初级
    (二)垃圾回收
    (一)内存区域
  • 原文地址:https://www.cnblogs.com/maple/p/289390.html
Copyright © 2011-2022 走看看