ODBC Driver for Sage Intacct

Build 24.0.9032

macOS DSN の構成

このセクションでは、macOS でODBC 接続をセットアップしDSN を設定する方法を示します:

macOS の最小バージョン

CData ODBC Driver for Sage Intacct 本製品 にはmacOS Sierra (10.12) 以上が必要です。

ドライバーのライセンス

端末で次のコマンドを実行して、本製品 のライセンスを取得します。評価版をアクティベートするには、<key> の入力を省略してください。

cd "/Applications/CData ODBC Driver for Sage Intacct/bin"
sudo ./install-license.sh <key>

名前とパスワードを入力するよう求められます。これらは、あなたの名前とマシンのパスワードを指します。

Sage Intacct への接続

埋め込みクレデンシャル(BasicReadOnly 認証)、 独自のクレデンシャル(Basic 認証)、またはOkta クレデンシャルのいずれかを使用して、Sage Intacct への接続を確立できます。

Sage Intacct への認証

Sage Intacct は3種類の認証をサポートします。BasicReadOnly、Basic、およびOkta です。

次のパラメータを設定したら、認証の準備は完了です。

  • CompanyID:Sage Intacct にログインする際に会社を識別するために使用するID。
  • User:Sage Intacct へのログインに使用するログイン名。
  • Password:ログインクレデンシャル用のパスワード。
  • Basic 認証のみ:
    • SenderID:使用するSenderID。
    • SenderPassword:使用するSenderID のパスワード。

BasicReadOnly

本製品 には、Sage Intacct からデータを読み出すときに使用されるWeb サービスクレデンシャルが埋め込まれています。これらのクレデンシャルは読み取り専用です。

認証するには以下の手順に従います。

  1. AuthSchemeBasicReadOnly に設定します。
  2. SenderID またはSenderPassword を指定していないことを確認してください。
  3. Web サービスダッシュボードで、会社 -> 会社情報 -> セキュリティタブに移動します。
  4. 設定 -> 会社 -> セキュリティ -> Web サービス認証 / 編集に移動します。
  5. Web サービス認証に"CData" を追加します。(Note:大文字と小文字は区別されます。)

Basic

独自のWeb サービスクレデンシャルを使用して、Intacct にデータを書き込むことができます。

認証するには、次を設定します。

  • AuthSchemeBasic
  • SenderID:Sage Intacct によって割り当てられたWeb サービスのSender ID。
  • SenderPassword:登録されたWeb サービスのパスワード。

Okta

To authenticate to Okta, set these properties:

  • AuthScheme: Okta.
  • User: The Okta user.
  • Password: The Okta user's password.
  • SSOLoginURL: The SSO provider's login URL.

Also set these SSOProperties:

  • IntacctUserID: The Sage Intacct user ID that is mapped to the Okta user you set in the User connection property.
  • APIToken (optional): If users are authenticated via a trusted application or proxy that overrides Okta client request context, specify the API Token that the customer created from the Okta organization.

Example connection string:

AuthScheme=Okta; SSOLoginURL='https://example.okta.com/home/appType/0bg4ivz6cJRZgCz5d6/46'; User=oktaUserName; Password=oktaPassword; SSOProperties='IntacctUserID=intacct_user';

ドライバーのアンインストール

ドライバーをアンインストールする最も簡単な方法は、ターミナルを開いて、インストールディレクトリにあるuninstall.sh スクリプトを実行します。次に例を示します。

cd "/Applications/CData ODBC Driver for Sage Intacct"
sudo ./uninstall.sh

Note:このスクリプトはインストールディレクトリから実行される必要があります。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9032