Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a normal network license is checked out, the license appears in the license file with a count. For example:

FEATURE MyFeatureA
{
VENDOR = MyCompany
COUNT = 5
KEYTYPE = EXCLUSIVE
MAJOR_VERSION = 1
MINOR_VERSION = 0
...
}

However, when a token-based license is checked out, it appears in the license file without a count, and instead includes a dependency on one or more other features that are used to allow the checkout. For example:

FEATURE MyFeatureB
{
VENDOR = MyCompany
KEYTYPE = TOKEN
MAJOR_VERSION = 1
MINOR_VERSION = 5
TOKEN_DEPENDENCY = "FEATURE=MyFeatureA VERSION=1.0 COUNT=5"
...
}