SP List Adapter was installed no problem, I was able add it to Toolbox in VS 2008, create a package and build it.
But when I try to execute the package following exceptions are thrown:
Error: 0xC0014005 at : The connection type "SPCRED" specified for connection manager "SharePoint Credential" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
Error: 0xC0010018 at : Error loading value "<DTS:ConnectionManager xmlns:DTS="www.microsoft.com/SqlServer/Dts">
<DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
<DTS:Property DTS:Name="ObjectName">SharePoint Credential</DTS:Property>
<DTS:Property DTS:Name="DTSID">{71339EDF-A209-41F9-8BA" from node "DTS:ConnectionManager".
Failed to load the package "Exception deserializing the package "The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when CPackage::LoadFromXML fails.
".".
I will appreciate any help.
Thanks!
Comments: ** Comment from web user: bjmac **
But when I try to execute the package following exceptions are thrown:
Error: 0xC0014005 at : The connection type "SPCRED" specified for connection manager "SharePoint Credential" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
Error: 0xC0010018 at : Error loading value "<DTS:ConnectionManager xmlns:DTS="www.microsoft.com/SqlServer/Dts">
<DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
<DTS:Property DTS:Name="ObjectName">SharePoint Credential</DTS:Property>
<DTS:Property DTS:Name="DTSID">{71339EDF-A209-41F9-8BA" from node "DTS:ConnectionManager".
Failed to load the package "Exception deserializing the package "The package failed to load due to error 0xC0010014 "One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.". This occurs when CPackage::LoadFromXML fails.
".".
I will appreciate any help.
Thanks!
Comments: ** Comment from web user: bjmac **
Hi - I had a similar problem, using SQL Server 2012, VS2010 & Beta version of List Adaptor.
The rror would occur when the project was depoyed to an SSIS 2013 catalog and then executed. I found that the packages needed to be executed with the 32-bit runtime modules selected.
This can be found by right-clicking on the package within SSMS -> Intergration Services Catalog (highlight/find the package) -> Execute -> Advanced tab ... its a checkbox at the bottom.
I hope this helps