MS Dynamics NAV Installation & Configuration
Installation Of NAV
few steps of NAV installation before that pre-requisite Software & Hardware
Pre-Requisite of NAV
- Supported OS: Windows server 2008 R2, Server 2012, Windows 7 service pack-1, Windows Ultimate, Windows 8 & 8.1, Windows 10 Professional.
- Hardware Resources: 1 GB- RAM & 30GB Hard disk.
- Report: RDLC, MS Visual Studio, SQL Server Builder for Creating & editing RDLC reports layouts, Word 2013 to create word report layouts.
Installation Steps:
- Verify that computer system H/W and S/W requirement.
- Locate the NAV 2013 R3 setup.exe file in computer and double click on it.
- Choose Next
- Then to accept the License terms.
- Choose an installation Options (Client, Server, Developer & Custom).
- Choose Customize the installation.( Verify the errors & fix them, Click Next)
- Choose Next to open the specify parameters page in this any field that has an asterisk(*) it is required parameter. after that click - OK.
- Installing Dynamics NAV is in process.
- When setup is finished, click Finish & close.
Configuring Microsoft Dynamics NAV Server in Setup:
You can configure Microsoft Dynamics NAV Server when running Microsoft Dynamics NAV 2009 Setup. You must first select Microsoft Dynamics NAV Server as a component to install. To do this, select one of the following Installation Options that includes Microsoft Dynamics NAV Server.
- Server Option installs Microsoft Dynamics NAV Server without any other components.
- Developer Environment Option installs Microsoft Dynamics NAV Server with other components that are used for developing client applications.
After you specify an installation option or customize your component list, the Specify parameters page is displayed. Click Server to open the Installation Parameters page. The underscore indicates that this component is configurable.
Settings
Settings
The parameter list that you see in the Specify parameters pane depends on which components you have selected for configuration. The following parameters pertain to Microsoft Dynamics NAV Server.
| Parameter | Description |
|---|---|
Server Name
|
The computer running Microsoft Dynamics NAV Server.
|
Server Port
|
The listening TCP port for Microsoft Dynamics NAV Server, which becomes part of the server's URL.
Default value: 7046
Valid range: 1-65535
|
SQL Server
|
The computer running SQL Server.
|
SQL Database
|
The SQL Server database.
|
Web Service Port
|
The listening HTTP port for Microsoft Dynamics NAV Web services.
Default value: 7047
Valid range: 1-65535
|
Click Apply when you have finished entering values to return to the Specify parameters page in Setup.
After you finish running Setup, you can modify Microsoft Dynamics NAV Server settings by editing the CustomSettings.config file.
Configuring Microsoft Dynamics NAV Server After Installation
Settings in the CustomSettings.config File
The CustomSettings.config file is an .xml file that you can edit with any text editor. It contains the following settings. Quotation marks are required for all values.
| Setting | Description |
|---|---|
NetType
|
The network protocol used to access the database.
Default value: Default
Valid values: Default, NamedPipes, Sockets
|
DatabaseServer
|
The computer running SQL Server.
|
DatabaseInstance
|
The name of the SQL Server database instance to connect to.
|
DatabaseName
|
The name of the SQL Server database.
|
ServerInstance
|
A name that identifies the instance of Microsoft Dynamics NAV Server.
Default: DynamicsNAV
You may need to modify this value if you have more than one Microsoft Dynamics NAV Server instance installed on a single server computer. For more information, see Walkthrough: Accessing Multiple Microsoft Dynamics NAV Databases from a Single Microsoft Dynamics NAV Server Computer.
|
ServerPort
|
The listening TCP port for Microsoft Dynamics NAV Server, which becomes part of the server URL.
Default value: 7046
Valid range: 1 - 65535
|
WebServicePort
|
The listening HTTP port for Microsoft Dynamics NAV Web services.
Default value: 7047
Valid range: 1 - 65535
|
WebServiceSSLEnabled
|
The parameter for whether SSL (https) is enabled for the Web service port.
Default value: false
Values: true, false
|
No comments:
Post a Comment