cancel
Showing results for 
Search instead for 
Did you mean: 

regarding file to file

Former Member
0 Kudos

HI,

if i am getting a file in a particular intervals of every day say morning 9 , afternoon 12 and 5 in the evening then how to process that file. i mean set the poll interval which can process the 3 files which are comming in 9,12 and 5.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi !

Depending on your SP, you can set channel availability times:

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

or you should enter a poll interval in the comm channel of about 30 min (1800secs) or 1 hour, depending how immediate you need XI to process the files once they arrive.

Be aware that the poll interval starts to count at the moment you activate the channel...so if you use a 3hrs poll interval, then if you activate the channel at 8am, the next poll will occur at 11am, 2 hrs after 9 am !

Regards,

Matias.

ps: please award points if helpful

Edited by: Matias Denker on Jan 18, 2008 9:32 AM

Former Member
0 Kudos

Hi,

If you need to process the files immediately after posting it then you could use the time interval as per the time span 3 hrs (10800 secs).

Make sure to mark below options also in File adapter,

Processing Mode = Delete or Archive

Empty-File Processing = Do Not Create Message

This will trigger the interface after 3 hrs. Once the file is processed it will be deleted/archived. So there will not be any file in the Target directory to process.

It will not create any message untill new file will be added.

If you want to process all the three files at once then you could set the time interval of 24 hrs (86400 sec)

Thanks

Swarup

Former Member
0 Kudos

Hi,

you can schedule the file adapter at the specified timings.

Sceduling channel isfrom SP19

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

Thnx

Chirag

Former Member
0 Kudos

Hi Ramakrishna,

do the files

1. have to be processed as soon as they arrive or

2. do the have to be processed once a day?

regarding 1.: Set the poll intervall from 9 to 5.15 (or similar)

regarding 2.: Set the poll intervall from 5 to 6 (or similar)

Dominic