Skip to main content

Multiple NAS Before NAV 2013.

Hi all,

In Previous posts we discussed how to install NAS and configure NAS on your system.

Please move ahead with steps only if you have one NAS installed as discussed in previous post.

*Remember NAS is Company Specific (It means once instance of NAS cannot run for multiple companies).



What is my client want to have use NAS in two companies or two databases.

Let's see how we can do that.

Default Installation Path for NAS is - C:\Program Files (x86)\Microsoft Dynamics NAV\60.

1. Navigate to the folder and copy and paste it to same location as shown below.



2. Name the copied folder as per your requirement. I name it as "Application Server2".

3. Now we need a service that will be used to activate and configure it.

4. Open Command Prompt (RUN AS ADMINISTRATOR).

5. Navigate to new folder path with following command -

cd C:\Program Files (x86)\Microsoft Dynamics NAV\60\<FolderName>

in my case

cd C:\Program Files (x86)\Microsoft Dynamics NAV\60\Application Server2

6. Click Enter Your Command Prompt Should look like this.



7. Copy and Paste Below Command on Notepad.

nassql.exe appservername=NAS2, NETTYPE=TCP, servername="INDEL-SXD6995N1",database="Demo Database NAV (6-0)", company="Company For NAS2", nettype=tcp,startupparameter=”JOBQUEUE”, objectcache=40000, installasservice

8. Change below listed parameter as per you requirement.

 a) AppServerName - Name of NAS Instance you want to give.
 b) Server Name - Name or IP of your Server.
 c) Database - Database Name on the server.
 d) Company - Company Name for which you want to configure.

9. Copy the command into command prompt and click enter.

10. NAS2 is installed and you will get a confirmation on Command Prompt as shown below.



11. Now let's navigate to services.msc to check the new service created.

12. We have a new service named NAS2 As shown below.


13. Now change the login to windows Login and open configuration panel of NAS.

14. Click and Select New Application server.

15. Enter Details of server and Service Name (as per new service created).



16. Other details are already filled in while creating service.



17. Just click start and service will be started.

Hope you will be able to configure multiple NAS Session in your system.

* In case you are planning to configure NAS for Native Client then in step 7 Use Nas.exe instead of NasSQL.exe.

Regards,
Saurav Dhyani
http://saurav-nav.blogspot.in/

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.