Routing Error

Viewing 2 reply threads
  • Author
    Posts
    • #24482

      Normal
      0

      false
      false
      false

      EN-US
      X-NONE
      X-NONE

      MicrosoftInternetExplorer4


      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

       


       

    • #24485

      Wich pipeline are you using? You must try XMLTransmit pipeline.

       

      http://www.biztalkbrasil.com.br

    • #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…. 

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.