Could not find a matching subscription for the message.

Eror message below:html

Could not find a matching subscription for the message. express

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 post

Workaroundthis

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.lua

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

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

reference for detailsorm

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

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

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

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