How do I give SMA permission to the config folder?
Giving access to the configuration folder for SMA varies from OS.
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:
For macOS
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 assudo chmod 777 .config
.Now you can close the terminal window and open the SMA again.
For Windows
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.

Last updated