The message found multiple request response subscriptions. A message can only be routed to a single request response subscription

Posted: April 15, 2010  |  Categories: BizTalk Uncategorized
Tags:

We have just run into an interesting issue. A BizTalk production environment was moved between data centres overnight by the infrastructure team. Everything looked ok, the server IP addresses were the same. But we started getting exceptions in BizTalk from SOAP receive locations saying:

The message found multiple request response subscriptions. A message can only be routed to a single request response subscription

It only took us a few minutes to realize what was happening: the orchestrations that were bound to these SOAP request-response receive ports had multiple versions deployed (e.g., version 1.0.0.0 and then 1.0.1.0). When the BizTalk Server was brought up all the orchestrations versions were enlisted and started instead of only the latest version, which caused more than one subscription to be created for the request response port, and that is a problem since BizTalk can only route messages to multiple subscribers for one-way receive ports.

We double checked and there were any long running instances of orchestrations, so the fix was simple, we unenlisted the older versions of the orchestrations and the errors stopped happening. We will also recommend some changes to the environment to avoid this from happening again.

Regards,

Thiago Almeida

1 thought on “The message found multiple request response subscriptions. A message can only be routed to a single request response subscription”

  1. Hello,

    I’ve found your post about “The message found multiple request response subscriptions”error.
    I have solved the problem by deleting multiple schemas., It’s strange but I didn’t receive error message of “multiple schemas were found” kind, but “The message found multiple request response subscriptions” error.

Comments are closed.

BizTalk360
BizTalk Server

Over 500+ customers across
30+ countries depend on BizTalk360

Learn More
Serverless360
Azure

Manage and monitor serverless
components effortlessly

Learn More
Atomicscope
Business Users

Monitor your Business Activity in iPaaS
or Hybrid integration solutions

Learn More

Back to Top