ESB Toolkit 2.1 错误:“无法登记发送端口‘ALL.Exceptions’...”
我使用之前工作过两次的相同过程(痛苦)重新安装了 ESB 工具包。
但现在,当我尝试在 BizTalk 管理控制台中启动 BizTalk 应用程序“Microsoft.Practices.ESB”时,该应用程序无法启动,并显示以下错误:
Could not enlist Send Port 'ALL.Exceptions'.
Exception from HRESULT: 0xC00CE557 (Microsoft.BizTalk.SnapIn.Framework)
我在事件日志中发现了此错误消息:
无法与 SQL 实例 [我的服务器] 上的 MessageBox BizTalkMsgBoxDb 通信。
错误代码:0x8004d00e。
可能的原因包括:
1) MessageBox 不可用。
2) 从本机到 MessageBox 的网络链接已关闭。
3) 此本地计算机或托管此 MessageBox 的计算机上的 DTC 配置不正确。
SQL Server 似乎运行正常。真的不知道从哪里开始寻找......
I reinstalled the ESB toolkit using the same process (painful) that worked twice before.
But now when I go try to start the BizTalk application "Microsoft.Practices.ESB" in the BizTalk Administration Console, the application fails to start showing the following error:
Could not enlist Send Port 'ALL.Exceptions'.
Exception from HRESULT: 0xC00CE557 (Microsoft.BizTalk.SnapIn.Framework)
I found this error message in the event log:
Unable to communicate with MessageBox BizTalkMsgBoxDb on SQL Instance [MY SERVER].
Error Code: 0x8004d00e.
Possible reasons include:
1) The MessageBox is unavailable.
2) The network link from this machine to the MessageBox is down.
3) The DTC Configuration on either this local machine or the machine hosting this MessageBox is incorrect.
SQL Server seems to be running ok. Really don't know where to start looking...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有同样的问题。检查端口的过滤器,如果列表为空,请尝试手动配置端口上的过滤器,如下所示:
ErrorReport.FailureCode - 存在
Microsoft.Practices.ESB.ExceptionHandling.Schemas.Property.FaultCode - 存在
这些是通常存在于该端口上的过滤器,但不知何故消失了。
为我工作,希望它也为你工作,
最诚挚的问候,
大卫
I had the same problem. Check out the port's filters, if the list is empty try to manually configure the filters on the port as following:
ErrorReport.FailureCode - Exists
Microsoft.Practices.ESB.ExceptionHandling.Schemas.Property.FaultCode - exists
those are the filters that usually exists on this port and somehow disappeared.
Worked for me, hope it will work for u as well
best regards,
David