This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Knowledge Base
- :
- License server fails to start if debug log is specified under "Program Files" or "Program Files (x86...
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
License server fails to start if debug log is specified under "Program Files" or "Program Files (x86)"
License server fails to start if debug log is specified under "Program Files" or "Program Files (x86)"
Summary
License server fails to start if debug log is specified under "Program Files" or "Program Files (x86)"Question
License server fails to start if debug log is specified under "Program Files" or "Program Files (x86)"Answer
This is a known issue in FNP v11.13.1 and is scheduled to be addressed in FNP v11.14Workarounds include:
1. Place the license server and debug logs under folders other than "Program Files" or "Program Files (x86)"
2. Change service account from LocalService to LocalSystem.
[Note] Since LocalSystem has higher permission than LocalService, this will increase the risk of being attacked.
Make sure your license server is in an intranet and has no risk of being attacked from an external network before changing the service account.
3. Assign permission to installed folders.
# icacls ?c:\program files\v11.13.1? /grant "NT AUTHORITY\LOCALSERVICE":(OI)(CI)(M)
[Note] Replace c:\program files\v11.13.1 with your own folder
No ratings