Why do I receive "A SERVER line could not be found in your license file" when performing an installation?

조회 수: 20 (최근 30일)
When I try to install MATLAB I receive at 99% the following error message: 
ERROR: A SERVER line could not be found in your license file. You will have to manually edit the SERVER line in C:\Program Files\MATLAB\R2018b\licenses\network.lic

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 6월 13일
편집: MathWorks Support Team 2023년 6월 13일
This error occurs when the user has chosen an unprocessed license.lic within the installer or the “installer_input.txt” for silent installation.
To resolve this issue:
If you are an end user on the network license, contact your administrators and request a copy of the license.dat used by the licenser server.
Once you have the license file you can activate MATLAB or manually edit the SERVER line in C:\Program Files\MATLAB\R200XXx\licenses\network.lic file with the SERVER line information from the license.dat file. 
For Silent Installation, the license file specified in the licensePath flag needs to include the server information. The processed license file can be retrieved from the $MATLAB/etc folder (license.dat) or the following lines can be added manually to the license.lic:
Linux & Mac OS X
SERVER {hostname} {HostID} 27000
Windows:
SERVER $Hostname $HostID 27000
The license file names are all relative. For more information on the differences between license files, see the following article.
​​​​​​​

추가 답변 (0개)

카테고리

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

태그

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by