matlab r2016b not running
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
christopher sabin
el 24 de En. de 2017
Comentada: christopher sabin
el 25 de En. de 2017
when I try to run matlab from the command line by typing "matlab" or "sudo matlab", I get this error code as output:
License checkout failed. License Manager Error -9 Your username does not match the username in the license file. To run MATLAB on this computer, you must run the Activation client to reactivate your license.
Diagnostic Information: Feature: MATLAB License path: /home/main-user/.matlab/R2016b_licenses:/usr/local/MATLAB/R2016b/licenses/license.dat:/usr/local/MAT LAB/R2016b/licenses/license_mainuser-ThinkPad-X1-Carbon-4th_3162281_R2016b.lic Licensing error: -9,57.
I am running it on Linux Mint and I had previously already the amount of installations on other computers that were permitted, so I went through the proper procedure for deactivating them and it is still not working.
Thank you
0 comentarios
Respuesta aceptada
Walter Roberson
el 24 de En. de 2017
When you activated, you probably activated as root instead of as the username that you run the program under. Or if your system allows you to log in by name ("Christopher Sabin") instead of login ID (the name you get back from "who am i", such as "chris") then you might have given the long form instead of the short form.
This is not a matter of failing to deactivate: the difficulty is that when you activated the current system, it asked what userid to activate it under, but whatever userid you gave then is not the userid you are using now.
3 comentarios
Walter Roberson
el 25 de En. de 2017
The very last step of installation it asks you which userid is going to run MATLAB; it then connects to Mathworks and generates a license file for that userid and retrieves it and stores it in some appropriate location. The userid named would be the one who could run MATLAB. The fact that you used sudo to have permissions to install is not important for this matter: the question is who you name at that last step.
You should be able to re-activate. Sometimes the easiest way to do that is to ask it to reinstall the smallest toolbox you have, just so it puts you through to the proper step.
Más respuestas (0)
Ver también
Categorías
Más información sobre Install Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!