Compiled code needs toolbox license installed and available, why?

조회 수: 5 (최근 30일)
Aryan
Aryan 2022년 11월 28일
답변: Aryan 2022년 12월 1일
I have code using R2021b update 4 including database toolbox use. On the local machine this code runs both normal and after compilation.
On a remote machine I have installed the appropriate runtime. On that machine all code runs until I reach the database function using the database toolbox.
Then on the remote machine I installed matlab R2021b update 4, there was no fix. Adding the toolbox license made it possible to run the compiled code.
Previous code was compiled on R2020b update 6 and had no issue, I have not found any release notes stating a difference about this subject, so I am at a loss.
How can I distribute my code without having to install both matlab and the toolbox at the different computer?
  댓글 수: 2
Jan
Jan 2022년 11월 28일
"On a remote machine I have installed the appropriate runtime. On that machine all code runs until I reach the database function using the database toolbox." - Now the most important part is missing: What do you observe now?
Aryan
Aryan 2022년 11월 28일
편집: Aryan 2022년 11월 28일
It crashes with "error using database", which happens when the line Conn = database('name','username','password') is executing. The crash does not happen on the uncompiled code, and it also does not happen anymore if I run the compiled code after installing full Matlab with the toolbox licence. Also this did not happen on 2020b.

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

채택된 답변

Aryan
Aryan 2022년 12월 1일
I have figured this one out.
Apparently matlab was installed before the runtime, after changing the system path variables in windows to first show the runtime the compiled code now does not run against normal Matlab but agains the runtime.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by