‎2010 Oct 28 5:29 PM
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
‎2010 Oct 28 7:32 PM
‎2010 Oct 28 9:56 PM
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
‎2010 Oct 29 8:34 AM
Hi,
check if variant that you assign in job definition already exist.
Bye Jan