zoukankan      html  css  js  c++  java
  • BizTalk接收消息后路由失败

    错误描述

    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. 

    This service instance exists to help debug routing failures for instance "{93209946-5EBF-4F15-95E8-C24287B170EC}". The context of the message associated with this instance contains all the promoted properties at the time of the routing failure.

    解决方法

    引发该问题的情况有很多,遇到此问题考虑如下几种情况

    • 目标流程或发送端口是否在BizTalk Administration Console中登记;
    • 检查接收端口的管道,如果没有提升属性但管道选用了pass-thru,则会导致路由失败;
    • 发送端口是否配置了过滤器,BTS.ReceivePortName == <Receive Port Name>;
  • 相关阅读:
    Linux压缩和解压类指令
    Linux 搜索查找类指令
    Linux时间日期类指令
    Linux文件目录类指令
    Linux帮助指令
    Linux运行级别
    微信授权获取code/openid
    微信公众配置
    MySQL规范
    PHP7搭建项目遇到的坑
  • 原文地址:https://www.cnblogs.com/aiwz/p/6154614.html
Copyright © 2011-2022 走看看