orchestration binary file transfer
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > orchestration binary file transfer




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    orchestration binary file transfer  
Jim


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-23-05 11:01 PM

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





[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
Matt Milner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-24-05 07: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







[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
Saravana Kumar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-30-05 12:53 PM

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... 
>
>







[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
Jon Flanders[DevelopMentor]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-30-05 12:53 PM

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 
>
>







[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
Saravana Kumar


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-30-05 10: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] 
>
>







[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
David Gil


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-11-05 10: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... 
>
>







[ Post a follow-up to this message ]



    Re: orchestration binary file transfer  
Matt Milner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-12-05 10: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... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:58 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register