- ODBC Drivers
- Java JDBC Drivers
- ADO.NET Providers
- SQL SSIS Components
- BizTalk Adapters
- Excel Add-Ins
- Power BI Connectors
- Tableau Connectors
- PowerShell Cmdlets
- Delphi & C++Builder
- Data Sync
- API Server
DBArtisan でJDBC 経由でFinancialForce Data をデータ連携利用
DBArtisan のウィザードを使用して、FinancialForce のJDBC データソースを作成します。CData JDBC Driver for FinancialForce は、データベースとしてFinancialForce data に連携できるようにすることで、FinancialForce data をDBArtisan などのデータベース管理ツールにシームレスに連携します。ここでは、DBArtisan でFinancialForce のJDBC ソースを作成する方法を説明します。データを直観的に標準SQL で実行できます。
FinancialForce Data をDBArtisan Projects に連携
以下のステップに従って、FinancialForce をプロジェクトのデータベースインスタンスとして登録します。
- DBArtisan で、[Data Source]->[Register Datasource]とクリックします。
- [Generic JDBC]を選択します。
- [Manage]をクリックします。
- 表示されるダイアログで、[New]をクリックします。ドライバーの名前を入力し、[Add]をクリックします。次に、ドライバーJAR に移動します。ドライバーJAR は、インストールディレクトリのlib サブフォルダにあります。
-
Connection URL ボックスで、JDBC URLに資格情報とその他の必要な接続プロパティを入力します。
There are several authentication methods available for connecting to FinancialForce: login credentials, SSO, and OAuth.
Authenticating with a Login and Token
Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.
To disable the security token:
- Log in to FinancialForce and enter "Network Access" in the Quick Find box in the setup section.
- Add your IP address to the list of trusted IP addresses.
To obtain the security token:
- Open the personal information page on FinancialForce.com.
- Click the link to reset your security token. The token will be emailed to you.
- Specify the security token in the SecurityToken connection property or append it to the Password.
Authenticating with OAuth
If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.
Connecting to FinancialForce Sandbox Accounts
Set UseSandbox to true (false by default) to use a FinancialForce sandbox account. Ensure that you specify a sandbox user name in User.
ビルトイン接続文字列デザイナー
JDBC URL の構成については、FinancialForce JDBC Driver に組み込まれている接続文字列デザイナーを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。
java -jar cdata.jdbc.financialforce.jar
接続プロパティを入力し、接続文字列をクリップボードにコピーします。
下は一般的な接続文字列です。
jdbc:financialforce:User=myUser;Password=myPassword;Security Token=myToken;InitiateOAuth=GETANDREFRESH
- ウィザードを終了して、FinancialForce に接続します。FinancialForce エンティティは、[Datasource Explorer]に表示されます。
ほかのデータベースを使うのと同じように、FinancialForce を使うことができます。 FinancialForce API にサポートされているクエリについてのより詳しい情報は、ドライバーのヘルプドキュメントを参照してください。
