本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →SQL Server に基幹業務データのバックアップを保管しておくことは、ビジネス上のセーフティネットとなります。また、ユーザーはSQL Server のバックアップデータからレポーティングや分析を簡単に行うことができます。
ここでは、SQL サーバー SSIS ワークフロー内でCData SSIS Tasks for BullhornCRM を使用して、Bullhorn CRM データをMicrosoft SQL Server データベースに転送する方法を説明します。
開始するには、新しいBullhorn CRM ソースとSQL Server ADO.NET 転送先を新しいデータフロータスクに追加します。
以下のステップに従って、接続マネジャーで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.
以下のステップに従って、Bullhorn CRM の抽出に使用するクエリを指定します。
SELECT Id, CandidateName FROM Candidate WHERE CandidateName = 'Jane Doe'
以下のステップに従って、Bullhorn CRM をロードするSQL サーバーテーブルを指定します。
プロジェクトを実行できるようになりました。SSIS Task の実行が完了すると、データベースにBullhorn CRM データが入力されます。