Category Archives: SSIS

Fetching incremental data from Navision for D365 CE

Requirement Let’s say we want to fetch incremental data from BC for CRM using Kingswaysoft. Details While working with CRM and BC integration using Kingswaysoft, let’s say we want to get incremental data from Navision, for example records modified in last 2 minutes or so. In that case we need to have a datetime field in the NAV table which… Read more »

Fixing – The runtime connection manager with the ID cannot be found

Issue Recently I was working on scheduling SSIS packages developed using Kingswaysoft toolkit for Dynamics 365 CRM, while testing my job I encountered following error: “Source: Data Flow Task Dynamics CRM Destination [11]  Description: The runtime  connection manager with the ID “{…}” cannot be found. Verify that the connection manager collection has a connection manager  with that ID..” Solution Based on the error message, it… Read more »