cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute job for 10 min and after crossing it exception should be raised?

Former Member
0 Kudos

Hi ,

I am new to BODS.

My question is

I want to execute job for 10 min and for every 2 min job should be executed within 10 min.If i used file exists function in job, if file name exists job should be executed else job should be terminated after 10 min raising exception.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Harsha,

Instead of using file exists function directly you can use Sleep function, then you can check for the file for every 2 min using but here have to write logic for raising exception. Below image may be help full for you.

Regards

Chaitanya

0 Kudos

Hi Harsha,

You can simply do this from management console "Schedule Batch Job" tab.

After providing all the required details like start time and configuration etc..

Select Multiple times a day

then

provide 10 in Duration(minutes)

and Repeat interval(minutes):2

Regards,

Sreenivas