cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding Sender Channel

Former Member
0 Kudos

Hi to All.

I have an scenario File to Idoc. and it worked fine.

How ever I had an problem. The channel pick up files each 10 minutes.

How can ensure the sender pick up the file after saved completely in the folder because

in same time when the sender pick up the file in the same time the file is write

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Luis,

I had faced the same issue earlier.

Soution for this is, we had made an entry for the parameter 'Msecs to Wait Before Modification Check' on advanced tab in Communication Channel in ID.

Eg: When you make an entry of 100, after every 100 msec channel will chekc the file which is getting written, if in this 100msec if file size has been chnaged, then channel will again wait for next 100 msec befor fetching the file.

Regards,

Supriya.

former_member322289
Participant
0 Kudos

mmm

I Had the same problem...

the solution was...

first, my file adapter only read files wich starts like "OK_*.txt" so... the Legacy write the file like... "FILETOPROCESS.txt", while he was writing, when they finish write then simply change the name to OK_FILETOPROCESS.txt

Regards

Edited by: Guillermo Stortoni on Oct 15, 2009 11:47 PM

Former Member
0 Kudos

Hi,

Check the same discussion which was happen here

Regards

Seshagiri