cancel
Showing results for 
Search instead for 
Did you mean: 

Could someone help me with how to shedule a backgroud job so that it get re-triggered automaticly after it get cancelled.

Former Member
0 Kudos

A job need to be running in my server continuously all the time. if it get cancelled it is a issue. so want some help is to is there any way to schedule the job in a way that if ever it get cancelled it will be re-triggered automatically.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi M.Ezzat,

Thanks for the DOC but I have already gone through that doc before and that is not related to us.

our job is like it works fine some time in history it has finished also. But sometime some time when we restart the server or due to ananomas issue it fails.

my requirement is that job should keep running if solman is up. this could not be periodic as I don't wont to stop it any time. to be restarted periodically.

Please suggest for any ideas.

Regards

Chetan

Former Member
0 Kudos

maybe scheduling background job by triggering an event ?

Tables TBTCO / TBTCP can be used for checking the previous job status.


Regards,


Adrian

Former Member
0 Kudos

Hi Chetan,

At first try to go ahead with Ezzat's suggestion to find why job got failed from job logs. Then check with your functional team mates to put this job periodic so that if it fails once, it will be scheduled to run after the period mentioned during scheduling of job.

Regards,

Ashraf

former_member200876
Active Participant
0 Kudos

Dear Prakash

     first you should know why the scheduled job is cancelled ,
may this link help you :


BR.
M. Ezzat