SSIS ExactTarget Destination component error

Discussion of issues, suggestions and bugs of Devart SSIS Data Flow Components, our product line for building SSIS-based ETL solutions, performing data access to popular cloud applications and databases.
Post Reply
udayveluvali
Posts: 1
Joined: Fri 11 May 2018 10:37

SSIS ExactTarget Destination component error

Post by udayveluvali » Fri 11 May 2018 10:43

Hello there,

We are trying to import data from SQL server to Marketing Cloud Data Extension. After succesfull mapping between Source and destination when we try to run the integration we got below error.
[Devart ExactTarget Destination] Error: An exception has occured during insert operation, the message returned from the provider is:
Object '"DataExtensionName"' does not exist.

The dataextension does exist and also was able to map during in the component. Any idea on how to fix this?

Thanks
Uday

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: SSIS ExactTarget Destination component error

Post by Pinturiccio » Wed 16 May 2018 08:55

Please make sure that DataExtension object that is used in destination exists. Maybe it was renamed or deleted after the package was created, but before it was run.
Please also make sure that Devart ExactTarget Connection Manager has the "Support Extension Objects" property set to true.

Post Reply