博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Could not find a matching subscription for the message.
阅读量:6983 次
发布时间:2019-06-27

本文共 1460 字,大约阅读时间需要 4 分钟。

Eror message below:

Could not find a matching subscription for the message.

The Messaging engine failed to process a message submitted by adapter:FILE Source URL:C:\Practices\AutoProcess\input\*.xml. Details:Could not find a matching subscription for the message. . This error occurs if the subscribed orchestration schedule or send port has not been started, or if some of the message properties necessary for subscription evaluation have not been promoted. Please refer to Health and Activity Tracking tool for more detailed information on this failure

Workaround

Check from internet it is because I use passthrough for my receive port pipeline. However passthrough is unable to assign the type of receive file. So far only XML pipeline can do that. So the orchestration does not know the type of message. Biztalk server use message type to link to the handler orchestration.

To workaround with this issue, have to configure a filter in SEND port (becareful it is not receive port).

The filter expression is something like "BTS.ReceivePortName" == AutoProcessFTPReceivePort

reference for details

You cannot use a pass-through pipeline to receive a file in an orchestration in BizTalk Server

http://support.microsoft.com/kb/837860

A Simple BizTalk Hands-On Example

Adding a Filter to a Send Port for Passthrough Using BizTalk Explorer

http://msdn.microsoft.com/en-us/library/ms944789.aspx

转载于:https://www.cnblogs.com/yangbin990/archive/2009/02/03/1382798.html

你可能感兴趣的文章
Win10 S是Windows RT第二?微软:差别很大
查看>>
流量劫持已成行业毒瘤,不正当竞争当严惩
查看>>
《IPv6精髓(第2版)》——第1章 为何使用IPv61.1 IPv6历史
查看>>
最让程序员懊恼的 10 件事
查看>>
Iframe高度自适应(兼容IEFirefox、同域跨域)
查看>>
Google 工程师如何发现 Heartbleed 漏洞
查看>>
《Python面向对象编程指南》——2.8 __new__()方法和不可变对象
查看>>
ROS机器人程序设计(原书第2版)第1章 ROS Hydro系统入门
查看>>
《Android平板电脑开发秘籍》——3.9节技巧:创建一个下拉列表式的ActionBar
查看>>
《软件工程(第4版?修订版)》—第1章1.4节软件工程涉及的人员
查看>>
剖析一个java对象初始化顺序问题
查看>>
《Python和Pygame游戏开发指南》——1.7 安装Pygame
查看>>
reveal.js实现html播放ppt的炫酷效果
查看>>
《HTML5 canvas开发详解(第2版)》——2.12 检查一个点是否在当前路径
查看>>
《深入理解Scala》——第2章,第2.1节学习使用Scala交互模式(REPL)
查看>>
在Tableau中自定义版块地图
查看>>
《黑客秘笈——渗透测试实用指南(第2版)》—第2章2.1节被动信息搜索——开源情报(OSINT)...
查看>>
《21天学通HTML+CSS+JavaScript Web开发(第7版)》——1.7 作业
查看>>
微服务,微架构[一]之springboot[helloWorld]
查看>>
MySql导入CSV文件或制表符分割的文件
查看>>