错误:无法联系 SSO 服务器

发布于 2024-08-31 18:30:51 字数 480 浏览 6 评论 0原文

尝试管理 SSO 设置时,我的开发计算机上出现以下错误:

ERROR: 0xC0002A0F : Could not contact the SSO server 'SSODB'. Check that SSO is
configured and that the SSO service is running on that server.

当我检查时,企业单点登录服务、RPC 服务和 COM+ 系统应用程序服务均已启动,但我还是重新启动了它们,并且它没有解决问题。我可以通过 SSMS 访问 SSODB。

我通过 BizTalk 取消配置 SSO 并重新配置它(成功)。唉,这也没有帮助。

SSO 以前运行良好。今天早上重新启动后,我确实注意到我的浏览器主页被重置回我们的公司网站(这意味着今天早上我登录时可能已将某些内容推送到机器上),但我的团队中没有其他人遇到同样的问题。

我不知道接下来要尝试什么。有人有什么想法吗?

I'm getting the following error on my dev machine when attempting to manage SSO settings:

ERROR: 0xC0002A0F : Could not contact the SSO server 'SSODB'. Check that SSO is
configured and that the SSO service is running on that server.

The Enterprise Single Sign-On Service, RPC service, and COM+ System Application service were all started when I checked, but I gave them a restart anyway and it didn't fix the problem. I can access the SSODB through SSMS.

I unconfigured SSO through BizTalk and reconfigured it (successfully). Alas, this also did not help.

SSO was previously working fine. I did notice this morning upon reboot that my browser home page was reset back to our corporate site (meaning something may have been pushed to machine this morning when I signed on) but no one else on my team is experiencing the same issues.

I'm not sure what to try next. Anyone have any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事还在继续 2024-09-07 18:30:51

那么,SSO 是否仍然适用于 BizTalk?如果是这样,这可能只是 SSO 的一个简单的用户级别配置问题。根据浏览器信息,某些用户本地设置可能已混乱。试试这个:

  1. CD 到“C:\Program Files\Common Files\Enterprise Single Sign-On” 使用管理员权限
  2. 键入: ssomanage -server [此处的 SSO 服务器名称]

这将重置您的用户帐户的 SSO 服务器名称。

So, is SSO still working for BizTalk? If so, this might just be a simple user level config issue for SSO. based on the browser info, some user local settings may have been messed up. Try this:

  1. CD to "C:\Program Files\Common Files\Enterprise Single Sign-On" Use administrator privileges
  2. Type: ssomanage -server [SSO Server Name Here]

This will reset the SSO Server name for your user account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文