Versions Compared

Key

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

How

...

do I prevent loading multiple license files by a single instance of a license server?
Anchor
loading multiple license files
loading multiple license files

To prevent the license server from loading multiple license files, you should embed an ID string into the COMMENT field against each feature in a single license file. This way, all features in one file will then have the same ID, but each license file will have a different id; therefore, if a license file is remade, it will be assigned a new ID.

With LmxServerStartup override function, we will validate all of the license features of the server to make sure they all have the same ID which will prevent a user from using multiple license file with a single instance of the server and also from copying feature lines from one license file to another.

...