Hello everybody,
I have configured NAS (Navision Application Server) with respect to my Navision Native Database. Everything is working fine; Code unit 1 Application management is working fine and i can see my test messages in Event Viewer.
Now i want to configure NAS with Navision SQL Server Option. So i am having problems in that;
Give me any hint, any reference, any url just to get things started.
Thanks and Regards,
0
Comments
nassql.exe appservername=TheNasName, servername=TheServerName, database=TheDatabaseName, company="The Company", nettype=tcp, startupparameter=SomeStartupParameter, objectcache=30000,installasservice
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
But still i am not clear;
What i have understood from your post is the fact that i have to specify that information in our SERVER.bat. Correct me if i am wrong.
Like for starting my NAVISION NATIVE DB Server i have a Server folder and in that folder i have different files and a SERVER.bat file; is it the file you are talking about.
Regards,
do u mean that i have to Install a new NAS Transaction server for SQL.... like i did previously for NATIVE Navision DB from command prompt.
And if thats what you are talking about; then is there anything else i need to configure...
Thanks and Regards,
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
RIS Plus, LLC
Initial i created NasSQL server on the same machine on which i had Navision SQL Database and it worked fine; This is what i have written on command prompt.
nassql.exe appservername=NAS_SQL, servername=KHIPC040, database=SimplyWireless, company="SimplyWireless", nettype=tcp, startupparameter=NAS_SQL, objectcache=3000, installasservice
Now here servername = KHIPC040 is the same machine on which i have Navision SQL DB and NASSQL.
Then i installed Navision SQL DB at another machine named KHIPC034, and then i tried to configured NASSQL; so that i can access Navision SQL DB of KHIPC034 from my machine KHIPC040.
This is what i did.
nassql.exe appservername=NAS_SQL, servername=KHIPC034, database=SimplyWireless, company="SimplyWireless", nettype="named pipe" , startupparameter=NAS_SQL, objectcache=3000, installasservice
So you can see i have used nettype as "named pipe", and in the server name i have provided the machine where i am going to connect. If we are connecting a NASSQL to another machine then we have to make sure that we use nettype as "named pipe", becuase NAS works under windows authentication and TCP/IP wont work under Windows authentication. I dont want to drill down into complete steps like setting up the authentication for tht service and then setting up windows account in that NAV SQL DB n bla bla bla...
Anyways thanks again.
Regards,