惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
小众软件
小众软件
美团技术团队
Martin Fowler
Martin Fowler
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
J
Java Code Geeks
B
Blog
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
博客园 - Franky

博客园 - 咖啡的滋味

【转】Vmware ESX 3.0出现“error connecting: can not connect to host x.x.x.x: a connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed……的解决方法 安装isa2006后加入域提示“RPC服务器不可用” Exchange 2007 安装完后需要注意的几件事情 Exchange server 2007环境下,outlook2007同步脱机地址簿时出现“0x80190194”错误的分析与解决方法 在Exchange server 2007中启用pop3和IMAP4协议访问 Exchange server 2007 出现“0x8004010F”错误的解决办法 - 咖啡的滋味 Exchange Server 2007 LCR小试 学习Exchange的几个站点 Exchange server2007自动发现服务(Auto discover service)原理及调试 有感 重置TCP/IP协议堆栈的经历 喜欢济南的几个理由 网通电信双线路上网,网通的走网通线路,电信的走电信线路,内网通过NAT上网,双线路故障自动切换 安装ISA2004后,加入域时提示:"远程过程调用失败且未运行"的解决办法 Ten sentences 在OUTLOOK或OWA中查看邮件的SCL级别(转) 常用的RBL服务器列表及介绍 关于在使用Exchange2003系统时无法向sina,yahoo,hotmail等邮箱发送邮件问题的解决方法 关于在配置ISA 的WEB代理时使用的身份验证问题
在启用sharepoint portal server 2003的SSO时,提示“无法连接...
咖啡的滋味 · 2005-12-02 · via 博客园 - 咖啡的滋味

在启用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