本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →この記事では、Talend で簡単にCData JDBC Driver for AAS をワークフローに統合してAzure Analysis Services データ連携する方法を説明します。ここではCData JDBC Driver for AAS を使ってTalend でAzure Analysis Services をジョブフローに転送します。
下記の手順に従って、Azure Analysis Services にJDBC 接続を確立します:
次のページで、[DB Type]メニューから[Generic JDBC]を選択してJDBC URL を入力します。
To connect to Azure Analysis Services, set the Url property to a valid server, for instance, asazure://southcentralus.asazure.windows.net/server, in addition to authenticating. Optionally, set Database to distinguish which Azure database on the server to connect to.
Azure Analysis Services uses the OAuth authentication standard. OAuth requires the authenticating user to interact with Azure Analysis Services using the browser. You can connect without setting any connection properties for your user credentials. See the Help documentation for more information.
以下は一般的なJDBC URL です:
jdbc:aas:URL=asazure://REGION.asazure.windows.net/server;
下記の手順に従って、Customer テーブルをフラットファイル出力コンポーネントに転送します:
プロジェクトを実行してデータを転送します。