Search code examples
biztalkhl7biztalk-2013r2biztalk-pipelines

BizTalk: BTAHL72XReceivePipeline Pipeline Component


I've set-up two applications, one with FILE Receive Port and the other with a Send Port subscribing to that Receive Port with filter set as BTS.ReceivePortName == {ReceivePortNameHere}. I'm using BizTalk 2013 R2.

In the Receive Port, I'm using the pipeline 'BTAHL72XReceivePipeline'. And, in the Send Port, I'm using the pipeline 'BTAHL72XSendPipeline'.

When I drop a HL7 message into the Receive Port file location, it produces the error:

The Messaging engine failed to process a message submitted by adapter:FILE Source URL:E:\InboundToBizTalk\*.hl7. Details: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.

However, I do have a subscription set. Why is this error occurring? Is there an issue with the pipeline component or the way I am using it?


Solution

  • Turned out to be ACK which could not be routed therefore causing the whole flow to error. For an MLLP transport type, it is two way thus the ACK can be routed. For a FILE transport type, it is one way therefore ACK needs to be accounted for separately.

    To get around this, another port was created which would subscribe to the ACK.