macOS DSN の構成
このセクションでは、macOS でODBC 接続をセットアップしDSN を設定する方法を示します:
macOS の最小バージョン
CData ODBC Driver for Avalara 本製品 にはmacOS Sierra (10.12) 以上が必要です。
ドライバーのライセンス
端末で次のコマンドを実行して、本製品 のライセンスを取得します。評価版をアクティベートするには、<key> の入力を省略してください。
cd "/Applications/CData ODBC Driver for Avalara/bin"
sudo ./install-license.sh <key>
名前とパスワードを入力するよう求められます。これらは、あなたの名前とマシンのパスワードを指します。
Connecting to Avalara
By default, the 本製品 connects to a production environment. Set UseSandbox to true to configure the 本製品 to connect to a Avalara sandbox environment.
Authenticating to Avalara
There are two authentication methods available for connecting to the Avalara data source: Basic and LicenseKey.
Login Credentials
To use login credentials for authentication, set the following:
- AuthScheme: Set this to Basic.
- User: Set this to your Avalara username.
- Password: Set this to your Avalara password.
Account Number and License Key
Alternatively, you can authenticate using your account number and license key. Connect to the data source using the following:
- AuthScheme: Set this to LicenseKey.
- AccountId: Set this to your Avalara Account Id. The Account Id is listed in the upper right-hand corner of the Avalara admin console.
- LicenseKey: Set this to your Avalara license key. You can generate a license key by logging into Avalara as an account adminstrator and navigating to Settings > Reset License Key.
ドライバーのアンインストール
ドライバーをアンインストールする最も簡単な方法は、ターミナルを開いて、インストールディレクトリにあるuninstall.sh スクリプトを実行します。次に例を示します。
cd "/Applications/CData ODBC Driver for Avalara" sudo ./uninstall.sh
Note:このスクリプトはインストールディレクトリから実行される必要があります。