Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Routing Error
- This topic has 2 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
March 30, 2010 at 2:53 AM #24482
Normal
0false
false
falseEN-US
X-NONE
X-NONEMicrosoftInternetExplorer4
I can successfully call the url:
http://localhost/HTTPTest/BTSHTTPReceive.dll?sourceMsisdn=1234567.
After call it bellow result show in browser:
<BizTalkHttpReceive><CorrelationToken
TokenType=”SUBMIT“>{82AA33FD-4D41-404B-8008-C5871D922F95}</CorrelationToken></BizTalkHttpReceive>
But it is not completed because
the message is going to suspended and show routing failure message.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.And another error show bellow:
This service instance exists to help
debug routing failures for instance
“{470B2F1D-5C64-41DF-B7FB-58C31F7BCEA6}”. The context of the message
associated with this instance contains all the promoted properties at the time
of the routing failure.Here I used simple a send (File)
and a receive (HTTP) port. The orchestration server can receive message but
show those errors.Please help me on this.
Thanks
Sarwar
-
March 30, 2010 at 12:40 PM #24485
-
March 31, 2010 at 1:50 PM #24497
Do you have multiple receive inside your orchestration? How you have implemented co-relation? I guess you have some problem with the co-relation. There is a sample inside your machine, please refer this: http://msdn.microsoft.com/en-us/library/aa754041(BTS.10).aspx
Please Note whenever your receive port is publishing message to MessageBox, but if there is no subscription for that particular message this type of error comes….
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.