ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →30日間の無償トライアル
無償トライアルはこちら製品の詳細
SSIS ソース元 & 接続先コンポーネントは、SQL Server SSIS のワークフロー内で簡単にDynamics NAV データにリアルタイム接続できるパワフルなツールです。
データフロー内のDynamics NAV コンポーネントを使ってItems、Sales Orders、Purchase Orders、etc. を同期できます。データ同期、ローカルバックアップ、ワークフローの自動化などに最適!
CData
こんにちは!ドライバー周りのヘルプドキュメントを担当している古川です。
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Task for DynamicsNAV allows you to easily transfer Dynamics NAV データ. In this article you will export data from SQL Server to Dynamics NAV.
To get started, add a new ADO.NET Source control and a new Dynamics NAV Destination control to the data flow task.
Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to set required connection properties in the Connection Manager.
Dynamics NAV に接続する前に、サーバーでOData サービスを有効にしておく必要があります。OData サービスを有効にすると、CData 製品はサーバーで発行されるあらゆるサービスにクエリできるようになります。Url を有効なDynamics NAV サーバー組織のルート(例:http://MyServer:7048)およびServerInstance(例:DynamicsNAV71)に設定します。 もしサーバーにService Default Company がない場合は、Company(例:'CRONUS Canada, Inc.')も設定する必要があります。 マルチテナントインストールでは、Tenant にテナントId(例:'Cronus1')を指定します。
認証するには、User およびPassword プロパティを設定して、Dynamics NAV ログインクレデンシャルまたはWindows ユーザークレデンシャルを有効にします。 AuthScheme で適切な認証メソッドを選択します。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Dynamics NAV destination table.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.