why license manager error-15

12 views (last 30 days)
tang xue
tang xue on 10 Mar 2015
Answered: Steven Lord on 7 Jul 2015
why license manager error-15

Answers (2)

Ori
Ori on 7 Jul 2015
Hi Tang.
Quoting from the Flexlm error codes' table:
"Cannot connect to license server. The server (lmgrd) has not been started yet, or the wrong port@host or license file is being used, or the TCP/IP port or host name in the license file has been changed."
I suggest to:
1. Verify that the lmgrd service is up,
2. Open a cmd window as an administrator on the matlab license server machine,
3. CD (change directory) to the location of the lmgrd.exe file
4. Run a command line : lmutil lmstat -a -c port_number@<hostname> -i
(replace the brackets with the actual parameters). This should produce some vital signs from your license manager.
Ori Kaplan

Steven Lord
Steven Lord on 7 Jul 2015
For a more MATLAB specific answer, take a look at this Support answer.

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!