Snowpark Migration Accelerator: 構成フォルダーに SMA のアクセス権を付与する方法

SMA を正しく機能させるには、特定のフォルダー権限が必要です。以下の読み取り、書き込み、実行アクセスが必要です。

The modal shown when SMA is unable to access the config folder
  • macOS: The .config folder

  • Windows: The AppData folder

これらのフォルダーには、以下の重要な SMA ファイルが格納されます。

  • 仮ファイル

  • ログファイル

SMA が、ご使用のオペレーティングシステムの適切なフォルダーにフルアクセスできるようにしてください。

macOS の場合

  1. Open the Terminal by pressing cmd + spacebar, typing Terminal, and pressing enter.

  2. Navigate to your home directory by typing cd ~ and pressing enter.

  3. Change the permissions of the .config directory by typing chmod 777 .config. If you see "Operation not permitted," use sudo chmod 777 .config instead.

  4. Terminalを閉じ、Snowpark Migration Accelerator(SMA)を再起動します。

Windowsの場合

  1. WindowsキーとRキーを同時に押して、Runダイアログウィンドウを開きます。

  2. Enter %AppData% in the Run dialog window and press Enter or click OK.

  3. 「Snowflake Incフォルダー」を見つけて右クリックし、「属性」の下にある「読み取り専用」のチェックボックスがオフになっていることを検証します。

image (17).png