【问题标题】:BizTalk Error code: 0xC0002A21, An error occurred while attempting to access the SSO databaseBizTalk 错误代码:0xC0002A21,尝试访问 SSO 数据库时出错
【发布时间】:2018-03-26 14:25:59
【问题描述】:

我有一个 BizTalk 2013r2 Standard Edition 应用程序服务器,其中有一个托管 BizTalk 数据库的专用(单独的 Sql Server)。

就在最近,我开始在事件日志中看到一对错误。通常情况下,它们大约每隔几个小时就会提出一次,但没有明确的模式 - 有时它们可​​能会在两对之间接近 15 分钟。

错误显示:

An error occurred while attempting to access the SSO database.


Function: LookupXp
 File: lookupserver.cpp:296
 Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
 SQL Error code: 0xFFFFFFFE
 Error code: 0xC0002A21, An error occurred while attempting to access the SSO database.

这是一个类似的警告:

SSO AUDIT


Function: GetConfigInfo ({9AB60D40-9719-453D-89BD-3DAF212A7C17})
 Tracking ID: 2ad795a0-4d62-4545-a823-fd0ea492a833
 Client Computer: kochanski.xxx.local (BTSNTSvc64.exe:3152)
 Client User: xxx\biztalkhost
 Application Name: {DC9847A1-4D85-4C8A-B9D3-A58AFE352649}
 Error Code: 0xC0002A21, An error occurred while attempting to access the SSO database.

现在这是一个严重的问题,因为至少在一次情况下,这会阻止 BizTalk 针对计划任务适配器触发。

以前有人遇到过这个错误吗?

【问题讨论】:

    标签: single-sign-on biztalk


    【解决方案1】:

    是否有任何网络级别的更改可能导致 BizTalk 服务器和 SQL 服务器之间出现网络故障?

    在 SQL 故障转移并在 BizTalk 节点上重新启动 WMI 后,我曾经看到过同样的问题,当时解决了它。

    【讨论】:

    • 没有我知道的网络变化。今晚,我重新启动了生产应用程序和数据库服务器。不幸的是,我仍然在事件日志中看到错误。
    【解决方案2】:

    我已经在 sql server 上遇到了类似的问题,当无法将数据复制到另一个节点时始终处于开启状态,这使得实例不可用。还尝试在一天内多次验证来自每个 Biztalk 节点的 sql 实例访问

    【讨论】:

    • 对于这个客户 - 没有永远在线。事实上,只有一个专用的 Sql Server - 没有集群。
    • 我的意思是biztalk组的一个集群。
    • 它正在运行标准版 - 一个 BizTalk 组 1 :)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-09-05
    • 1970-01-01
    • 2017-07-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多