Run CU,Report Automatically?

BeckaBecka Member Posts: 178
Hi all, I searched forum quite enough, but finally i've decided to post my problems. So, I've created CU for some nevermind reason, and I want it to run periodically.. And here's my failure. I know, NAS is sort of outta way, but as I know it works with Native DBes. So, if you guys have any ideas about how to get this done plz share with me.. ](*,)
Thanks a lot
MCSD
Attain Navision

Answers

  • garakgarak Member Posts: 3,263
    NAS runs also for SQL Option (nassql.exe).

    To run a REport / CU periodically and autom. u can use the Sheduler.
    Which NAV version do u use?

    Reagrds
    Do you make it right, it works too!
  • BeckaBecka Member Posts: 178
    Nav 5.0.. Can you tell me in more details about how to get a clue for my problem?
    MCSD
    Attain Navision
  • garakgarak Member Posts: 3,263
    ok, 5.0. there is the JOBQUEUE (Form Job Queue Entries).
    Take a look to this module (if you have it in your license).

    The job queue provides functionality to schedule tasks at certain times, without having to develop anything (but the Codeunit or the report must be developed ;-) ).
    It might be a granule cost, but it will be much better from a support point of view, and from an upgrade point of view.

    So, if you are an End-User, ask your partner for the job queue.
    But before you ask your partnert, take a look into the pdf for the Job Queue.

    Regards
    Do you make it right, it works too!
  • BeckaBecka Member Posts: 178
    P.S. I've Installed NAS and I'm running it on Cronus DB(testing mode), after installing I've created Job Queue Cards with CU number i want to run..
    MCSD
    Attain Navision
  • garakgarak Member Posts: 3,263
    Did you read the pdf?
    Here is an example illustrated.

    http://blogs.msdn.com/microsoft_dynamic ... v-5-0.aspx

    It's very simple, but read the pdf (on CD / DVD) before.

    PS: If you use the native server u need nas.exe. If you use SQL Server Option u need nasssql.exe
    Do you make it right, it works too!
  • BeckaBecka Member Posts: 178
    Wheeew.... Finally made it.. Thanks for your help!
    MCSD
    Attain Navision
  • garakgarak Member Posts: 3,263
    No problem....
    Do you make it right, it works too!
  • selece28selece28 Member Posts: 316
    Hi All,
    I'm also having the same requirement for my client.
    I'm new in JobQueue so i want to ask, did we need to install NAS to use the JobQueue?
    We use NAV 5 SP 1.

    Please advice,
    Thanks
    ______________

    Regards,
    Steven
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    selece28 wrote:
    Hi All,
    I'm also having the same requirement for my client.
    I'm new in JobQueue so i want to ask, did we need to install NAS to use the JobQueue?
    We use NAV 5 SP 1.

    Please advice,
    Thanks

    yes, u need to instal NAS and start the service
  • selece28selece28 Member Posts: 316
    Hi All,
    Can i just Create a Report, DataItem "Integer" with SORTING(Number) WHERE(Number=CONST(1))
    And then add codes :
    AppMan.NASHandler('JOBQUEUE');

    with AppMan is Global Variable for CU 1 "ApplicationManagement"
    Then I Run the Report 1 time to start the JobQueue?

    I already try this, the JobQueue call 1 codeunit to insert 1 row to my table,
    I just want to test if it works first. But it didn't.

    Please advice,
    Thanks
    ______________

    Regards,
    Steven
Sign In or Register to comment.