Why do I receive a "CreateProcess error code: 0x6 File=mlm" when starting the network license manager?

2 views (last 30 days)
I checked the license manager log file after starting the service and I see the following:
09:00:31 (lmgrd) License server manager (lmgrd) startup failed:
09:00:31 (lmgrd) CreateProcess error code: 0x6 File= C:\Program
Files\MATLAB\R2010b\etc\mlm.exe
What does this mean and how can I fix it?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 6 Mar 2019
This error indicates that your license file has an incorrect path to the MLM binary. In that case the lmgrd binary will look in its own directory for MLM and start it if possible. If there is no MLM binary there, the network license manager will not start.
To resolve this you will need to edit the license file (license.dat) and update the DAEMON line to point to the correct path for your MLM binary. Ex:
DAEMON MLM "C:\Program Files\MATLAB\R2010b\etc\win32\mlm.exe"
NOTE: Use double quotes around a path that contains spaces.
Once updated, restart the license manager to enact the changes.

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!