Question
Where to find an example of the LicensingSettings.xml file configuration for a Network license?
Answer
An example showing simple LicensingSettings.xml files for a network installation can be found 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 in the folder:
%CommonProgramFiles(x86)%\ABBYY\SDK\XX\Licensing\ for 64-bit operating system
or
%CommonProgramFiles%\ABBYY\SDK\XX\Licensing\ for the 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>
Comments
0 comments
Please sign in to leave a comment.