Database Server and Navision Application Server

vipinkuruvilla
vipinkuruvilla Member Posts: 143
Hai Friends,

Can anyone tell me how to check the connectivity between the Databse Sever and Navision Application Server ?

Thanks in advance.....


Vipin

Comments

  • rajpatelbca
    rajpatelbca Member Posts: 178
    look at the link it will help you about NAS Installation and Configuaration.

    http://www.mibuso.com/howtoinfo.asp?FileID=15

    Regards,
    Experience Makes Man Perfect....
    Rajesh Patel
  • garak
    garak Member Posts: 3,263
    http://www.mibuso.com/howtoinfo.asp?FileID=15

    to see if the NAS work, put a messagebox in your codeunit like:

    message('NAS is running');

    this message you can see in eventlog.
    Do you make it right, it works too!
  • vipinkuruvilla
    vipinkuruvilla Member Posts: 143
    garak wrote:
    http://www.mibuso.com/howtoinfo.asp?FileID=15

    to see if the NAS work, put a messagebox in your codeunit like:

    message('NAS is running');

    this message you can see in eventlog.

    In which codeunit should i put the messagebox?? Can u just explain in detail how to implement this??
  • garak
    garak Member Posts: 3,263
    in your CU which you call from CU 1.
    Or in CU 1 (NASHandler()) behind your NAS Startup Parameter
    Do you make it right, it works too!
  • rajpatelbca
    rajpatelbca Member Posts: 178
    first of all look at the link suggested by garak and me. in that you will find one startupparamter. this startupparameter have to set while configuration process of NAS. either create your own parameter or use inbuit paramter(Eg. JOBQUEUE,NEP-1,ADCS etc.) of function NASHANDLER of CU1. when you start NAS it will call this function of CU1.

    hope it is clear.

    Regards,
    Experience Makes Man Perfect....
    Rajesh Patel