How to schedule navision report/codeunit using win.scheduler

palan
palan Member Posts: 26
edited 2010-10-18 in Navision Attain
Hi,

I want to schedule & run navision report/codeunit using windows scheduler. Whether it is possible?
How to Schedule it?

Appreciate your advice. Thanks.


I am using Navision 3.6 version & SQL 2005 database. If i run thru Navision scheduler i need to start the job everytime when the job stops and also this is manual, i want to schedule it so that no need to start the job manually.

Comments

  • DaveT
    DaveT Member Posts: 1,039
    Hi

    What Version / database type are you on?

    You could use the Job schedule which in Version 5.0 up uses the NAS server
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • garak
    garak Member Posts: 3,263
    with the win sheduler you can only open a navision database when a desktop is showing.
    So you login with windows authentification instead of database login (here u must simulate keystrokes).
    But now? You need to run some reports or codeunits or some others.
    so for this the Navision Job Sheduler exist. Search for it.

    To have a easy work, you can add a NAS service that runs your Navision Jobs per shedule or per event.

    Regards
    Do you make it right, it works too!
  • julkifli33
    julkifli33 Member Posts: 1,092
    job scheduler.... it must Advance Management module,right?
    how to do with win scheduler?
  • DaveT
    DaveT Member Posts: 1,039
    What version are you on?

    Job Queue (version 5 and later) is available on both business essentials and advanced management
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • julkifli33
    julkifli33 Member Posts: 1,092
    i'm using job queue
    I already set up to job queue
    but why still cannot execute job?
    my steps :
    1. create new job queue entries, select the report i want to execute
    2. on recurrence tab, i already check every check box from monday -saturday
    3.in job queue Setup, already check active
    what's wrong?
  • DaveT
    DaveT Member Posts: 1,039
    Hi,

    Job Queue is run from a NAS session. To test your setup you can manually run the Job Queue Dispacher codeunit
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • julkifli33
    julkifli33 Member Posts: 1,092
    DaveT wrote:
    Hi,

    Job Queue is run from a NAS session. To test your setup you can manually run the Job Queue Dispacher codeunit

    every we log on, we should run that codeunit or just once only?