A new Flexera Community experience is coming on November 25th. Click here for more information.
An issue can occur after setting up a new license server in the web UI, or updating the license file, in which FlexNet Manager for Engineering Applications can’t see the options file. When this occurs, you may be unable to rotate report logs on a schedule.
A symptom of this issue can be found in the agent debug logs. In the agent debug logs, the only message visible regarding the options file shows that no options file was found. However, the options file is configured in the license file correctly.
The options file may not be visible due to the VENDOR/DAEMON string configuration. If a port is specified before the options file variable, the options file path will not be read correctly. See the example below. In this example, PORT=1234 is before the OPTIONS file path.
VENDOR Flexera C:\Program Files\Flexera\lmgrd.exe PORT=1234 OPTIONS=C:\Program Files\Flexera\Flexera.opt
To correct this, follow the steps below to modify the VENDOR/DAEMON string.
VENDOR Flexera C:\Program Files\Flexera\lmgrd.exe OPTIONS=C:\Program Files\Flexera\Flexera.opt PORT=1234
Once updated, the options file should be read correctly, and log rotations can be scheduled for the affected vendor.
Feb 09, 2024 12:56 PM