cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Job

Former Member
0 Kudos

Hi,

Suppose i have a job scheduled to run every 15 min for e.g. to read sales order from a flat file (also available every 15 min) and upload it. Initially it starts at 10:00 am. Next it runs at 10:15 am and so on. Suppose The first run takes time more than 15 minutes (say 20 min) to upload sales order due to large number of records. So will the next job run at 10:15 am and pick up the next file or will it not run at all??

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

To solve this you can create an additional file when the job starts and remove this file again when the transfer finished. The program has to check then, before running, whether this second file exists and end itself if it does.

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

the next job will run at 10:15 it has no knowledge of the previous job. What file it reads depends on the programming.

Regards

Christian