sql-servervisual-studiossisssis-2012ssis-2017

migrating ssdt project from visual studio 2012 to 2017 cdc source not opening


We migrated packages from Visual Studio 2012 to 2017 There is no cdc source component in the ssis toolbox:

enter image description here

and the cdc source component looks like:

enter image description here

And cannot be opened as well.

If I create a new Visual Studio 2017 Project it has the cdc source component in the ssis toolbox:

enter image description here

and I can work with it:

enter image description here


Solution

  • I was researching this issue a bit and found that some people have success migrating packages by just changing the target version of the packages from 2012 to 2016. Have a look at this blog post to see it in action.