Error description :
The connection setup cannot be validated. Verify the settings and try again.
Detailed error description: Metadata contains a reference that cannot be resolved: ‘subdomain.domain.com/.../Organization.svc;sdkversion=0’..
I have already done this integration in past but now I have used other dynamic365 trial instance to integrate with NAV 2016 and it throws error.
Actually I have read many blog to get resolution of issue. I read every time :
You can get the right version by downloading the Microsoft Dynamics CRM 2016 SDK, unpack the download package, and then copy Microsoft.Xrm.Sdk.dll to the following locations:
I have already done this but not getting any resolution.
Please let us know if have other solution to resolve this issues.
*This post is locked for comments
Thanks. This help me lots. It sorted my issue while integration CRM 365 online with NAV 2017.
Kavita
Hi Keyur
Tenfold just recently added MS office to their integrations list. Tenfold offers features such as click to dial, automatic call logging, easy note taking and task creation, screen pops on inbound and outbound calls, new lead/contact creation when no matching records, support for cases/opportunities and advanced analytics on the backend. They support MS Dynamics integration.
Hi Keyur,
Please have a look at my blog anandan-msft.blogspot.sg where I have posted the workaround as suggested to me by the Microsoft Technical Team. Please let me know whether this is helpful to you?
Hi Robert,
It works also for me.....!!!!
Thank you so much Robert.
Regards,
It works!!!!
Thank you so much Robert. You have saved me
Hi
First of all you must download the new crm sdk for dynamics 365. Stop the nav service.Then you must replace or add this dll s to dynamics nav server location path from the sdk software.
After you replaced the dll s you must update the config file in Nav server location the Microsoft.Dynamics.Nav.Server.exe Config file. You should add to assembly binding region this two dependentAssembly
<dependentAssembly>
<assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="7.0.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Crm.Sdk.Proxy" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="7.0.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
Then start the nav service. This worked for me.
Hi keyur,
I have the same issues.
You solved this issue.
Regrads,
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156