Hi,
I am trying the import Marketing events using SSIS and Kingswaysoft and the CRM destination. My CRM is online Office 365.
I already succeeded to import contacts and accounts and successfully link them. I also imported Marketing Lists. Now I want to link the Marketing list to a contact, and i setup the CRM destination as follows:
The fields EntityTyp and EntityTypeCode have the value "contact' for all imported rows, while fullname contains the fullname of the contact to be linked.
In the Text Lookup Editor for the entityid field I chose Target Fields and Primary Lookup for all Target Entities:
When I run the package it fails:
with the following error:
[Dynamics CRM Destination [2]] Error: An error occurred with the following error message: "System.Exception: Error(s) occurred when processing the batch: [1] CRM service call returned an error: account With Id = cd66ae3b-9840-e711-80fc-5065f38a5a01 Does Not Exist [2] CRM service call returned an error: account With Id = d266ae3b-9840-e711-80fc-5065f38a5a01 Does Not Exist [3] CRM service call returned an error: account With Id = d766ae3b-9840-e711-80fc-5065f38a5a01 Does Not Exist [4] CRM service call returned an error: account With Id = 93e6fe41-9840-e711-80fc-5065f38a5a01 Does Not Exist [5] CRM service call returned an error: account With Id = 98e6fe41-9840-e711-80fc-5065f38a5a01 Does Not Exist (SSIS Integration Toolkit for Microsoft Dynamics 365, v8.1.0.6275 - DtsDebugHost, v11.0.6020.0)
It succeeded o lookup the fullnames of the contacts, the mentioned ID's are the correct contactid's, but then apparently the component checks if theses ID's are accounts? They are not of course, they are contacts!
What is going wrong here? This is a very simple example!
When Itry to link accounts it works perfect!
Who can help me? Tha
*This post is locked for comments