本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →CData JDBC Driver for BullhornCRM は、データベースとしてBullhorn CRM data に連携できるようにすることで、Bullhorn CRM data をDBArtisan などのデータベース管理ツールにシームレスに連携します。ここでは、DBArtisan でBullhorn CRM のJDBC ソースを作成する方法を説明します。データを直観的に標準SQL で実行できます。
以下のステップに従って、Bullhorn CRM をプロジェクトのデータベースインスタンスとして登録します。
Begin by providing your Bullhorn CRM account credentials in the following:
If you are uncertain about your data center code, codes like CLS2, CLS21, etc. are cluster IDs that are contained in a user's browser URL (address bar) once they are logged in.
Example: https://cls21.bullhornstaffing.com/BullhornSTAFFING/MainFrame.jsp?#no-ba... indicates that the logged in user is on CLS21.
Bullhorn CRM uses the OAuth 2.0 authentication standard. To authenticate using OAuth, create and configure a custom OAuth app. See the Help documentation for more information.
JDBC URL の構成については、Bullhorn CRM JDBC Driver に組み込まれている接続文字列デザイナーを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。
java -jar cdata.jdbc.bullhorncrm.jar
接続プロパティを入力し、接続文字列をクリップボードにコピーします。
下は一般的な接続文字列です。
jdbc:bullhorncrm:DataCenterCode=CLS33;OAuthClientId=myoauthclientid;OAuthClientSecret=myoauthclientsecret;InitiateOAuth=GETANDREFRESH
ほかのデータベースを使うのと同じように、Bullhorn CRM を使うことができます。 Bullhorn CRM API にサポートされているクエリについてのより詳しい情報は、ドライバーのヘルプドキュメントを参照してください。