Scheduled Batch Job (NAV 4.0)

robastarobasta Member Posts: 11
Hey people,

I am student using Nav 4.0, I have a batch job that i want to run automatically at 00:00HRS Everyday. How do i schedule it.

I prefer code/ideas to code rather than commercial applications. How do i achieve my goal.

Please Help i am stuck here.

Regards,
ROBASTA

Comments

  • ivo.sabioncelloivo.sabioncello Member Posts: 7
    There are two ways. Look at TimerInterval property of a form. This method might be too expensive for production environments because it requires permanent client connection. The better way is by using NAS. Take a look at w1w1atas.pdf from yours NAV cd.

    Also, take a look at Administration-Application Setup-Job Scheduler-Job Scheduler Setup.
  • WaldoWaldo Member Posts: 3,412
    Best is to use NAS.

    In 5.0, you have the Job Queue,
    In 4.0, you can build your own NAS-based Job Scheduler,
    or you can go for a third party application like ours :wink:
    http://www.mibuso.com/pdinfo.asp?FileID=77

    sorry for advertisement :oops:

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.