Virtual Servers
  • 20 Dec 2023
  • 1 Minute to read

Virtual Servers


Article Summary

This article covers how to add a setting in the Procare Licensing Service when you are installing Procare on a virtual server.

Before you begin

  1. These directions apply to new installations of Procare 10.2.5408 or higher (which will have Licensing Server Version 10.2.5 or greater).
  2. You must perform this procedure at the computer on which the Procare Licensing Server is installed, typically your main computer (server).

Edit the configuration file

  1. Open Notepad or a simple text editor. Confirm that it is searching for “All Files”
  2. In Notepad, select file, open, and browse to: C:\Program Files\Procare\Server\Procare.Licensing.Service.exe.config.
  3. You will need to have the area highlighted in blue in the config file.

image

If the entire XML subsection of “appSettings” is missing, copy the following italicized text and paste it into the file above the “connectionString” entry:

<appSettings>
<add key="NicRegFlag" value="1" />
<add key="AllowVirtualNICS" value="True" />
</appSettings>
  1. If only the yellow highlighted part is missing, then copy the following text and paste it into the it into the appsettings section as shown in the yellow highlighted line below:
<add key="AllowVirtualNICs" value="True" />

image

  1. Save and Exit the file.
  2. Manually start the Procare Licensing service.

Was this article helpful?