有人能帮我处理这条错误信息吗?
事件类型:Error
资料来源:BizTalk Server 2006
事件类别:BizTalk Server 2006
事件ID:5778
日期:1/02/2013
时间:7:15:04 AM
用户:N/A
计算机:BIZTALKSERVER
描述:
The Messaging engine failed to process a message submitted by adapter:SQL Source URL:SQL://SQLSERVER/SQLDB/.
详细信息:
The published message could not be routed because no subscribers were found.
This error occurs if the subscribing orchestration or send port has not been enlisted,
or if some of the message properties necessary for subscription evaluation have not
been promoted. Please use the Biztalk Administration console to troubleshoot this failure. 发布于 2013-02-04 21:45:46
错误的意思是,BizTalk无法确定该消息的订阅者。因此,您的起点是检查发送端口或业务流程接收形状筛选表达式上的订阅设置。
发布于 2013-02-05 13:22:08
与其检查单个端口等--我将通过管理控制台查看订阅作为起点--当查看底层订阅时,为什么没有找到匹配的订阅有时是非常明显的。
发布于 2014-06-08 22:45:57
在一个已经运行了36个月的系统上,我得到了同样的错误信息。我认为这与我们重新启动主机和发送端口后的孤立消息有关。我刚刚从Biztalk页面->挂起的项目/可恢复的->继续消息,右键单击恢复消息。平安无事。
https://stackoverflow.com/questions/14637124
复制相似问题