Start Job Scheduler

foronavisionforonavision Member Posts: 79
Hello, how can i start job scheduler. I've configured the job scheduler but the task doesn't run, i read that the codeunit 1 must be modified with code, but i don't know how can do it?

Help me, please!!!!!!!!!!!!!!!!! Thank you very much!!!

Chao!

Comments

  • jlandeenjlandeen Member Posts: 524
    As of Version 5.0 Job Scheduler is still just a form that must be run manually (or auto-magically).

    This form must be left running in one users session all the time - if Form 6094 is not open then Job Scheduler will not run.

    When I say "Auto-Magically" I mean that I've seen this process automated in at least 2 different ways:

    1) Create a New codeunit that is called by a NAS session that mimics this form (remember there must be no user prompts or dialogs). This means it runs in a service context but ther is no UI.

    2) Setup CDU 1 to always start form 6094 when a specific user logs in. Then setup a windows client (probably on a server somewhere) that automatically starts Navision, logged in with this user, automatically every time Windows starts up. This means it runs in that windows instance which may not be as clean but has a UI.

    Hope that helps.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
  • foronavisionforonavision Member Posts: 79
    Thanks a lot!!! :wink:
  • jlandeenjlandeen Member Posts: 524
    No problem. Post a reply here if everything works out or if you encounter any other issues. Always good to share these kind of experiences.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
Sign In or Register to comment.