How do I give SMA permission to the config folder?
Giving access to the configuration folder for SMA varies from OS.
Last updated
Giving access to the configuration folder for SMA varies from OS.
Last updated
SMA needs permission to write, read, and execute in the configuration folder, .config
for macOS or AppData
for Windows, where the SMA stores temporary files, logs, and license information. To give SMA access to this folder, please follow these steps:
Press the + spacebar, write Terminal,
and hit enter to launch the dialog window.
Type cd ~
and hit enter.
Type chmod 777 .config
. If you get the message "Operation not permitted," execute the command as sudo chmod 777 .config
.
Now you can close the terminal window and open the SMA again.
Press the Windows key + R to launch the Run dialog window.
Type in %AppData%
and click OK or press Enter:
Locate the "Snowflake Inc folder" and right-click on it. Make sure the field Read-only
under Attributes does not have check marks.