Versions Compared

Key

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

...

Every LM-X protected application checks for the existence of dll files in the following order and uses the first path found:  

On Linux:  

  1. TMPDIR, if setThe path specified by the TMPDIR environment variable.
  2.  The /tmp path.

On Windows:

  1. The path specified by the TMP environment variable.

  2. The path specified by the TEMP environment variable.

  3. The path specified by the USERPROFILE environment variable.

  4. The Windows directory.

USERPROFILE locks the licensing process

When re-defining the USERPROFILE environment variable on Windows, the license checkout may lock the licensing process: in such situations closing the application abruptly seems to be the only solution. One workaround to this problem is to restore the value before using any LM-X function and then set it again after making LM-X API calls to prevent this issue from occurring.