Why do I receive MathWorks Licensing Error 14?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 27 de Jun. de 2009
Editada: MathWorks Support Team
el 13 de Mayo de 2025
Why do I receive the following error:
MathWorks Licensing Error 14. A licensing error occurred while trying to use <PRODUCTNAME>. Unable to communicate with your organization's license server.
Respuesta aceptada
MathWorks Support Team
el 13 de Mayo de 2025
Editada: MathWorks Support Team
el 2 de Sept. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Manage Products en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!