Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Error Message while setting up external account - Microsoft Dynamics 365 CRM

Avatar

Level 1

Hello together,

 

I am currently working on the connection between Adobe Campaign Classic and Microsoft Dynamics 365 CRM. After following the documentation and setting up the external account with the deployment type Web API (Certificate) I get the following error message after starting the configuration wizard:

felixjwk_0-1624433812330.png

Has anyone run into the same problem or an idea how to solve this problem?

 

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Felix,

 

This is due to recent changes on the Microsoft side. Adobe campaign uses the v8.2 in the API calls to MS Dynamics for API calls and it look like this has been identified as an issue with MS CRM per:
https://community.dynamics.com/365/f/dynamics-365-general-forum/388158/retrieveallentities-does-not-...

 

We have had success working around this issue by tweaking the out of the box connector code in Adobe campaign to force it to use version 9.1 of MS CRM. The crm:extAccount schema needs to be extended and the value of 'Dynamics CRM 365' needs to be updated to 9.1 in the msCrmApiVersion enumeration.

 

Once that is done the sync should work to pull the tables. This looks like it is also supposed to be updated as part of the product in later releases but is still in testing.

 

Regards,

Craig

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Felix,

 

This is due to recent changes on the Microsoft side. Adobe campaign uses the v8.2 in the API calls to MS Dynamics for API calls and it look like this has been identified as an issue with MS CRM per:
https://community.dynamics.com/365/f/dynamics-365-general-forum/388158/retrieveallentities-does-not-...

 

We have had success working around this issue by tweaking the out of the box connector code in Adobe campaign to force it to use version 9.1 of MS CRM. The crm:extAccount schema needs to be extended and the value of 'Dynamics CRM 365' needs to be updated to 9.1 in the msCrmApiVersion enumeration.

 

Once that is done the sync should work to pull the tables. This looks like it is also supposed to be updated as part of the product in later releases but is still in testing.

 

Regards,

Craig