| Author |
How to Archive files in Biztalk server 2004
|
|
|
| Hi ,
I have a File receive port which listens for files at a particular
folder.
I want to Copy files droped at tha folder to a diff location before it
is picked up by Biztalk.
Could anyone please help me???
Thanks a lot in advance.
Vinod
| |
| dickdijkstra@hotmail.com 2005-09-16, 7:47 am |
| You can have BizTalk do the copying for you. You can do this by writing
a custom pipeline component that writes the file to a specified
location, before the message is going to mapped / processed.
Another approach is to write the file to a specified folder by using an
orchestration. Just create a send shape and a FILE send port to write
the file.
Dick Dijkstra (www.dickdijkstra.com)
| |
| Scott Colestock 2005-09-16, 5:59 pm |
| You can have a file-based send port subscribed to the inbound file receive
port, while your orchestration subscribes to the same inbound file receive
port (via a Receive shape and associated logical port).
Scott Colestock
www.traceofthought.net
"Vinod" <vinodb@bsil-dot-com.no-spam.invalid> wrote in message
news:mZ-dnaHOtZ0fJrfeRVn_vQ@giganews.com...
> Hi ,
>
> I have a File receive port which listens for files at a particular
> folder.
> I want to Copy files droped at tha folder to a diff location before it
> is picked up by Biztalk.
>
> Could anyone please help me???
>
> Thanks a lot in advance.
>
> Vinod
>
|
|
|
|