Tag Archives: SSIS

Dynamics 365 – Use External DLLs in SSIS

Introduction: No doubt SSIS is widely used tool for Migration and Integration in all areas, Dynamics 365 CRM is no exception. We have been using SSIS in our number of Dynamics 365 Migration and Integration project. Recently, we received a business requirement where we have to use SSIS script component and need to connect to… Read More: Dynamics 365 – Use External DLLs in SSIS »

Fixed – ‘The attachment cannot be saved. Either specify activityId or ObjectTypeCode & ObjectId’ error while processing Email Attachment using SSIS

Introduction: While performing data migration most of the time, we need to migrate Email and Email Attachments, where we first migrate the Emails and then migrate the Email Attachments. However, when we did a run for this, we were facing the below error. ‘The attachment cannot be saved. Either specify activityId or ObjectTypeCode & ObjectId.’… Read More: Fixed – ‘The attachment cannot be saved. Either specify activityId… »

Load Data from Web Service to Dynamics CRM using SSIS

Introduction: Sometimes there are cases where we need to make a call to web service, from where we get data and save that data to Dynamics CRM entity. The response which we get from web service is in xml form. In one of our recent post we explained about Iterating and Processing Records in Dynamics CRM… Read More: Load Data from Web Service to Dynamics CRM using SSIS »