Discussion:
activate batch processing process
(too old to reply)
Arifin
2010-09-22 08:08:44 UTC
Permalink
Dear all,

I'd like to ask something about batch processing.
Let's say I create a new class called "ClassA", my new class extends to
runbasebatch class and I override canGoBatchJournal method and make the
return value to true , so that batch tab would appear.

The problem is, after I checked the batch processing check box and setup the
schedule, my class didn't go to batch list. My class ran as well as didn't
use batch processing. Could anybody give me a clue what should I do?

Thanks and regards,
Afin
SysProg
2010-09-22 19:52:03 UTC
Permalink
Does your class have a run() method?
Post by Arifin
Dear all,
I'd like to ask something about batch processing.
Let's say I create a new class called "ClassA", my new class extends to
runbasebatch class and I override canGoBatchJournal method and make the
return value to true , so that batch tab would appear.
The problem is, after I checked the batch processing check box and setup the
schedule, my class didn't go to batch list. My class ran as well as didn't
use batch processing. Could anybody give me a clue what should I do?
Thanks and regards,
Afin
Arifin
2010-09-23 01:31:48 UTC
Permalink
Yes it does.
Post by SysProg
Does your class have a run() method?
Post by Arifin
Dear all,
I'd like to ask something about batch processing.
Let's say I create a new class called "ClassA", my new class extends to
runbasebatch class and I override canGoBatchJournal method and make the
return value to true , so that batch tab would appear.
The problem is, after I checked the batch processing check box and setup the
schedule, my class didn't go to batch list. My class ran as well as didn't
use batch processing. Could anybody give me a clue what should I do?
Thanks and regards,
Afin
Loading...