本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →この記事では、Talend で簡単にCData JDBC Driver for Workday をワークフローに統合してWorkday データ連携する方法を説明します。ここではCData JDBC Driver for Workday を使ってTalend でWorkday をジョブフローに転送します。
下記の手順に従って、Workday にJDBC 接続を確立します:
次のページで、[DB Type]メニューから[Generic JDBC]を選択してJDBC URL を入力します。
To connect, there are three pieces of information required: Authentication, API URL, and WSDL URL.
To authenticate, specify your User and Password. Note that you must append your Tenant to your User separated by an '@' character. For instance, if you normally log in with 'geraldg' and your Tenant is 'mycompany_mc1', then your User should be specified as 'geraldg@mycompany_mc1'.
The API URL may be specified either directly via APIURL, or it may be constructed from the Tenant, Service, and Host. The APIURL is constructed in the following format: <Host>/ccx/service/<Tenant>/<Service>.
The WSDLURL may be specified in its entirety, or may be constructed from the Service and WSDLVersion connection properties. The WSDLURL is constructed in the following format: https://community.workday.com/sites/default/files/file-hosting/productionapi/<Service>/<WSDLVersion>/<Service>.wsdl
以下は一般的なJDBC URL です:
jdbc:workday:User=myuser;Password=mypassword;Tenant=mycompany_gm1;Host=https://wd3-impl-services1.workday.com
下記の手順に従って、Workers テーブルをフラットファイル出力コンポーネントに転送します:
プロジェクトを実行してデータを転送します。