Bonjour à tous,
je suis en train d'essayer de déployer un outil avec le deploytool. Lors de la compilation j'obtiens l'erreur suivante :
Donc, je n'ai pas de licence flottante disponible pour la statistics toolbox, soit. Or, mon outil ne fait pas appel à cette toolbox!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 Depfun 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/R2012b/4 Diagnostic Information: Feature: Statistics_Toolbox License path: C:\Users\...\AppData\Roaming\MathWorks\MATLAB\R2012b_licenses;C:\MATLAB\R2012b\licenses\license.dat;C:\MATLAB\R2012b\licenses\network.lic Licensing error: -4,132.'
en effet, quand je l'exécute sur matlab en non-compilé puis que je fais un test, j'obtiens :
ma question : y a-t-il un moyen de dire au deploytool de pas aller checker la licence pour cette fameuse statistics toolbox puisque de toute façon elle n'apparaît nulle part dans mon prog?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 >> license inuse compiler distrib_computing_toolbox image_toolbox matlab
Partager