Yeah I figured it out, I scheduled the process and added it to the
batch group, unfortunitely the group wasn't running, therefore the
job never actually ran. Thanks for all of your input though.
--- In [email protected], "Dahlsgaard Jan"
<[EMAIL PROTECTED]> wrote:
>
> Well, a batch job only runs the number of times you ask it to.
When you
> order your batch-job, you have to specify when it should run, and
if it
> should be repeated. In 3.0 it is the button recurrence on the
batch-tab.
>
> Regards
> Jan Stelsig Dahlsgaard
> Fujitsu DK
>
> ________________________________
>
> Fra: studlee15 [mailto:[EMAIL PROTECTED]
> Sendt: 7. april 2005 17:54
> Til: [email protected]
> Emne: [development-axapta] Batch
>
>
>
>
> I am developing a class that needs to be scheduled as a batch
job. I
> have made my class extend runbasebatch, but my problem is, that
when I
> run it and schedule it, it only runs one time and then quits. I
don't
> know if my code is wrong, or I am not setting up the batch right.
> My code is basically this:
>
> static void main()
> {
> batchClass bc = new BC();
> ;
>
> if(bc.prompt())
> bc.run();
> }
>
> any ideas?
>
>
>
>
>
>
>
>
> ________________________________
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/development-axapta/
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]
subject=Unsubscri
> be>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

