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

推荐订阅源

美团技术团队
B
Blog RSS Feed
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
D
Docker
Blog — PlanetScale
Blog — PlanetScale
M
MIT News - Artificial intelligence
C
Check Point Blog
The Cloudflare Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
量子位
The GitHub Blog
The GitHub Blog
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
T
The Blog of Author Tim Ferriss
博客园 - 【当耐特】
Vercel News
Vercel News
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
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.