Why do I receive MathWorks Licensing Error 101

조회 수: 53 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2010년 9월 3일
편집: MathWorks Support Team 2025년 5월 13일
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.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 12월 10일 0:00
편집: MathWorks Support Team 2024년 8월 26일
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개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by