简体   繁体   中英

Getting error while create Dynamic CRM Onpremises Linked service in Azure data Factory using IFD authentication

I am trying to create a Dynamics 365(On premises) linked services in Azure data factory. I have entered following information.

  1. Deployment Type: OnPremisesWithIfd
  2. Organization Name: Enter valid name
  3. Host: Enter valid host
  4. Port: 443 (by default)
  5. Authentication type: IFD
  6. Enter valid username and password

But, I am getting following error:

Unable to Login to Dynamics CRM: Unable to login to Dynamics CRM, Error was: Metadata contains a reference that cannot be resolved: 'https://https//crm-edu.abc.com/CRMDEV:443/XRMServices/2011/Discovery.svc?wsdl&sdkversion=9'

https://https//crm-edu.abc.com/CRMDEV:443/XRMServices/2011/Discovery.svc?wsdl&sdkversion=9

There is doubled https and also port in wrong part of url. Try entering just yours host part: crm-edu.abc.com into host input field.

Example of configuration: https://docs.microsoft.com/en-us/azure/data-factory/connector-dynamics-crm-office-365#dynamics-365-and-dynamics-crm-on-premises-with-ifd

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM