製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Bullhorn CRM JDBC Driver

Bullhorn CRM データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。

データ連携でお困りですか?

お問い合わせ

RapidMiner からBullhorn CRM データに連携


Bullhorn CRM をRapidMiner Studio の標準コンポーネント及びデータソース構成ウィザードと統合します。


bullhorncrm ロゴ画像
jdbc ロゴ画像

JDBC

RapidMiner ロゴ画像

この記事では、CData JDBC Driver for BullhornCRM をRapidMiner のプロセスと簡単に統合する方法を示します。この記事では、CData JDBC Driver for BullhornCRM を使用してBullhorn CRM をRapidMiner のプロセスに転送します。

RapidMiner のBullhorn CRM にJDBC Data Source として接続する

以下のステップに従ってBullhorn CRM へのJDBC 接続を確認できます。

  1. Bullhorn CRM 用の新しいデータベースドライバーを追加します。[Connections]->[Manage Database Drivers]とクリックします。
  2. 表示されるウィザードで[Add]ボタンをクリックし、接続に名前を入力します。
  3. JDBC URL のプレフィックスを入力します。 jdbc:bullhorncrm:
  4. インストールディレクトリのlib サブフォルダにあるcdata.jdbc.bullhorncrm.jar ファイルにパスを入力して下さい。
  5. ドライバークラスを入力します。 cdata.jdbc.bullhorncrm.BullhornCRMDriver The JDBC driver configuration.(Salesforce is shown.)
  6. 新しいBullhorn CRM 接続を作成します。[Connections]->[Manage Database Connections]とクリックします。
  7. 接続の名前を入力します。
  8. データベースシステムの場合は、以前構成したBullhorn CRM ドライバーを選択します。
  9. Host ボックスで接続文字列を入力します。

    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.

    Authenticating with OAuth

    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

    接続プロパティを入力し、接続文字列をクリップボードにコピーします。

    Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)

    以下は一般的な接続文字列です。

    DataCenterCode=CLS33;OAuthClientId=myoauthclientid;OAuthClientSecret=myoauthclientsecret;InitiateOAuth=GETANDREFRESH
  10. 必要であればユーザー名とパスワードを入力します。 The connection to the JDBC data source.(Salesforce is shown.)

プロセス内の様々なRapidMiner オペレーターとのBullhorn CRM 接続を使用できます。Bullhorn CRM を取得するには、[Operators]ビューから[Retrieve]をドラッグします。 A Retrieve operation to select data.(Salesforce is shown.) [Retrieve]オペレータを選択した状態で、[repository entry]の横にあるフォルダアイコンをクリックして[Parameters]ビューで取得するテーブルを定義できます。表示されるRepository ブラウザで接続ノードを展開し、目的のサンプルセットを選択できます。

The Repository Browser window you can use to select an example set.(Salesforce is shown.)

最後に、[Retrieve]プロセスから結果に出力をワイヤリングし、プロセスを実行してBullhorn CRM を確認します。

The results of the Retrieve operation.(Salesforce is shown.)