DBVisualizer のビジュアルデータ分析ツールやデータ接続ウィザードにWorkday を連携。
CData JDBC Driver for Workday は、JDBC 標準に準拠し、BI ツールからIDE まで幅広いアプリケーションでWorkday への接続を提供します。この記事では、DbVisualizer からWorkday に接続する方法、およびtable エディタを使ってWorkday を ロード、 する方法を説明します。
※製品について詳しい情報をご希望の方は以下からお進みください。
- Workday にほかのBI、ETL、開発ツールから接続したい:Workday データ連携ガイドおよびチュートリアルのリストへ
- Workday Drivers について詳細を知りたい:ドライバー詳細情報ページへ
- ほかのデータソースに連携したい:CData Drivers 一覧へ
- ドライバーの30日の無償トライアル版を使いたい:トライアル版ダウンロードページへ
- 製品の利用やライセンスについて相談したい:sales@cdata.co.jp までメールにてご相談ください。
Workday データの新しいJDBC データソースを作成
下記の手順に従って、Driver Manager を使ってDbVisualizer ツールからWorkday に接続します。
- DbVisualizer で[Tools]>[Driver Manager]>[Create a New Driver]をクリックします。
- データソースに名前を入力します。
- [URL Format]ボックスに以下を入力します:
jdbc:workday:
DbVisualizer Driver Manager - [User Specified]タブで[User Specified]ボタンをクリックし、インストールディレクトリの[lib]サブフォルダ内のcdata.jdbc.workday.jar ファイルを選択します。
- [Driver Class]メニューでWorkdayDriver クラス、cdata.jdbc.workday.WorkdayDriver を選択します。

JDBC データソースへの接続を定義
下記の手順に従って、JDBC URL に接続プロパティを入力します。
- [Database] タブで[Database Connection]ノードを右クリックし、[Create a Database Connection]をクリックします。
[Connection]セクションで以下のオプションを設定します:
- Database Type:ウィザードオプションを選択した場合は、データベースの種類は自動検出される。ウィザードを使用しないオプションを選択した場合は、[Database Type]メニューから[Generic]または[Auto Detect]オプションを選択。
- Driver:先ほど作成したドライバーを選択。
Database URL:フルJDBC URL を入力。JDBC URL シンタックスは以下のとおりです。 jdbc:workday: 次に、セミコロン区切りでname-value ペアの接続プロパティを入力します。
To connect, there are three pieces of information required: Authentication, API URL, and WSDL URL.
Authentication
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'.
API URL
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>.
WSDL URL
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:workday:User=myuser;Password=mypassword;Tenant=mycompany_gm1;Host=https://wd3-impl-services1.workday.com
- Database UserId:Workday を認証するユーザーネーム。
- Database Password:Workday を認証するパスワード。
-
[Connection]タブで[Connect]をクリックします。
QuickBooks JDBC Driver が表示するテーブルをブラウズするには、テーブルを右クリックし[Open In New Tab]をクリックします。
SQL クエリの実行には、SQL Commander ツールを使います:[SQL Commander]>[New SQL Commander]をクリックします。利用可能なメニューから[Database Connection]、[Database]、[Schema]を選択します。
サポートされるSQL についての詳細は、ヘルプドキュメントの「サポートされるSQL」をご覧ください。テーブルに関する情報は「データモデル」をご覧ください。
