Skip to main content

Configure license recall mechanism

Axidian Access uses an automatic license release mechanism. This mechanism is enabled by default and checks once a day (every 86,400 seconds) whether the conditions for license revocation are met.

To change the time after which the license шы revoked:

  1. Open the configuration file C:\inetpub\wwwroot\am\core\Web.config.

  2. Make the following changes in the cleanLicense tag:

    • For the intervalSec parameter, specify the required value in seconds. It is not recommended to set the value to less than 600 seconds.
    • For the enabled parameter, set the value to true.
  3. Save the changes.

  4. Restart IIS. The changes made фку applied after the restart.

    Note

    We recommend you to edit the configuration file and restart IIS with regard to the peak load on the server.

If the licenses are not revoked automatically, restart the license revocation mechanism as follows:

  1. Open the configuration file C:\inetpub\wwwroot\am\core\Web.config.
  2. In the cleanLicense tag, set the enabled parameter to false.
  3. Save the changes.
  4. Restart IIS.
  5. In the Web.config file, in the cleanLicense tag, in the enabled parameter, set the value to true.
  6. Save the changes and restart IIS.
Note

Based on the results of license revocation, an entry with the code 1094 is created in the event log. The event record contains the total number of revoked licenses.