Why does Polyspace become "queued due to license failure" and my log files contain a license manager error -2?
조회 수: 5 (최근 30일)
이전 댓글 표시
When trying to use Polyspace, response from the spooler is that it is "queued due to a license failure".
If I look in log files, I see an "Invalid license check" and "Invalid license file syntax" accompanied by a license manager error -2.
How do I resolve this error?
채택된 답변
MathWorks Support Team
2011년 7월 26일
This is due to a problem in the license file found in:
/usr/local/PolySpace/PolySpace_Common/etc/license.dat (UNIX)
C:\PolySpace\PolySpace_Common\etc\license.dat (Windows)
or
/usr/local/PolySpace/PolySpace_Common/licenses/license.dat (UNIX)
C:\PolySpace\PolySpace_Common\licenses\license.dat (Windows)
It may contain the syntax:
USE SERVER
If this is the case, update this file to instead say:
USE_SERVER
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!