|
Home > Archive > BizTalk Server Orchestration > May 2005 > orchestration binary file transfer
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 |
orchestration binary file transfer
|
|
|
| Hi,
Can anyone help me to move the PDF files from one directory to other
directory using orchestration messages.
i will really appreciate if someone can help me
| |
| Matt Milner 2005-03-24, 2:50 am |
| Use passthrough pipelines on your receive and send port and use a message of
type XmlDocument in your orchestration. This should let you pass generic
binary documents through BizTalk.
matt
"Jim" <Jim@discussions.microsoft.com> wrote in message
news:12D42B41-5635-4C63-8BE8-6CC2E7F1D7CD@microsoft.com...
> Hi,
> Can anyone help me to move the PDF files from one directory to other
> directory using orchestration messages.
> i will really appreciate if someone can help me
| |
| Saravana Kumar 2005-03-30, 7:53 am |
| I don't think Matt's idea is going to work!!!
If you use Passthrough, in my experience Orchestration won't pick up the
message because the required subscription properties won't be promoted
(XmlDisassembler in XmlReceive will do this job).
but to move the pdf files from one directory to another, you don't need an
Orchestration, just messaging will do.
Create a Receive Port, Receive Location, Send port ( All FILE Adapter with
specif source, target directory).
In the send port Filter expression, set the BTS.ReceivePortName to your
receive port.
Then its all done.
Cheers
Saravana
http://saravanakumarmv.blogspot.com
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:eA5#nDCMFHA.3844@TK2MSFTNGP14.phx.gbl...
> Use passthrough pipelines on your receive and send port and use a message
of
> type XmlDocument in your orchestration. This should let you pass generic
> binary documents through BizTalk.
>
> matt
>
>
> "Jim" <Jim@discussions.microsoft.com> wrote in message
> news:12D42B41-5635-4C63-8BE8-6CC2E7F1D7CD@microsoft.com...
>
>
| |
| Jon Flanders[DevelopMentor] 2005-03-30, 7:53 am |
| Matt's idea will work - you don't need the XmlDisassembler when you are
using a Message Type of XmlDocument. Try it 
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Saravana Kumar" <saravana@hotmail.co.uk> wrote in message
news:ehp$BtSNFHA.2748@TK2MSFTNGP09.phx.gbl...
>I don't think Matt's idea is going to work!!!
>
> If you use Passthrough, in my experience Orchestration won't pick up the
> message because the required subscription properties won't be promoted
> (XmlDisassembler in XmlReceive will do this job).
>
> but to move the pdf files from one directory to another, you don't need an
> Orchestration, just messaging will do.
>
> Create a Receive Port, Receive Location, Send port ( All FILE Adapter with
> specif source, target directory).
>
> In the send port Filter expression, set the BTS.ReceivePortName to your
> receive port.
>
> Then its all done.
>
> Cheers
> Saravana
> http://saravanakumarmv.blogspot.com
>
> "Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
> news:eA5#nDCMFHA.3844@TK2MSFTNGP14.phx.gbl...
> of
>
>
| |
| Saravana Kumar 2005-03-30, 5:51 pm |
| Sorry guys, it's my fault. Yeah Pass through trasmit did work by setting a
filter expression on the receive shape in the orchestration, which
eventually creates a subscription.
Cheers
Saravana
"Jon Flanders[DevelopMentor]" <jfland@develop.com> wrote in message
news:#zAnDFTNFHA.3560@TK2MSFTNGP14.phx.gbl...
> Matt's idea will work - you don't need the XmlDisassembler when you are
> using a Message Type of XmlDocument. Try it 
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "Saravana Kumar" <saravana@hotmail.co.uk> wrote in message
> news:ehp$BtSNFHA.2748@TK2MSFTNGP09.phx.gbl...
an[vbcol=seagreen]
with[vbcol=seagreen]
message[vbcol=seagreen]
message[vbcol=seagreen]
generic[vbcol=seagreen]
>
>
| |
| David Gil 2005-05-11, 5:50 pm |
| Hi Matt:
But if you use a component (DLL) to create a PDF, How I can reply the
document?Now BizTalk change the character for other.
Regards
"Matt Milner" <matt.milner@m3technologypartners dot com> escribió en el
mensaje news:eA5%23nDCMFHA.3844@TK2MSFTNGP14.phx.gbl...
> Use passthrough pipelines on your receive and send port and use a message
> of type XmlDocument in your orchestration. This should let you pass
> generic binary documents through BizTalk.
>
> matt
>
>
> "Jim" <Jim@discussions.microsoft.com> wrote in message
> news:12D42B41-5635-4C63-8BE8-6CC2E7F1D7CD@microsoft.com...
>
>
| |
| Matt Milner 2005-05-12, 5:50 pm |
| I'm not exactly sure what you are saying, but if you need to use an
expression to call some component which creates a PDF, then you can pass in
the message to the component and set part as the stream. I have an example
of this if you want to contact me offline and I'll send it to you. I call
SQL Reporting services to get a report as a PDF and then set the PDF as part
of the message.
Matt
"David Gil" <david_gil@tecnologia.cajamar.es> wrote in message
news:uttaQQlVFHA.2196@TK2MSFTNGP09.phx.gbl...
> Hi Matt:
>
> But if you use a component (DLL) to create a PDF, How I can reply the
> document?Now BizTalk change the character for other.
>
> Regards
>
> "Matt Milner" <matt.milner@m3technologypartners dot com> escribió en el
> mensaje news:eA5%23nDCMFHA.3844@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|
|