Why do I receive "(MLM) Not master server, checkout attempt of 'MATLAB' from user@host refused" in the license manager log file?

9 次查看(过去 30 天)
Clients are reporting they receive License Manager Error -18 when they try to start MATLAB, and I am seeing errors in the log file. Why do I receive "(MLM) Not master server, checkout attempt of 'MATLAB' from user@host refused" in the license manager log file?

采纳的回答

MathWorks Support Team
MathWorks Support Team 2024-8-23,0:00
编辑:MathWorks Support Team 2024-8-23,14:08
This error message indicates the DAEMON line is not formatted correctly. Possible errors include placing the quotations that normally surround the MLM path around additional parts of the DAEMON line. For example, if a static port number is being used, the following line would be incorrectly formatted and would cause this error:
DAEMON MLM "C:\Program Files\MATLAB\R201Xx\etc\win64\mlm.exe port=27001"
Instead, the line should move the quotation to only surround the MLM path:
DAEMON MLM "C:\Program Files\MATLAB\R201Xx\etc\win64\mlm.exe" port=27001
Clients will receive License Manager Error -18 when this error is written to the log file. If you are unable to resolve the error, please contact MathWorks Licensing and Installation Support, including your license file for analysis.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Manage Products 的更多信息

标签

尚未输入任何标签。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by