Snowpark Migration Accelerator: 構成フォルダーに SMA のアクセス権を付与する方法¶
SMA を正しく機能させるには、特定のフォルダー権限が必要です。以下の読み取り、書き込み、実行アクセスが必要です。
macOS: The
.configfolderWindows: The
AppDatafolder
これらのフォルダーには、以下の重要な SMA ファイルが格納されます。
仮ファイル
ログファイル
SMA が、ご使用のオペレーティングシステムの適切なフォルダーにフルアクセスできるようにしてください。
macOS の場合¶
Open the Terminal by pressing cmd + spacebar, typing
Terminal, and pressing enter.Navigate to your home directory by typing
cd ~and pressing enter.Change the permissions of the .config directory by typing
chmod 777 .config. If you see "Operation not permitted," usesudo chmod 777 .configinstead.Terminalを閉じ、Snowpark Migration Accelerator(SMA)を再起動します。
Windowsの場合¶
WindowsキーとRキーを同時に押して、Runダイアログウィンドウを開きます。
Enter
%AppData%in the Run dialog window and press Enter or click OK.「Snowflake Incフォルダー」を見つけて右クリックし、「属性」の下にある「読み取り専用」のチェックボックスがオフになっていることを検証します。