Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg : background job error

Former Member
0 Likes
1,204

hi,

i have scheduled a job in batch mode.

the job is cancelled and got a error message saying that

"Job cancelled after system exception ERROR_MESSAGE ".

Can you please tell me what would be the problem??

regards

ravi

hi,

i have scheduled a job in batch mode.

the job is cancelled and got a error message saying that

"Job cancelled after system exception ERROR_MESSAGE ".

Can you please tell me what would be the problem??

regards

ravi

11 REPLIES 11
Read only

Former Member
0 Likes
1,166

Click on the Check Box against your JOB in SM37 and click on the Job Log, to see the reason for failure.

Regards,

Ravi

Read only

0 Likes
1,166

i did that only and found the message like

'Job cancelled after system exception ERROR_MESSAGE '

Read only

Former Member
0 Likes
1,166

Hi,

This is because some exception is raised in the program during execution. Debug the job to find the problem. Click on the checkbox next to the job name and type JDBG in the command window to debug the job.

Reward points if helpful.

Thanks and Regards,

Lakshmi.

Read only

Former Member
0 Likes
1,166

Hi,

Please give us the exact line in the program after which you are getting this error.

Thanks and Regards,

Lakshmi.

Read only

0 Likes
1,166

hi actually my task is to find out why this error has occured.

when i seee the prgs related to this job , i got two and in those no error msgs related to the error which i am getting is there.

just they have given the screeen shot and said it is a prod issue. i dont know whether i can debug in production for this job,,

can i debug the job as u said like typing in command line as jdbg??????????

its an urgent one .. plz help me out

Read only

Former Member
0 Likes
1,166

Hi,

If the program is not updating any tables or doing any master data changes, you can definitely debug it.

Thanks and Regards,

lakshmi.

Read only

0 Likes
1,166

hi lakshmi,

can i debug the job as u said like typing in command line as jdbg??????????

regards.

ravi.

Read only

Former Member
0 Likes
1,166

Yes, Select the job and in command line type JDBG. Press enter. Debugging will be switched on automatically.

Read only

0 Likes
1,166

Hi

Idid the same thing.

and started to find out the prob.

But when i press the debugging off it is again remaining the same in debugging.

how to handle this..

Read only

Former Member
0 Likes
1,166

Hi,

I didn't understand your question. Do you mean it does not come out of debugging mode at all? Try RESTART in debugging menu...

Thanks and Regards,

Lakshmi.

Read only

Former Member
0 Likes
1,166

Problem solved. Thanks.