ADO.NET Provider for Microsoft Dynamics NAV

Build 23.0.8839

接続の確立

Microsoft Dynamics NAV への接続

本製品 をMicrosoft Dynamics NAV に接続する前に、サーバーでOData サービスを有効にしておく必要があります。OData サービスを有効にすると、本製品 はサーバーで発行されるあらゆるサービスにクエリできるようになります。

また、Url を有効なMicrosoft Dynamics NAV サーバー組織のルート(例:http://MyServer:7048)およびServerInstance(例:DynamicsNAV71)に設定します。 もしサーバーにService Default Company がない場合は、Company(例:'CRONUS Canada, Inc.')も設定する必要があります。

マルチテナントインストールでは、Tenant にテナントId(例:'Cronus1')を指定します。

Microsoft Dynamics NAV への認証

認証するには、User およびPassword プロパティを設定して、Microsoft Dynamics NAV ログインクレデンシャルまたはWindows ユーザークレデンシャルを有効にします。 AuthScheme で適切な認証メソッドを選択します。

認証スキーム

The available authentication schemes are configured in IIS where Dynamics NAV is hosted.In IIS you can select to enable or disable Digest, Basic, Windows, or Anonymous authentication.Please consult with your Dynamics NAV admin to determine which authentication scheme is appropriate for you.AuthScheme を以下のいずれかに設定します。

  • NEGOTIATE (default) - It is part of the Windows authentication, also known as Kerberos.
  • BASIC - Basic authentication.
  • DIGEST - Digest authentication.
  • NTLM - Part of the Windows authentication.
  • NONE - Anonymous authentication.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839