CData ODBC Driver for ADP を使えば、ADP に標準ODBC でのアクセスが可能になり、いろいろなBI、帳票、ETL ツールからデータ連携が可能になります。本記事では、Dundas BI からADP データにGeneric ODBC として接続し、レポートやダッシュボードを作成します。
ADP データへの接続
- 未指定の場合は、データソース名(DSN)で必要な接続プロパティの値を指定します。ビルトインのデータソースアドミニストレーターを使用してDSN を設定します。ドライバーのインストールの最後にアドミニストレーターが開きます。Microsoft ODBC データソースアドミニストレーターでDSN を作成及び設定する方法については、ヘルプドキュメントの[Getting Started]チャプターを参照してください。
Connect to ADP by specifying the following properties:
- SSLClientCert: Set this to the certificate provided during registration.
- SSLClientCertPassword: Set this to the password of the certificate.
- UseUAT: The connector makes requests to the production environment by default. If using a developer account, set UseUAT = true.
- RowScanDepth: The maximum number of rows to scan for the custom fields columns available in the table. The default value will be set to 100. Setting a high value may decrease performance.
The connector uses OAuth to authenticate with ADP. OAuth requires the authenticating user to interact with ADP using the browser. For more information, refer to the OAuth section in the Help documentation.
DSN を構成する際に、Max Rows プロパティを定めることも可能です。これによって返される行数が制限されるため、可視化やレポートをデザインする際のパフォーマンスを向上させるのに役立ちます。
- Dundas BI インターフェースでメニューを開き、[New][Data Connector]をクリックします。
![Adding a New Data Connector.]()
- Dundas BI Data Connector を構成します。
- Data Connector に名前を付けます。
- Data Provider として[ODBC generic]を選択します。
- [Use System DSN]のチェックボックスにチェックを入れます。
- 適切なSystem DSN を選択します。
![Configure the Data Connector.]()
ADP データをダッシュボードに追加する
これで、ADP を使用してダッシュボードを作成することができます。
- ホームページに移動します。
- [Explore Data]をクリックします。
- 適切なData Connector を展開します。
- 関連するデータを[Connector]からパネルにドラッグします。
- 追加する[table]全体を選択できますが、適切な可視化を作成するために、Metric Set から[Measures/Rows]を削除する必要があるかもしれません。もしくは、可視化に含めるフィールドのみを選択することもできます。
- フィールドを選択すると、Measures とRows に任意のフィルタまたは条件を追加して可視化をさらにカスタマイズできます。
- メニューバーから[Re-visualize]をクリックし、データに適切な可視化を選択します。
- [Add To New Dashboard]をクリックして可視化を新しいダッシュボードに追加します。
- ダッシュボードを構成し、ADP の動的な可視化を作成します。