cancel
Showing results for 
Search instead for 
Did you mean: 

New Bee, Help File Adapter

Former Member
0 Kudos

Hi ,

I am new to XI , I have a basic question on file adapter.

I have configured a file adapter to pick a file with name abc.txt and delete it. Assumes my total scenario takes 30 min to complete. If i get another file in the source folder after 5 min. Does XI process the second file also parallel. Or does it finish first file and then process the second file?

Regards

Monika Dietz

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Or does it finish first file and then process the second file?

the file adapter will pick the file as soon as possible

from the folder but you can set quality of service

EOIO so it will wait until the first one will finish

(and other parameters in the integration eigine

so your flow will be processed by one queue only)

but basically it will be processed in paralel

(with standard config)

reference:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

Regards,

michal

Former Member
0 Kudos

Hi Machal, Thank you, When i select EOIO , what should i need to give for the QNAME. Can i give any arbitrary name. So xi that creates a queue with that name and uses it.

Regards

Monika Dietz

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

yes you can give any name

then check in the SXI_MONITOR and you'll see this name

in your flow

Regards,

michal

Answers (0)