|
Home > Archive > BizTalk Server Applications Integration > August 2004 > Sending a file to multiple locations
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 |
Sending a file to multiple locations
|
|
| Norton 2004-08-22, 5:58 pm |
| I am curious as to how to send a message that comes out of an orchestration
to multiple places.
Since I can only bind to one send port, how is it possible to send the file
to two places?
Also, if I create a send port (no orchestration) and have its filter set to
a specific receive location, I suppose I could create multiple send
destinations this way, but I'm just not quite sure how the orchestration one
would work.
Thanks.
Norton
| |
| Alan Smith 2004-08-22, 5:58 pm |
| Hi Norton,
Yes, creating additional send ports with filters is one way to go. You will
need to promote properties in your schemas that the send ports can use for
filtering. This has the advantage of being able to add, remove, and configure
these without stopping the orchestration.
You can also create two send shapes, and two send ports in the orchestration.
Regards,
Alan
"Norton" wrote:
> I am curious as to how to send a message that comes out of an orchestration
> to multiple places.
>
> Since I can only bind to one send port, how is it possible to send the file
> to two places?
>
> Also, if I create a send port (no orchestration) and have its filter set to
> a specific receive location, I suppose I could create multiple send
> destinations this way, but I'm just not quite sure how the orchestration one
> would work.
>
> Thanks.
>
> Norton
>
>
>
| |
| Devdutt Patnaik 2004-08-23, 5:50 pm |
| Following up on Alan's idea of multiple send shapes, you could consider
using a loop of multiple send shapes, and use a Dynamic Send port and assign
the file URL inside an expression shape inside the loop.
Dev
"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:9CB14F43-3728-4599-B82A-44B921CE899E@microsoft.com...
> Hi Norton,
>
> Yes, creating additional send ports with filters is one way to go. You
will
> need to promote properties in your schemas that the send ports can use for
> filtering. This has the advantage of being able to add, remove, and
configure
> these without stopping the orchestration.
>
> You can also create two send shapes, and two send ports in the
orchestration.[vbcol=seagreen]
>
> Regards,
>
> Alan
>
> "Norton" wrote:
>
orchestration[vbcol=seagreen]
file[vbcol=seagreen]
to[vbcol=seagreen]
one[vbcol=seagreen]
| |
| Todd Sussman 2004-08-25, 5:53 pm |
| It sounds like you want Send Groups. Create all the different send ports,
then add them to a Send Group. Then bind the Send group to the
Orchestration.
Todd
"Norton" <thenortonz@hotmail.com> wrote in message
news:uQCXuf4hEHA.2880@TK2MSFTNGP10.phx.gbl...
>I am curious as to how to send a message that comes out of an orchestration
>to multiple places.
>
> Since I can only bind to one send port, how is it possible to send the
> file to two places?
>
> Also, if I create a send port (no orchestration) and have its filter set
> to a specific receive location, I suppose I could create multiple send
> destinations this way, but I'm just not quite sure how the orchestration
> one would work.
>
> Thanks.
>
> Norton
>
|
|
|
|
|