The ATS Licensing Server is a plugin for ATS Security and Configuration Manager which administrates the licenses for ATS software applications, including ATS CM4D (both desktop and web applications). Application servers and other CM4D systems can then connect to the Licensing Server, either locally or over a Network.
Supporting Windows Services:
For information on installing and running the ATS Licensing Server, please refer to the documentation installed with the ATS Licensing Server or visit ATS-HELP.com.
ATS CM4D | ATS Licensing |
v20 | 2.0 |
v21-v22 | 2.1 |
v23-v25.0 | 3.0-4.0 |
v25.1 | 4.0 or higher |
There are two types of licenses that are used with the ATS Licensing Server:
You can obtain a license from an ATS License Server Service, either on a local machine or a Network server, two different ways. Choose one of the following methods:
<setting name="EndpointAddress" serializeAs="String">
<value>net.tcp://licenseservername:8001/ATSLicensingServer/</value>
</setting>
While the licensing client config file can use the default settings, there are options available for advanced configuration. For more details, refer to the topic Configuring Licensing Clients.
Up to two additional license servers can be set up to be used as backup license servers in case the primary license server becomes unavailable. To assign backup servers, copy the address string (net.tcp://licenseservername:8001/ATSLicensingServer/) between the <value> attributes for the BackupEndpointAddress and BackupEndpointAddress2. Set each Backup Endpoint to each alternate license server name.
<setting name="EndpointAddress" serializeAs="String"> <value>net.tcp://licenseservername:8001/ATSLicensingServer/</value> </setting> |
<setting name="BackupEndpointAddress" serializeAs="String"> <value >CopyStringHere</value> </setting> |
<setting name="BackupEndpointAddress2" serializeAs="String"> <value >CopyStringHere</value> </setting> |
Each alternate license server will need to be configured by importing licenses and assigning Machine IDs for Named Leases.
For FIPS complicance, an additional setting must be configured for the ATS Licensing WCF Host Communicator service used by ATS Licensing Server when running CM4D.
The WCF Communicator service configuration file is typically installed parallel to the ATS Licensing Server. Default path:Default path:
Edit the LicenseServiceHost.exe.config file and set the following for the LicenseService Properties Settings:
DisableHash needs to be set to True for FIPS compliance.
Unless you are using Concurrent licenses, Named Leases need to be assigned to the Modules and Features that CM4D will be using. Refer to the following list to determine which type of license should be used with which Module or Feature:
If you are using Named Leases, you will need to assign Named Leases to license files in the ATS Licensing Server Manager. You can do this in two ways:
Can we improve this topic?