Why do I receive License Manager Error -5?

1,654 次查看(过去 30 天)
Why do I get the following error message when starting MATLAB:
License checkout failed. No such FEATURE exists. License Manager Error -5

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-9-21
There are multiple reasons why you might be receiving this error:
  • The product is not in the Network License Manager's license file
    • If you are not using a network license, then the product is not in your local license file
  • Formatting error within the license file on the Network License Manager
    • If you are not using a network license, then there could be a formatting error in your local license file.
  • The client is pointing to a different Network License Manager than intended
    • If you are not using a network license, then you may not be using the license you are intending to use. If you are using multiple, make sure they are all setup correctly.

 

The product is not in the license file

This message usually indicates that you are trying to use a product for which you are not licensed. To verify if the product is licensed, you may inspect the license file (license.lic) located within your MATLAB installation to see if you are licensed to use this product. If you are using a network license, then you need to inspect the license file on the Network License Manager.
To determine where your license file is located, please refer to the following article:
If you only have a network.lic file, instead of a license.lic file, you are using a network license. In this case contact your license administrator to check the license.dat file on the License Manager server machine.

 

Formatting error within the license file

If you are licensed for this product, this error may be the result of formatting problems in your license file. In order to avoid this, ensure that the following strings all begin on a left justified line: #, SERVER, DAEMON, or INCREMENT. Sometimes an INCREMENT line can get wrapped on the end of the preceding INCREMENT line causing it to be omitted.
For Individual or Designated Computer licenses, you can also try to re-activate MATLAB to resolve the issue. That will automatically update the license file on your system.

 

A different license/Network License Manager than intended is being used

If the License Manager Error -5 appears in an UNSUPPORTED line in a License Manager Log file and the hash code quoted in log line does not match the hash from the INCREMENT line from the current license file on the server, the client machine either:
  • Has an old license file on the MATLAB license path containing INCREMENT lines from a previous license. The old license file(s) should be removed.
  • Has INCREMENT lines in the network.lic file. The affected user should remove all INCREMENT lines from the network.lic.
  • Has an old MATLAB process running on their machine that was running while the license file on the server was updated. The user should kill the process to resolve the error.
  2 个评论
Walter Roberson
Walter Roberson 2016-8-5
编辑:James 2023-6-9
There is an oddity in Simulink that most varieties of fi objects require the Fixed Point Toolbox, but there are a couple of fi objects that do not require that toolbox. Because of that you can end up in the situation where your model has an fi object that does not need the toolbox. When you try to load that model Simulink would try to look for the toolbox anyhow, and will warn if it finds it.
This is a confusing design, and the documentation about this is confusing.
Walter Roberson
Walter Roberson 2017-5-28
At the moment what shows up for
which -all lsqcurvefit
ver('optim')
license('test','Optimization_Toolbox')

请先登录,再进行评论。

更多回答(0 个)

类别

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

标签

尚未输入任何标签。

产品


版本

R14SP2

Community Treasure Hunt

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

Start Hunting!

Translated by