How to configure FineReader Engine licensing settings to use a Network License

Question

Where can I find an example of the LicensingSettings.xml file configuration for a Network license?

Answer

You can find an example showing simple LicensingSettings.xml files for a network installation in the Working with the LicensingSettings.xml File article of the Developer's Help; or you can find it below:

Licensing Service is located on the computer with the "ServerMachine" name. The TCP/IP protocol is used for communication between the server and workstations.

On the Workstation

Change the LicensingSettings.xml file located at the Bin or Bin64 subfolder of the FineReader Engine installation folder:

<?xml version="1.0" encoding="utf-8"?>
<LicensingSettings xmlns="http://www.abbyy.com/Protection/LicensingSettings">
<LicensingServers>
<MainNetworkLicenseServer ServerAddress="ServerMachine" ProtocolType="TCP/IP" />
</LicensingServers>
</LicensingSettings>

On the Server

Change the LicensingSettings.xml file located at the folder:

%CommonProgramFiles(x86)%\ABBYY\SDK\XX\Licensing\  for 64-bit operating system

or

%CommonProgramFiles%\ABBYY\SDK\XX\Licensing\ for 32-bit operating system,

where XX - is the version of FineReader Engine version:

<?xml version="1.0" encoding="utf-8"?>
<LicensingSettings xmlns="http://www.abbyy.com/Protection/LicensingSettings">
<LocalLicenseServer>
<ConnectionProtocol ProtocolType="TCP/IP" />
</LocalLicenseServer>
</LicensingSettings>

For more information about Working with the LicensingSettings.xml File please refer to the corresponding article of the License Manager Help.

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.