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

Home Page Forums BizTalk 2004 – BizTalk 2010 Error : The message found multiple request response subscriptions. A message can only be routed to a single request response subscription

Viewing 1 reply thread
  • Author
    Posts
    • #20913

      Hi Gurus,

      I published the orchestration as a webservice and I am trying to test the same using C#tool.I get an exception as “internal Processing failure” at the client side but when I look at the event viewer I see this error

      Event Type:    Error
      Event Source:    BizTalk Server 2006
      Event Category:    BizTalk Server 2006
      Event ID:    5753
      Date:        10/7/2008
      Time:        9:51:54 AM
      User:        N/A
      Computer:    SCCUTL02-SDC
      Description:
      A message received by adapter “SOAP” on receive location “WebService_BizTalk_XXXX_Proxy/WebService_BizTalk_XXXX” with URI “/BizTalk_XXXX_Proxy/WebService_BizTalk_XXXX.asmx” is suspended.
       Error details: The message found multiple request response subscriptions. A message can only be routed to a single request response subscription.

      Any Clues?.

      I tried to search on this but only good buy was this http://support.microsoft.com/kb/923632.

      Cheers

      Sri,Singapore

    • #20924

      There is some other service (orchestration or 2 way send port) in your BizTalk environment that has the same subscription as the orchestration you published.  Are there any other orchestrations that are sharing the receive port that was generated when you published the orchestration?  Are there any services using the same message type?  You could debug this by running a query for all subscriptions in the group hub page.

      • #20955

         In your Biztalk 2006 Administration console do you have Biztalk Application1, can you check if you have the same schema there also. It happened to me few times.If yes, delete from there.. and you should be good to go

        • #21376

          Hi
          i have a WCF service which i consummed in my biztalk project…( i don’t know anything about that wcf service becz it has been develop by other person) after this i have deployed my project and imported binding info…..then i have configured the send ports…like i have three endpoints…so in url part of the configuration i have given particular endpoints url….in action part i have removed the default code which come like “<BtsActionMapping xmlns:xsi……” and given url link /function name. then i have host the orchestrion and started the project.
          can u please tell me my steps are right or not for the same? and how can i call the particular data contract? and how i test the process….for the error which is comming….i want to know is that error is form my biztalk process or from WCF service side….please help in this…..my whole work is stopped becz of this…please help me and reply me on [email protected] as soon as possible…..

          thanks
          Girish

          • #21380

            your steps looks ok..to test try creating a client using the proxy generated by the WCF service and also try testing your application using the same client.This should be simple enough and should give you the error as well…you can always refer to the event viewer to see the error..I have gone this before…You can mail me to this address in case you have any other [email protected]

            Cheers

            Sridhar

            • #21401

              Thanks for reply sir…

              actually my wcf service is not generating any proxcy file..i m not getting why? can you please send me the steps to follow for the same along with the configuration example..

              Regards

              Girish

              • #21405

                hi…..i solved my WCF problem…….and find the exact steps for it……..yepeeeeeeeeeeeeee

            • #21407

              Hello sir…..

              can you please tell me how i can retreive the message from WCF service…….i m trying to use the same steps whic i used to send the message to WCF service but here i m using WCF service as reciver but after deploy and importing binding info i m not getting any receive port and in orchestration binding not seen any receive service endpoint. Is i m following the right steps or is there any other way for it…..

              please reply as soon as possible.

              Girish 

              • #21428
                Hi sir…
                I have solved my WCF service issue realted to passing the value….now i want to receive the response from WCF service after send the request……i m sending the request through the request message multi part generated by service…but at the response side i m geting the response in list……i m not sure that biztalk will accept this thing becz at the response side i m using response message multi part generated by service……i m using the expression shape for timebeing after each step in orchestration to check the stage where i m getting the error.
                 
                The request is going to WCF service but response time it gives the error. I m using the following steps in orchestration.
                 
                ** For request i have manually created the schema same as the request format of the datacontract
                 
                Receive Shape 1 –> Source Schema Message (** Manually created by me same as request format of the data contract)
                 
                Transform Shape –> Transform the Request into service endpoint function (Source Schema to data contract schema)
                 
                Send Shape –> Request Message (Multi-Part Message Type Generated by service for that data contract) ..this shape is attached to the request port in orchestartion which i have generated by using existing port type for that particular service endpoint
                 
                Receive Shape 2 –> Response Message (Multi-Part Message Type Generated by service for that data contract)…. through this receive shape i m receiving the response..
                 
                it give me error as:
                 
                Inner exception: Received unexpected message type ‘http://&#8230;..’ does not match expected type
                 
                I m not getting that is there any problem in my request format (which i have created manually)…..or there is mismatch in response format becz i m geting the values in list…
                 
                Is i m following the right steps?
                Please guide me on the same as soon as possible..
                 
                Thanks
                Girish
Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.