09-23-04 02:56 AM
Hi Proteus,
From what you explain, it sounds like you have not created a filter on your
send port. When you receive a message through a receive port into Biztalk,
it gets published into the MessageBox database. To be acted upon by another
component within the Biztalk environment, a matching subscription needs to
exist which matches values relating to the incoming message. In your
scenario, the simplest thing to do, is in the Send Port properties dialog
within Biztalk Explorer, select "Filters & Maps" section, create a filter
such as "BTS.ReceivePortName == <MyRecvPortName>".
Once you have done this, a subscription for any messages which are received
into Biztalk through your receive port will be handled by your send port.
Let me know if you need any more help with this.
Thanks,
Dave
This posting is provided "AS IS" with no warranties,and confers no rights.
"Proteus Duxbury" <proteus.duxbury@paconsulting.com> wrote in message
news:db679aeb.0409170254.3a712b9f@posting.google.com...
> Hi,
>
> I am very new to BizTalk (using 2004) and am trying to get a really
> simple demo application working. It contains an input folder, an
> output folder and a single transformation. When I put my XML file in
> the input folder it disspears but nothing gets put in the output
> folder.
>
> I have validate my XML messge against it's schema and it's OK. I
> looked at the HAT and I found the following error: "Could not find a
> matching subscription for the message".
>
> The documentation I have mentions an 'orhestration debugger' but this
> is not available as an option when I right click my message.
>
> The HAT seems pretty confusing. What should I be checking?
>
> Thanks,
>
> Proteus Duxbury.
[ Post a follow-up to this message ]
|