Please explain the error message

6 views (last 30 days)
dav
dav on 15 Jul 2014
Commented: dav on 16 Jul 2014
Hi,
Can someone please let me know why I have been getting the following error message? Does mean that the code is wrong??
Thanks.
Error:
License checkout failed.
License Manager Error -4
Maximum number of users for Statistics_Toolbox reached.
Try again later.
To see a list of current users use the lmstat utility or contact your License Administrator.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2012a/4
Diagnostic Information:
Feature: Statistics_Toolbox
License path: C:\Users\mbpq94\AppData\Roaming\MathWorks\MATLAB\R2012a_licenses;C:\Program Files\Matlab\R2012a\licenses\license.dat;C:\Program
Files\Matlab\R2012a\licenses\network.lic
Licensing error: -4,132.
Error in aictry (line 315)
bvt = randsample(vt, T+150, true);

Accepted Answer

Julia
Julia on 15 Jul 2014
I would say that you cannot access the Statistics_Toolbox at the moment (because your colleagues are using it right now and the upper limit of users is reached). And so your code cannot be executed without errors because you use a function from this toolbox.

More Answers (0)

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!