|
Home > Archive > BizTalk Server Orchestration > May 2005 > problem with delay shape
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 |
problem with delay shape
|
|
| Murali Poola 2005-05-10, 5:55 pm |
| Hi,
I have problem using delay shape in my orchestration.
Currently i am performing following steps:
1. Receive message from receive location.
2. Do little changes in the message.
3. Send message to local folder using send port.
4. Delay for 2 minutes.
5. open the file that is been sent just before and do some process by
..NET assembly. (in expression shape)
In the above process, delay shape is taking more time than the
specified.
Can i use synchronized scope to perform above steps without using delay
shape.
Please let me know how do it.
Thanks in advance.
Ragards,
Murali Poola
| |
| Stephen W. Thomas 2005-05-10, 5:55 pm |
| Hello.
I take it you want to get at the message after the file adapter has sent it?
I think you can use Delivery Notification on a late bound send port with the
Sync Scope shape as you explained. Then, you will know when the file was
written or if it caused an error. I have a sample here:
http://www.geekswithblogs.net/sthom...08/02/9234.aspx
I have not seen the delay shape act in that manner though.
Stephen W. Thomas
http://www.geekswithblogs.net/sthomas
"Murali Poola" wrote:
> Hi,
>
> I have problem using delay shape in my orchestration.
>
> Currently i am performing following steps:
> 1. Receive message from receive location.
> 2. Do little changes in the message.
> 3. Send message to local folder using send port.
> 4. Delay for 2 minutes.
> 5. open the file that is been sent just before and do some process by
> ..NET assembly. (in expression shape)
>
> In the above process, delay shape is taking more time than the
> specified.
> Can i use synchronized scope to perform above steps without using delay
> shape.
>
> Please let me know how do it.
> Thanks in advance.
>
> Ragards,
> Murali Poola
>
>
|
|
|
|
|