|
Home > Archive > BizTalk Server Orchestration > July 2005 > Waiting for FTP send to complete
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 |
Waiting for FTP send to complete
|
|
| McGeeky 2005-06-30, 6:00 pm |
| If a send port is set to Delivery Notification = Transmitted, and the port
is mapped to an FTP send adapter, will the orchestration wait for the FTP
adpater to successfully send the message before the orchestration continues?
Is there a way to apply a timeout in the orchestration when waiting for an
FTP adapter to successfully send a message?
Thanks
--
McGeeky
http://mcgeeky.blogspot.com
| |
|
| Have a look on Kevins Blog
http://blogs.msdn.com/kevinsmi/arch.../03/172574.aspx
It's all about delivery notifications. To answer your question quickly:
Yes, the orchestration will wait.
You can apply the number of retries (not within the orchestration but in the
sendport). After the last retry you will receive a NACK within your
orchestration (including appropriate errormessage) and it will continue.
Cheers
Dirk
"McGeeky" wrote:
> If a send port is set to Delivery Notification = Transmitted, and the port
> is mapped to an FTP send adapter, will the orchestration wait for the FTP
> adpater to successfully send the message before the orchestration continues?
>
> Is there a way to apply a timeout in the orchestration when waiting for an
> FTP adapter to successfully send a message?
>
> Thanks
>
> --
> McGeeky
> http://mcgeeky.blogspot.com
>
>
>
>
|
|
|
|
|