Hi all,
I am new to NAS. I have setup an NAS by running the code in cmd prompt
nassql.exe appservername=navnas, NETTYPE=TCP, servername=NAVISION,
database=DBNAme, company=“CMP NAME”, nettype=tcp,
startupparameter=”JOB1”, objectcache=40000, installasservice
Then i created a code unit to insert some details into a table using timer. In the code unit 1 i have written a code like this in NASHAndler function
IF NASID=‘JOB1’ THEN
CODEUNIT.RUN(50004);
Then i start the NAS service and it is started. But in eventviewer i am getting the following warning error
The Application Server for Microsoft Dynamics NAV navnas could not initialize properly.
As a result of which my code unit is not running
Thank you in advance