Why do I receive MathWorks Licensing Error 101
56 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 3 de Sept. de 2010
Editada: MathWorks Support Team
el 13 de Mayo de 2025
Why do I receive the following error:
MathWorks Licensing Error 101
A licensing error occurred while trying to use <PRODUCTNAME>.
Your system administrator has reserved all licenses for others.
Contact your system administrator to review the RESERVE line in the options file.
Respuesta aceptada
MathWorks Support Team
el 10 de Dic. de 2025 a las 0:00
Editada: MathWorks Support Team
el 26 de Ag. de 2024
This error message indicates that the person(s) maintaining the Network License Manager have reserved all the licenses of the product you are trying to use for other users. In order to use the toolbox, they will have to configure the Network License Manager to open a reserved seat on a license or add you to the list of allowed users/computers.
This change is made in the options file on the Network License Manager. Unless the End User has access to the Network License Manager, they cannot make this change themselves.
To make the change, the options file (generally MLM.opt) must be edited. The options file that the network license manager uses is specified within the DAEMON line of the license file on the license manager. For example:
DAEMON MLM "C:\Program Files\MATLAB\R2024a\etc\win64\mlm.exe" options="C:\Program Files\MATLAB\R2024a\etc\win64\mlm.opt"
For more information on configuring the options file, see the link below.
Is there a way to administrate licenses from the Network License Manager? How do I create an Options file?
Here is an example options file where MATLAB licenses are reserved for the group "matlab_users":
GROUP matlab_users user1 user2 user3 user4 user5 user6 user7 user8
RESERVE 5 MATLAB GROUP matlab_users
Here is an example options file where the MATLAB licenses are reserved for specific computers called "matlab_computers"
HOST_GROUP matlab_computers host1 host2 host3 host4
RESERVE 5 MATLAB HOST_GROUP matlab_users
To resolve this issue either your username or hostname of the computer will need to be added to the GROUP or HOST_GROUP, depending upon which option is used. For the GROUP option, add the desired username to the end of the list. For the HOST_GROUP option, add the hostname of the computer to the HOST_GROUP line. Alternatively, you can resolve this issue by decreasing the number of licenses reserved. In the example above this can be done by changing "5" to "4" on the RESERVE line.
Once the appropriate changes have been made and the Network License Manager has been restarted, you should have access to the desired license.
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!