|
Home > Archive > BizTalk Server Orchestration > May 2006 > Direct binding - partner port
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Direct binding - partner port
|
|
| bd@systematic.dk 2006-05-19, 1:15 pm |
| Hi,
I have the following setup with BizTalk 2006
Solution 1: Orchestration 1: Direct port with partner port binding that
receives XmlDocument message
Solution 2: Orchestration 2: Direct partner with partner port binding
that sends XmlDocument message
Ports are created according to
http://www.topxml.com/BizTalk-Serve...ing-Sample.aspx
I can see in HAT that everything goes well to send shape in
Orchestration 2 and then get the following message:
Failed to publish (send) a message in the batch. This is usually
because there is no one expecting to receive this message. The error
was The published message could not be routed because no subscribers
were found. with status -1061151998.
I am confused about the missing subscriber. Can it be a problem that I
use two solutions or maybe that I am sending / receiving XmlDocument
messages.
Does anybody have an idea how to troubleshoot the problem?
Thanks,
Belmina
| |
| Matt Milner 2006-05-20, 1:16 am |
| Make sure on hte binding page of the wizard, that both ports are point to
the same port for binding. For example, orchA and orchB should both be
pointing to orchA.Port OR both should be pointing to orchB.Port. As long
as they are pointing to the same thing, then you should be all set.
matt
<bd@systematic.dk> wrote in message
news:1148042690.264340.86390@j33g2000cwa.googlegroups.com...
> Hi,
>
> I have the following setup with BizTalk 2006
>
> Solution 1: Orchestration 1: Direct port with partner port binding that
> receives XmlDocument message
>
> Solution 2: Orchestration 2: Direct partner with partner port binding
> that sends XmlDocument message
>
> Ports are created according to
>
> http://www.topxml.com/BizTalk-Serve...ing-Sample.aspx
>
> I can see in HAT that everything goes well to send shape in
> Orchestration 2 and then get the following message:
>
> Failed to publish (send) a message in the batch. This is usually
> because there is no one expecting to receive this message. The error
> was The published message could not be routed because no subscribers
> were found. with status -1061151998.
>
> I am confused about the missing subscriber. Can it be a problem that I
> use two solutions or maybe that I am sending / receiving XmlDocument
> messages.
>
> Does anybody have an idea how to troubleshoot the problem?
>
> Thanks,
>
> Belmina
>
| |
| bd@systematic.dk 2006-05-20, 7:13 pm |
| Hi Matt,
thanks for your replay. Yes, they are both pointing to the same port
the one defined in Orchestration 1 (the one that receives a mesage) I
am worried if it has something to do with message beeing of XmlDocument
type.
I would expect that direct binding with partner port can not result in
"could not be routed because no subscribers were found" but obviously
it can.
Anybody, any ideas what I am doing wrong?
- Belmina
Matt Milner skrev:
[vbcol=seagreen]
> Make sure on hte binding page of the wizard, that both ports are point to
> the same port for binding. For example, orchA and orchB should both be
> pointing to orchA.Port OR both should be pointing to orchB.Port. As long
> as they are pointing to the same thing, then you should be all set.
>
> matt
>
>
> <bd@systematic.dk> wrote in message
> news:1148042690.264340.86390@j33g2000cwa.googlegroups.com...
|
|
|
|
|