|
Home > Archive > BizTalk Server Orchestration > June 2005 > Ordering files in a receive location
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 |
Ordering files in a receive location
|
|
| danielle 2005-06-13, 2:47 am |
| Hi,
I am new to BTS 2004 and would like to know how to and what is the best
approach to order files in the receive location directory. The files
have to be ordered based on their name (which is made up of the file
creation date). Does the "Order Delivery" property have anything to do
with this or do I have to create some kind of custom file adapter?
Thanks,
Danielle
| |
| Stephen W. Thomas 2005-06-13, 7:52 am |
| Hello.
The file adapter does not support any type of ordered delivery.
You would either need to use some type of message queuing or like you said
write a custom adapter that will order the files.
You can mark a receive port as having ordered delivery (and you would have
to in order to preserve the order), but that does not guarantee that the file
adapter picks up the files in the correct order.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"danielle" wrote:
> Hi,
>
> I am new to BTS 2004 and would like to know how to and what is the best
> approach to order files in the receive location directory. The files
> have to be ordered based on their name (which is made up of the file
> creation date). Does the "Order Delivery" property have anything to do
> with this or do I have to create some kind of custom file adapter?
>
> Thanks,
>
> Danielle
>
>
|
|
|
|
|