ODBC Driver for Sage Intacct

Build 23.0.8839

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 への接続

Web サービスに接続するには、最初にWeb サービスのサブスクリプションを有効にする必要があります。会社 -> 管理タブ -> サブスクリプションに移動してWeb サービスを有効化します。

Intacct では、Web サービスのみのユーザーの作成も推奨しています。これは、会社 -> 管理タブに移動し、Web サービスユーザーの横にある+ サインをクリックすることで作成できます。

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

Sage Intacct への認証

認証するには、CompanyID を設定し、User およびPassword をSage Intacct へのログオンに使用するクレデンシャルに設定します。 また、自身のSenderIDSenderPassword を指定するか、CData ODBC Driver for Sage Intacct 内で埋め込みクレデンシャルを使用する必要があります。

BasicReadOnly

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

次の手順で認証します。

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

NOTE:埋め込みクレデンシャルは読み取り専用です。読み取りと書き込みを行うにはBasic を使用します。

Basic

独自のWeb サービスクレデンシャルを使用して、Intacct にデータを書き込むことができます。認証するには以下のように設定します。

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

Okta

The following connection properties are used to connect to Okta:

  • AuthScheme: Set this to Okta.
  • User: Set this to the Okta user.
  • Password: Set this to Okta password for the user.
  • SSOLoginURL: Set this to the login url used by the SSO provider.
In addition, set the following SSOProperties:

  • IntacctUserID: Set this value to the Intacct User ID that is mapped to the Okta user you set in the User connection property.
  • APIToken (optional): Set this to the API Token that the customer created from the Okta organization. It should be used when authenticating a user via a trusted application or proxy that overrides Okta client request context.

The following is an 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 23.0.8839