|
Home > Archive > BizTalk Server General > July 2004 > Processing one file at a time in BTS 2002
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 |
Processing one file at a time in BTS 2002
|
|
|
| I recently created a simple BTS application that takes a single XML (per
transaction - insert, update), using File System processing drop the XML
file in the folder where BTS picks it up, processes it through BizTalk 2002
and then performs the necessary action on the other side.
This all works fine, but during real world testing if several files got put
in the pickup directory all of the files would get luped together as ONE XML
file on the other side and mess up the entire processing of the application.
I need to processes just one file at a time right nw. Is this possible and
how? Also in the future how do you handle the schema definitions on multiple
files at a time?
| |
| Troy Martez 2004-07-09, 3:31 pm |
| Does the root node of you flat file schema have the MaxOccurs property set
to "1" or "*"? Having it set to "*" may be causing your problem as BizTalk
Server 2002 may be processing them all together.
Troy Martez [MS]
|
|
|
|
|