Why do I receive error 1731 during activation?

조회 수: 2 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2014년 7월 2일
편집: Anthony 2023년 6월 23일
Why do I receive error 1731 during activation saying "Activations are not allowed when License Management is set to Online Licensing?"

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 3월 1일
편집: MathWorks Support Team 2018년 8월 22일
This error occurs when trying to activate a license/trial (e.g. Login Named User Trial) that does not allow activations.
During an install for a Login Named User trial, a license_info.xml file will get created in the user profile for the user performing the install. If the installation was performed under a different user account (e.g. account with Admin rights) then the license_info.xml file, which is required by MATLAB, will only be found by MATLAB when logged into the computer as that user.
To fix this installation:
1. Download the attached license_info.xml from the link below this Answer (Note, if your browser opens the file instead of downloading it, please download the .zip file instead and extract the license_info.xml from it).
2. Place license_info.xml into {matlabroot}/licenses (where {matlabroot} is your MATLAB installation directory):
C:\Program Files\MATLAB\R20XXx\licenses (Windows)
/usr/local/MATLAB/R20XXx/licenses (Linux)
/Applications/MATLAB_R20XXx.app/licenses (macOS) (Right click on the MATLAB application and click show package contents to open the MATLAB_R20XXx.app folder.)
3. Start MATLAB. You should now be prompted to provide your MathWorks Account login information to access your trial.
Alternatively, the "-licmode online" startup flag can be used to start MATLAB in LNU mode without the need for an xml file. To launch MATLAB with a startup flag, open a command prompt/terminal window and enter the path to the MATLAB executable and the “-licmode online” flag.
Windows:
"$MATLAB\bin\win64\MATLAB.exe" -licmode online
Linux or Mac:
./matlab -licmode online
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 1월 31일
편집: Anthony 2023년 6월 23일
You might need to use your browser's "Save Link As" feature.
If that does not work, then copy the below into a file named license_info.xml
<?xml version="1.0" encoding="UTF-8"?>
<root>
<ActivationEntry hostname="*" idnumber="1"
matlabroot="*" user="*">
<licmode>online</licmode>
</ActivationEntry>
</root>

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by