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

Problem with background Job

Former Member
0 Likes
457

Hi,

I had defined one background job for a report by using variaant.

For some other reasons it was cancelled (actually due to an error message ), after that i was trying to redefine the

background job and it is defined and immediatly got terminated without any output of the report with status finished. I tried for this more than 20 times

but every time i got the same result.

What might be the cause for this? I had searched for many threads regarding the background jobs but didn't get any.

Thanks in advance.

Anil D

3 REPLIES 3
Read only

Former Member
0 Likes
429

You don't give enough information.

First,

Read only

Former Member
0 Likes
429

hello,

It depends what the job is doijng...

if the job is selecting from table based on some condition, it can be the case that the program is not able to find any record to continue further processing!

And Job is finished with any output.

If you want to debug the job, select the job, write JDBG in commnad promt and press enter

it will go to the debugging mode of report

Thanks

Read only

Former Member
0 Likes
429

Hi,

check if variant that you assign in job definition already exist.

Bye Jan