The ATS Licensing Server controls the licenses for ATS software applications, including ATS CM4D.
Clients can then connect to the Licensing Server, either locally or over a Network. For information on installing and running the ATS Licensing Server, please refer to the documentation installed with the ATS Licensing Server.
ATS CM4D |
ATS Licensing |
v20 |
2.0 |
v21-v22 |
2.1 |
v23-v25.0 |
3.0 or higher |
v25.1 or higher |
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://localhost:8001/ATSLicensingServer/</value>
</setting>
The Licensing Client config file should only be edited by the Network Administrator.
While the licensing client config file can use the default settings, there are options available for advanced configuration.
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.
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?