Advanced Installation TopicsMultiple NAV 2009 Server Services

Multiple NAV 2009 Server Services

Sana Commerce 9.2
Your connector

Register a Port Number

Use 'HttpCfg.exe' (not available in Windows Server 2008) to run the following command (note that this command is case sensitive):

Step 1: Delete any entries that use your host name and web service port by running the following command:

 NOTE

In the commands below the default port number on which the web service is running (7047) is used. Specify the port number on which the second web service is running.

httpcfg delete urlacl /u http://+:7047/

Step 2: Register the port by running the following command:

httpcfg set urlacl /u http://+:7047/DynamicsNAV2/ /a "O:AUG:AUD:(A;;GA;;;AU)"

In Windows Server 2008 use 'Netsh.exe' instead of 'HttpCfg.exe':

Step 1: Paste the following command into the command prompt:

netsh http add urlacl url=http://+:7047/DynamicsNAV2 user=DomainName\USER

Step 2: Replace the default port number on which the web service is running (7047) with the port number on which the second web service is running.

Step 3: Replace the 'DomainName\USER' value with your domain name and the name of the user that will run the web service. More detailed information about this user can be found here.

Step 4: Run the command.

 NOTE

By default this command looks the following way:

netsh http add urlacl url=http://+:7047/DynamicsNAV user="NT AUTHORITY\NetworkService"

 
 NOTE

When the second service is created and configured, firewall requirements should be also met for the new web service. More detailed information about firewall requirements can be found here.

Advanced Installation TopicsMultiple NAV 2009 Server Services