cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter EOIO does not work as desired

Former Member
0 Kudos

Dear Guru,

I met a tricky problem with PI7.1 File sender adapter. From the document I know EOIO will let the PI read files in the designated

directory in sequence(by name or date), but I found sometimes the sequence could not be maintained as expected.

e.g configuration

(1)File Name: *.xml

(2)Qos : EOIO

(3)Processing mode : Archive

(4)Processing sequence : By Name

(5)Poll Interval : 60 seconds

now I test it with my program, which is writing 11.xml;12.xml; 13.xml,14.xml......every 10 seconds to the directory where PI picks us files,I would expect in the archive folder it would follow the sequence but it is not .

the marjority of the sequence is correct , but some of them is not, e.g 11.xml; 12;xml ; 14.xml;15.xml;16.xml.......13.xml

What is the reason behind this, I get stucked by it for help.

Thanks very very much..

Ray

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Th eproblem because in 60 sec time interval 6 files will be place..but cc reading the files in different order... may be you can chage poll intrval and test it.

Regards,

Raj

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

can it be that in the example the size of 12 or 13.xml was large

stefan_grube
Active Contributor
0 Kudos

Set the poll intervall to 10 second.