Changing the Default Port that Checks for NIC MAC Address Changes

The default port number to check for a change in the Local Server License ID/NIC MAC address is 33331.

If you are having issues with the default port, you can change it by following this procedure.
  1. Navigate to C:\Program Files (x86)\Proficy\Proficy Common\Proficy Common Licensing\Proficy License Server Configuration\LLSAdminTool.exe.config.
  2. Edit the 33331 value in the ServerHelperPort setting of the LLSAdminTool.exe.config file:
    <setting name="ServerHelperPort" serializeAs="String">
       <value>33331</value>
    </setting>
    <setting name="CheckServerIdChanged" serializeAs="String">
       <value>True</value>
    </setting>
  3. Save the file.