Why do I receive License Manager Error -18?

97 views (last 30 days)
I am getting the following error message:
ERROR: License checkout failed. License server does not support this FEATURE. License Manager Error -18

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 13 Mar 2023
Edited: MathWorks Support Team on 13 Mar 2023
Check the following:1. Check whether you are using a feature which you do not have a license for. If you get this message on the client it could indicate that the product is not on the license.2. Another common cause of this error is updating your license file without restarting your network license manager. If you administrate the license manager for your license, try restarting the license manager and then try to run MATLAB again. If you do not administrate the license server, contact your administrator to have the license manager restarted.For more information on how to restart the network license manager, see the Related Solution linked below.How do I start or stop the Network License Manager?
3. Update the license file on the client machine to contain only the following two lines (without quotes):
SERVER "hostname" "HostID" "port"
USE_SERVER
"hostname" is the hostname of the license server"HostID" is the HostID of the license server"port" is the port that the license manager communicates onThe license file on the client machine varies depending upon operating system and version. The license file is generally called network.lic and is located in $MATLAB\licenses (where $MATLAB is the MATLAB installation directory).4. If this error is being received on the client, have your License Administrator make sure the HostID/IP Address listed in the commented section in the license.dat file matches the HostID/IP Address in the SERVER line on the processed license file on the server and the network.lic on the client machine.5. If this error is occurring on the license manager server, then this error may be the result of having extra carriage returns 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.6. This error could occur if a client computer is attempting to checkout a MATLAB seat from a license manager hosting only an MATLAB Parallel Server license. It could also occur for the opposite scenario, if a MATLAB Parallel Server worker is attempting to checkout a MATLAB Parallel Server seat from a server hosting a MATLAB license.
NOTE
: Starting in R2019a the following name changes occurred:
  • MATLAB Distributed Computing Server was renamed to MATLAB Parallel Server 
  • mdce_def was renamed to mjs_def
  • mdce binary was renamed to mjs

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

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

Start Hunting!