Why do I receive the error "Your MathWorks account is not linked to a MATLAB Parallel Server license that is managed online" in R2024a with Login Named User?

15 views (last 30 days)
Why do I receive the error "Your MathWorks account is not linked to a MATLAB Parallel Server license that is managed online" in R2024a with Login Named User?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 3 Apr 2024 at 0:00
Edited: MathWorks Support Team on 3 Apr 2024 at 17:14
This is a known issue that MathWorks is currently investigating. In the meantime, you may use these MATLAB commands as a workaround:
c = parcluster('Processes');
c.hSetPropertyNoCheck('RequiresOnlineLicensing', false);
You may now use the "c" object to run your jobs. For example, if you wanted to open parpool, you could do so with the command below.
c.parpool();

 

Otherwise, please either use something other than Login Named User, such as MATLAB Desktop or MATLAB Online, or use a previous release of MATLAB.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!