|
Home > Archive > BizTalk Server Applications Integration > February 2004 > How to pass incoming doc to several channels?
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 |
How to pass incoming doc to several channels?
|
|
| Semenov RS 2004-02-08, 8:41 am |
| Q.: read subj, please.
I interest in best ways to accomplish that task.
| |
| Everett Yang 2004-02-08, 8:41 am |
| You can do this by changing the Openness of the receive function to Open.
You don't need to specify a channel name then. All the channels that match
the selection criteria will receive a copy of the document.
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
| |
| Semenov RS 2004-02-08, 8:41 am |
| Thank you, for your answer!
But, excuse me, for inaccurately formulated question.
The correct question is:
How to pass incoming doc to several predefined channels in the same time.
Bluntly speaking, i need to put incoming document to some folders without
any processing and process the same document in the other channels.
"Everett Yang" <evyang@online.microsoft.com> wrote in message
news:yjc3kJr3DHA.1992@cpmsftngxa07.phx.gbl...
> You can do this by changing the Openness of the receive function to Open.
> You don't need to specify a channel name then. All the channels that
match
> the selection criteria will receive a copy of the document.
>
> Sincerely,
>
>
> Everett Yang
> DSI - Microsoft BizTalk Server
>
> This posting is provided “AS IS” with no warranties, and confers no
rights.
> Subscribe at
>
http://support.microsoft.com/defaul...msdn/nospam.asp
> &SD=msdn
>
| |
| Jan Eliasen 2004-02-08, 8:41 am |
| On Tue, 20 Jan 2004 13:54:41 +0300, "Semenov RS" <r@grc.ru> wrote:
I'd suggest you use a preprocessor. Let the preprocessor copy the file
and just return the content of the file.
Other than that, there is no way to explicitly submit a document to
multiple channels other than what is suggested by Everett - if you
don't specify the channelname on the receive function, then BizTalk
will put the document into all the channels that match.
>Thank you, for your answer!
>But, excuse me, for inaccurately formulated question.
>The correct question is:
>How to pass incoming doc to several predefined channels in the same time.
>Bluntly speaking, i need to put incoming document to some folders without
>any processing and process the same document in the other channels.
>
>"Everett Yang" <evyang@online.microsoft.com> wrote in message
>news:yjc3kJr3DHA.1992@cpmsftngxa07.phx.gbl...
>match
>rights.
>http://support.microsoft.com/defaul...msdn/nospam.asp
>
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
|
|
|
|
|