Why do I receive License Manager Error -14?

1 view (last 30 days)
ERROR: License checkout failed. Cannot find SERVER hostname in network database. License Manager Error -14.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 Aug 2022
Edited: MathWorks Support Team on 2 Sep 2022
This error could be caused by a number of things.
1. This error can occur on a client machine when the hostname in the SERVER line of your license.dat file does not match the hostname on the SERVER line of your license server's license.dat file. The client machine's SERVER line must match that of the license server. Contact your License Administrator to confirm the hostname in the SERVER line.
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\license.dat (for 32-bit MATLAB)
$MATLAB\bin\win64\license.dat (for 64-bit MATLAB)
Linux/Unix/Mac
------------------
$MATLAB/etc/license.dat
2. This error can also occur if the hostname of your license server is not resolvable. To test this, run the following command from a terminal/command prompt:
ping <hostname>
where <hostname> is the hostname of the license server as it appears on the SERVER line of your license.dat file.
If the output of the above command comes back as 'unreachable' or 'unresolvable', then please contact your System Administrator and have them address this issue.

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!