- The DAEMON line in your license.dat file is incorrect or missing.
- The SERVER line in the license.dat file on a client does not match the license.dat file on the server.
- The TCP port number used to communicate with the license server is already being used by another application.
Why do I receive License Manager Error -3?
20 views (last 30 days)
Show older comments
MathWorks Support Team
on 21 Apr 2011
Edited: MathWorks Support Team
on 11 Feb 2022
ERROR: License checkout failed. Cannot connect to a license server. License Manager Error -3
Accepted Answer
MathWorks Support Team
on 11 Feb 2022
Edited: MathWorks Support Team
on 11 Feb 2022
There are a few reasons why this error can occur:
For license server, the DAEMON line should read:
Windows
DAEMON MLM $MATLAB\etc\win{32|64}\mlm.exe ($MATLAB\flexlm\mlm.exe for releases prior to R2010b on Windows)\n(where $MATLAB is the MATLAB installation directory)
Linux/Mac
DAEMON MLM $MATLAB/etc/glnx{86|a64}/MLM\n(where $MATLAB is the MATLAB installation directory)
(NOTE: prior to R2011a, the DAEMON line on Linux/Mac was "DAEMON MLM $MATLAB/etc/glnx{86|a64}/lm_matlab")
NOTE:
Once you have made changes to your license file, be sure to restart the network license manager for these changes to take effect.
If you are running MATLAB using a concurrent license and you are on a client machine, make sure the SERVER line in your license.dat file matches that of the license.dat file on your license server.
The license file on the client machine varies depending upon operating system and version. For R2008a and above, the license file is generally called network.lic and is located in $MATLAB\licenses (where $MATLAB is the MATLAB installation directory). For versions prior to R2008a, the license file will generally be the following:
Windows
$MATLAB\bin\win32 (for 32-bit MATLAB)\n$MATLAB\bin\win64 (for 64-bit MATLAB)
Linux/Unix/Mac
$MATLAB/etc
(where $MATLAB is the MATLAB installation directory)
The license.dat file on the server machine is located in:
$MATLABROOT/etc ($MATLAB\flexlm for releases prior to R2010b on Windows)
(where $MATLAB is the MATLAB installation directory)
Make sure that the ports set are not being taken by another program. You can usually find this information by running the "netstat" command.
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!