【发布时间】: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 针对计划任务适配器触发。
以前有人遇到过这个错误吗?
【问题讨论】: