Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

When activating 2015b on Mac OS 10.11.2 I get a notice that It did not activate because I can't write the activation key to disk. What do I need to do.

1 view (last 30 days)
I retried the installation and activation. Still got same notice at the CONFIRM button, i.e., user cannot write to disk so activation did not occur.

Answers (1)

Rene van Paassen
Rene van Paassen on 29 Dec 2016
Had the same issue today. The license key is written in the following location
/Applications/MATLAB_R2015b.app/licenses
The permissions of that location were
bash-3.2# ls -ld licenses
drwxr-xr-x 3 31689 admin 102 29 Dec 23:40 licenses
That means that the license key cannot be written, except (in my case) by user 31689 (which does not exist?). If your user id is also administrator, writing will succeed after the permissions have been corrected. If you are comfortable with the command line, open a shell, and type:
cd /Applications/MATLAB_R2015b.app
sudo chmod g+w licenses
After this the key could be written.
  1 Comment
Walter Roberson
Walter Roberson on 30 Dec 2016
If you install an individual R2015b license on OS-X then it will be written into the directory ~/.matlab/R2015b_licenses/ relative to the user's home directory (e.g., /Users/roberson/.matlab/R2015b_licenses/ )

This question is closed.

Community Treasure Hunt

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

Start Hunting!