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

19 ビュー (過去 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 Center および File ExchangeIntroduction 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