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

推荐订阅源

J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
D
Docker
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
量子位
有赞技术团队
有赞技术团队
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
B
Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
月光博客
月光博客

博客园 - 林骄

Android note 2010.08.02 v2 2010.08.03 Android note Android Note 2010.08.02 Android Note 2011.08.01 Winform导出Excel Excel单元格颜色 判断系统版本 ListView && XmlReader How to open a folder with explorer - 林骄 Print Can't open Infragistics help document How to get local machine date format.如何获取本机时间格式 cannot open user default database WebService Tips 中文全半角转换 Windows Service 装机备忘 Db2中的时间
[Biztalk]问题集 - 林骄 - 博客园
posted on 2010-12-16 15:45 林骄 阅读(367) 评论(0) 收藏 举报 · 2010-12-16 · via 博客园 - 林骄

*SSO服务无法启动.

Error 0x80131700:Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.
 Error Code: 0x80131700

[解决方法]

打开Visual Studio Command Prompt ,定位当前目录到SSOSQL.DLL所在目录"C:\Program Files\Common Files\Enterprise Single Sign-On" ,执行regasm SSOSQL.dll命令,运行结果显示类型注册成功。执行NET START ENTSSO命令,ENTSSO服务顺利启动

*错误0xC0002A1F,Cannot perform encryption or decryption because the secret is not available from the master secret server.

[解决方法]

you may have the wrong secret. Secrets are backed up in *.bak files by default to your ENTSSO install dir which is normally C:\Program Files\Common Files\Enterprise Single Sign-On. If you have several in there try restoring them earliest date first until you find one that works. Open "SSO Administration" from startmenu, expand the tree "Enterprise Single Sign-On", right click "System", then click "Restore Secret", select the bak file.