cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling a job using the schedule and the event.

Former Member
0 Kudos

I have a job which is in scheduled state with an event(the event is checking the file) to trigger. how can i manage if the job needs to be run thrice or more without using any manual intervention.The file comes through a Biztalk system and there are certain days where vendoe doesn't send the file and then sends it more than 2 files in a single day and i have the Redwood version 9.

Accepted Solutions (0)

Answers (3)

Answers (3)

gmblom
Active Contributor
0 Kudos

Hi,

In this case I would not schedule the job, but put the wait event to Autosubmit: Always. This will make the event perform the submit on the job.

Regards Gerben

0 Kudos

Hi Gerben ,

When you say auto submit does that mean the below ? Please advise

Auto submit :Never option selected ?

gmblom
Active Contributor
0 Kudos

The file event will just wait on files to arrive. If you use the autosubmit on the wait event, it will trigger the job on each incoming file.

Regards Gerben