Hello All,
I currently have a SSIS package that is running fine in visual studio 2010 (and SQL Server 2012) environment.
Now, I wanted to upgrade it to visual studio 2013 (and SQL Server 2014). I installed SSDT for Visual studio 2013, opened my package and ran SSIS package upgrade wizard.
It throws me the below errors:
In short the error message is "The connection type "SPCRED" specified for connection manager "SharePoint Credential" is not recognized as a valid connection manager type.....
I guess it is because of the SharepointListadapter. I am loading data from a SharePoint site using this adapter I got from codeplex. I don't see a new version of this software in codeplex. Can someone please help me on how to move ahead with this.
Any help is highly appreciated. Thanks in advance!!