Lİcense file not found

조회 수: 25 (최근 30일)
Alisan Ok
Alisan Ok 2021년 4월 21일
답변: Shadaab Siddiqie 2021년 4월 28일
when I want to update my license I recieve this error
Update failed because the application could not find a valid license file associated with license number #40790358; the license may have been deactivated on this machine previously.
Contact your system administrator if you need help.

답변 (1개)

Shadaab Siddiqie
Shadaab Siddiqie 2021년 4월 28일
From my understanding you want to know more about the error you are getting. An options file (generally called mlm.opt) allows the license administrator(s) to administer licenses for product users. The following are examples of what can be accomplished by an options file:
  • Specify certain users or groups of users for certain products
  • Keep unwanted users from using your licenses
  • Reserve licenses for certain users
For a Network Named User (NNU) licenses, if any licensed product is not specifically assigned to a user, the product will be unusable by any user. Generally, this is represented by an "UNSUPPORTED" message in the license manager log file.
To use an options file you must first define the options file in your license manager license file. To do so edit the line that starts with the word DAEMON. For an example of the DAEMON line:
DAEMON MLM "C:\Program Files\MATLAB\R2021a\etc\win64\mlm.exe"
To use the options file, specify it at the end of the line using the "options=" flag. For example:
DAEMON MLM "C:\Program Files\MATLAB\R2021a\etc\win64\mlm.exe" options="C:\Program Files\MATLAB\R2021a\etc\win64\mlm.opt"
Once you have specified the path to your options file, the file will be read the next time you restart the network license manager.

카테고리

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