필터 지우기
필터 지우기

license error -5,357

조회 수: 33 (최근 30일)
Pebby Garner
Pebby Garner 2017년 9월 25일
댓글: Walter Roberson 2018년 10월 2일
I am trying to add a child license to an individual license. This was converted from a concurrent license. I uninstalled MATLAB and then reinstalled it. I'm still getting the same error.
>> license checkout Simulink_Coder
License checkout failed.
License Manager Error -5
Cannot find a license for Simulink_Coder.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2014b/5
Diagnostic Information:
Feature: Simulink_Coder
License path: C:\Users\iob391\AppData\Roaming\MathWorks\MATLAB\R2014b_licenses\license_RR166696IP01_40537855_R2014b.lic;C:\Program Files (x86)\MATLAB\R2014b\licenses\license.dat;C:\Program Files (x86)\MATLAB\R2014b\licenses\trial_4347790_R2014b.lic
Licensing error: -5,357.
ans =
0
There are licenses in each of the paths except one -- C:\program files (x86)\MATLAB\R2014b\licenses\license.dat
I have attached both license files.
Could you please help in getting these licenses to read properly?
Thank you.
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 9월 25일
I removed the license files -- license files should not be posted.
Walter Roberson
Walter Roberson 2017년 9월 25일
Please contact Mathworks for free license assistance.

댓글을 달려면 로그인하십시오.

답변 (4개)

Angela Dixon
Angela Dixon 2018년 9월 30일
Licensing error: -5,357 We are a BEST robotics team. We are getting the above licensing error. We do not know why we get this error. Also, license error -5. Our software has been properly activated. We have uninstalled and reinstalled the software but still get this code when we deploy the code to our vex cortex. Please help us understand how to fix this error. We did download the FMU tool box coactivator but that did not change the error code.

Walter Roberson
Walter Roberson 2018년 10월 1일

Angela Dixon
Angela Dixon 2018년 10월 1일
We do have a license. It was verified when the program was activated. After reading these codes, I still do not understand what to do.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 10월 1일

Activation creates and installs a license file for the products that are covered by your license.

Error -5 is something you get when you have a product installed but it is not covered by your license (or in some cases due to misconfigured license server.)

You mention that you get the error when you attempt to deploy to your vex cortex. That suggests that you do not have a license for one of the following:

    MATLAB
    Simulink
    MATLAB Coder
    Simulink 3D Animation
    Simulink Coder
    Stateflow

Depending on exactly what you ask to do, you could also be missing a license for one of

    Simscape
    Simscape Multibody

댓글을 달려면 로그인하십시오.


Angela Dixon
Angela Dixon 2018년 10월 1일
We downloaded the program per the instructions from MATLAB through BEST Robotics - how can I find out what I do and do not have a license for? I am just a high school teacher (biology), not an IT manager. I am feeling rather clueless here.
  댓글 수: 4
Angela Dixon
Angela Dixon 2018년 10월 2일
We solved the issue. We were outputing a data type was a fixed_point_type. This is apparently a data type that we do not have licensing for. We made the following changes with the help of IT and someone that knew about licensing for our student competition: The issue with the model is that you are trying to multiply a signal of Boolean (Logical) type with a non-integer number. Because of this, Simulink is creating some fixed-point data types and giving you that error since we don’t provide the toolbox to BEST teams. The fix is really simple, all I had to do was add another conversion block back to double before multiplying. See the attached model.
Thank you for your time.
Walter Roberson
Walter Roberson 2018년 10월 2일
Ah, thanks for the explanation!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by