|
Home > Archive > BizTalk Server Orchestration > August 2004 > FTP Transmission Order
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 |
FTP Transmission Order
|
|
| Michael 2004-08-27, 6:06 pm |
| Hello,
How do I control the order of delivery with the FTP adapter in an
orchestration?
My orchestration must send several files and then a done.txt file when
it is finished sending the files. All orchestration send ports are
bound to the same FTP send port. The sends occur one after another
with the one for the done.txt file at the end.
The send ports in the orchestration are set to Delivery Notification
Transmitted and Ordered Delivery True.
Thanks,
Michael
| |
| Everett Yang 2004-08-27, 6:06 pm |
| In order delivery is a functionality implemented by adapter. This feature
is available for MSMQT adapter but not for FTP adapter. To perform in
order delivery, you will have to implement a custom solution with
orchestration. You can try a looping structure with request/response
actions. However, with this design, you will need to implement additional
mechanisms to handle retry condtions to maintain FIFO order.
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
|
|
|
|
|