ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
Workday データを組み込んだパワフルなJava アプリケーションを短時間・低コストで作成して配布できます。
加藤龍彦
ウェブデベロッパー
JDBC Driver
CData JDBC Driver for Workday は、JDBC 標準に準拠し、BI ツールからIDE まで幅広いアプリケーションでWorkday への接続を提供します。この記事では、DbVisualizer からWorkday に接続する方法、およびtable エディタを使ってWorkday を ロード、 する方法を説明します。
下記の手順に従って、Driver Manager を使ってDbVisualizer ツールからWorkday に接続します。
jdbc:workday:
下記の手順に従って、JDBC URL に接続プロパティを入力します。
[Connection]セクションで以下のオプションを設定します:
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.
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:workday:User=myuser;Password=mypassword;Tenant=mycompany_gm1;Host=https://wd3-impl-services1.workday.com
[Connection]タブで[Connect]をクリックします。
QuickBooks JDBC Driver が表示するテーブルをブラウズするには、テーブルを右クリックし[Open In New Tab]をクリックします。
SQL クエリの実行には、SQL Commander ツールを使います:[SQL Commander]>[New SQL Commander]をクリックします。利用可能なメニューから[Database Connection]、[Database]、[Schema]を選択します。
サポートされるSQL についての詳細は、ヘルプドキュメントの「サポートされるSQL」をご覧ください。テーブルに関する情報は「データモデル」をご覧ください。