[en] Changing Document Storage Port 8080

La traduction officielle n'est pas encore disponible.

[en] Problem

[en] Document Storage is a document repository in Control Center. It allows you to store labels, forms, graphics, and other files. The latest revision of the files is always available to all connected NiceLabel users.

[en] Document Storage is based on WebDAV technology and is installed as an additional Web site in the IIS server (on the same computer where you have installed Control Center). The name of the Web site is EPMWebDav and it accepts incoming connections on port 8080 by default.

[en] When you install NiceLabel Control Center, some other application might already use the TCP port 8080. If you install Document Storage using the same port, both applications will fail to run.

[en] Solution

[en] Check the availability of port 8080 before you initiate Control Center installation:

  1. [en] Open Command Prompt (CMD)

  2. [en] Type netstat –an and press Enter.

  3. [en] The list of open ports displays.

  4. [en] If port 8080 is in use, you see it displayed as 0.0.0.0:8080 or 127.0.0.1:8080 or <your_ip_here >:8080

[en] If port 8080 is in use, change some other available port during the Control Center installation.

[en] If your Control Center is already installed, but you want to change the Document Storage port, do the following:

  1. [en] Run IIS Manager: (Start > Administrative Tools > Internet Information Services (IIS) Manager)

  2. [en] Expand folder <server_name> (local computer).

  3. [en] Expand folder Sites.

  4. [en] Select the EPMWebDAV Web Site. In the Actions panel, under Edit Site, click Bindings....

  5. [en] Site Bindings window opens. Click the http 8080 line, then click Edit....

  6. [en] Change the Port from 8080 to your desired port.

    29_port1.png
  7. [en] Restart the Web site.

    [en] Right-click the Web Site EPMWebDAV, select Manage Website and click Restart.

    30_port2.png

[en] Changing the port on the server: Part 2

  1. [en] Run SQL Server Management Studio.

  2. [en] Connect to the SQL server hosting the Control Center database. Note: the Control Center database might be installed on some other computer, not the one where the Control Center Web site software is installed.

  3. [en] Expand Databases, then NiceAN, then Tables.

  4. [en] Open the table nan.Setting.

  5. [en] Add the record with the value WebDavPort in the Setting field.

  6. [en] Set the Value of your port.

    54_port3.png
  7. [en] Close the SQL Server Management Studio.