Adding user to the license list (Error 39)
이전 댓글 표시
hi everyone,
pls help me out with this problem. I got Matlab installed on this computer, but I keep gettin the 'user not on the list' err (39). I tried folowing the instructions on this page ( http://www.mathworks.com/support/solutions/en/data/1-1941P/index.html?s_cid=pl_LME39_r2012b) and Matlab and Simulink installation guide for Linux.
Here's what I've tried:
1) added options=$/PATH_TO_MATLAB/glnxa64/MLM.opt, in the network.lic license file, then reactivated Matlab. Nothing changed.
2) I can't find lmstart script anyhere, but I do have the MLM.opt file, which is an executable script. I gave the reading privileges using chmod, but every time I try ./MLM I keep getting the 'no such file' error. So where should I add the INCLUDE MATLAB username then?
Any suggests are massively appreciated.
댓글 수: 7
Walter Roberson
2013년 2월 15일
To use ./MLM you need execute permissions, not read permissions. However,
sh -c ./MLM
would use read permissions.
Alex
2013년 2월 15일
Walter Roberson
2013년 2월 15일
Did you say it is named MLM.opt ? If so then you would need ./MLM.opt
I would not have thought it was an executable file though.
Alex
2013년 2월 15일
Walter Roberson
2013년 2월 15일
.opt files can be edited.
Alex
2013년 2월 17일
Alex
2013년 2월 17일
답변 (1개)
Jason Ross
2013년 2월 15일
0 개 추천
Install and licensing support is free of charge ... they should be able to help you out.
카테고리
도움말 센터 및 File 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!