Programming 笔记

工作中遇到的问题就记载这里

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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

http://www.codeproject.com/KB/biztalk/BiztalkSample.aspx?display=Print

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

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

posted on 2009-02-03 08:37  IT 笔记  阅读(250)  评论(0编辑  收藏  举报