Why do I receive License Manager Error -9?

조회 수: 23,734 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2013년 3월 5일
편집: MathWorks Support Team 2023년 12월 14일
When I try to launch MATLAB, I get one of the following errors:
License checkout failed.
Invalid host. License Manager Error -9
or
License Manager Error -9
Your username does not match the username in the license file.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 12월 14일
편집: MathWorks Support Team 2023년 12월 14일
License Manager Error -9 may be caused by various reasons:
  • The username or Host ID in the license file does not match
  • (Designated Computer Only) MATLAB is already running under a different user account 

The username in the license file does not match

This error occurs when the OS username of the user launching MATLAB does not match the username that was used during activation. This most often occurs when an administrator activates MATLAB for a user.
To determine your OS username:
  • Windows: Open a command prompt and enter "set username"
  • Mac and Linux: Open a terminal window and type "whoami"
To resolve, reactivate MATLAB with the correct username.
Note: Usernames are case sensitive and may not be recognized if they contain spaces.
 

The Host ID in the license file does not match

To resolve this, verify the Host ID (MAC address) of the machine, then reactivate MATLAB. If your machine has a variable Host ID, configure your system to have a static Host ID, and then reactivate MATLAB.
 

MATLAB is already running under a different user account

With Designated Computer licenses, MATLAB can only be running by one user account on the machine at a time. If there is already a MATLAB process running under a different user, MATLAB issues License Manager Error -9.
To resolve this, end the MATLAB process on the other user account. This can be done by restarting the computer.
 
  댓글 수: 24
Walter Roberson
Walter Roberson 2021년 10월 15일
People have also argued that it is the university's responsibility to aupply textbooks that are required for courses.
Unfortunately, in some countries, especially with private universities, some universities seem to specialize in wringing money out of students. Fees for everything.
IIRC, way way back there was a modest lab fee for one of my chemistry courses. Computing courses that require non-commercial software licenses but don't want to buy campus licenses, but are required to provide the software, would just charge the costs back as a "lab fee".

댓글을 달려면 로그인하십시오.

추가 답변 (5개)

Dandan Zhang
Dandan Zhang 2016년 3월 12일
Note: It's your Windows User Name rather than Microsoft Account Name.
You can determine your Windows username as follows:
  1. 1.While sitting at the host computer with press and hold the Windows key and press the letter R on your keyboard.
  2. 2.The Run box will appear.
  3. 3.In the box, type cmd and press Enter. The command prompt window will appear.
  4. 4.Type echo %username% and press Enter. (there is a space between echo and %username%)
  5. 5.Your current username will be displayed.
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 3월 29일
See the above on "How do I activate MATLAB?".
After you enter your Mathworks account information, you will get a window asking which user name will be used to run the program; enter your windows username at that place.
Walter Roberson
Walter Roberson 2021년 8월 29일
Windows-R . When it brings up the small box to type in a command, use the command
cmd
This will cause a full cmd.exe to be launched. When that comes up, at the (Windows) command window, enter the command
echo %username%
The echo does not go into the MATLAB command window; it goes into the Windows command window.
(You can bring up Powershell instead of cmd if you prefer.)

댓글을 달려면 로그인하십시오.


Scott Ruffner
Scott Ruffner 2017년 2월 25일
편집: Scott Ruffner 2017년 2월 25일
I was able to fix the error on my MacBook Pro with the advise above from Scott on the MathWorks Installation & Licensing Support team. I've added a few tips and step by step clarifications for others that may have the same issue.
I was receiving the -9 error. I'm running OS X Yosemite 10.10.5
It seems that you need to know which user on your Mac you are using. To find this out open a terminal window and type "whoami". Copy that result. You will need that at last step of the activation process.
I installed MATLAB in the /Applications folder.
In the terminal window go to wherever you installed MATLAB and find the bin sub-directory. For me this was /Applications/MATLAB_R2016b.app/bin
In the terminal I ran the activation script again by typing "./activate_matlab.sh"
Then I went through the steps "Login to MathWorks" [email/password] >> Next Selected the pre-selected license. >> Next Provide a user name/Login Name: (Paste the user name that you copied when you ran whoami above.)
Then open a new finder window go to Applications and try to run MATLAB_R2016b. It opened this time without errors hope this helps.

Miguel Angel Benavides Morales
Miguel Angel Benavides Morales 2020년 6월 4일
Para usuarios de windows 10 Home single language: Presionar la tecla windows, buscar Matlab, en la parte inferior debajo de la pestaña aplicaciones debe aparecer Activate MATLAB. Luego ingresar con usuario y contraseña, darle activar licencia y dejar el nombre del usuarios como aparece (por cambiar ese nombre al momento de la instalación o cambiar el nombre de usuario o de usuario en el pc es que aparece el error), luego seguir los pasos de activador y listo.

Michael
Michael 2014년 9월 6일
편집: Michael 2014년 9월 6일
Note for Linux users: when I installed MATLAB on my Manjaro OS, I was required to have 'root' as my username, rather than my actual username.
The solution to this (if you're using a terminal, which is the only way I can access MATLAB), is to open MATLAB as 'root' by entering 'sudo su' (which changes you to root), and then typing 'matlab'.
P.S. The '' marks on words and phrases like 'root', 'sudo su' and 'matlab' are written in this post just to highlight the specific terms and commands. Quotes ('') should not be included when inputting commands into the Terminal.
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 10월 22일
Lovuit Chen comments to Scott:
This helps!! Thanks
Luis Ignacio Gómez-Jordana Martín
It work mate. I love you. You save my night, going to sleep finally XD

댓글을 달려면 로그인하십시오.


Andrew Janke
Andrew Janke 2019년 10월 3일
Ouch, dude. That's not a great user experience. I got this same problem when I upgraded my iMac to a newer hardware version. Props to you for the "Troubleshoot" button bringing up this (relevant, correct) answer, but seems like the license transfer process could be made easier, especially for the case of restoring a computer from backup to new hardware.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by