On the computer that is experiencing issues with License Manager, you will want to enable logging to have more information for troubleshooting. Logging can be enabled by following these steps:
- Open the command prompt.
- Hit Windows Key + R > type cmd > hit Enter
- You can also use Windows PowerShell instead.
- Navigate to the Licensing Manager Installation Directory
cd "C:\Program Files (x86)\National Instruments\Shared\License Manager\"
- Enable Logging by running the command
NILicensingCmd.exe -enablelogging
& .\NILicensingCmd.exe -enablelogging
- The log is writtten in the file C:\ProgramData\National Instruments\License Manager\Data\Licensing.log.
Additional Information
- The default logging time is 7 days. If you want a different logging time, you can specify it by adding the number of days behind -enablelogging, e.g. -enablelogging 1 would log only for 1 day.
- To disable logging, use the option -disablelogging.
- Once you've done this test, you should move the logfile to a different directory, so that you start with an empty log for next tests.