Navision Application Server

rishisririshisri Member Posts: 2
HI
Can anybody tell me, how to use NAS(navison application server)
in Navision , I want to RUN some codeunit with the help of NAS Automatically for that what i hav to do ?

Comments

  • WaldoWaldo Member Posts: 3,412
    I should be referring to the manuals ... but this is generally what you should do.

    1) Change function "NASHandler" codeunit 1, add a startupparameter and call your codeunit
    2) make your codeunit singleinstance
    3) Install a NAS server and start it with your codeunit.

    Usually, you need a timer for you jobs to run every now and then. Therefore, in your codeunit, you can use the pre-delivered timer automation (withevents).

    Good luck.

    ps,
    There are some resources.
    - On the product cd: w1w1atas.pdf: everything about NAS installation.
    - In the manual "Installation&configuration": Chapter 6: Navision Application Server.
    - The "search" on this forum: http://www.mibuso.com/forum/viewtopic.php?t=13415&highlight=nas+using+timer

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