<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SQLSrvIntegrationSrv Work Item Rss Feed</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/WorkItem/List.aspx</link><description>SQLSrvIntegrationSrv Work Item Rss Description</description><item><title>Commented Issue: Unspecified error while using SharePoint Destination Adapter [10828]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10828</link><description>I am getting UnSpecified Error while SharePoint Adapter is trying to insert items in the list.&lt;br /&gt;How do I check what is the error&amp;#63;&lt;br /&gt;</description><author>kevinidzi</author><pubDate>Fri, 20 Nov 2009 04:26:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unspecified error while using SharePoint Destination Adapter [10828] 20091120042600A</guid></item><item><title>Commented Issue: Svcutil converts Linq.Xelement types to XML.XmlElement in the proxy class [10924]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10924</link><description>I am having a issue with svcutil. I am having a WCF service with Xelement type to carry data from client to the service &amp;#40;request objects&amp;#41;. When i create a proxy class using svcutil, for the client &amp;#40;simple C&amp;#35; windows app&amp;#41; to consume every Linq.XElement type is converted to XML.XmlElement. Now the client will not compile as it expects Linq.XElement&lt;br /&gt;&lt;br /&gt;The suggested solution to this issue &amp;#40;Find and replace XML.XmlElement &amp;#41; is the only way.&amp;#63; it works fine, but its a pain, esp in the development phase when the webservice keeps changing a lot, and proxy needs to be generated often. Whats the catch here any ways.&amp;#63; Why it should do this Xelement inherits ixmlserializable so it should work fine..&lt;br /&gt;&lt;br /&gt;Can anyone help me here..&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Om&lt;br /&gt;</description><author>kevinidzi</author><pubDate>Fri, 20 Nov 2009 04:24:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Svcutil converts Linq.Xelement types to XML.XmlElement in the proxy class [10924] 20091120042451A</guid></item><item><title>Created Issue: Does SSIS Sharepoint adapter work with a Contacts List as a Target? [10969]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10969</link><description>When I try to use a Contacts List as a target, the adapter appears to work but the &amp;#91;Last Name&amp;#93; Sharepoint field field is not mappable.  It does not appear in the Output column list.  I noticed in Sharepoint that the column is defined as a required field and that it is of type &amp;#39;Item&amp;#39; rather than &amp;#39;Column&amp;#39;. &lt;br /&gt;&lt;br /&gt;Can Contacts lists be used with this SSIS adapter&amp;#63;  &lt;br /&gt;&lt;br /&gt;The reason I ask is that we are have been told that within Sharepoint only Contact Lists can be synchronized with Outlook &amp;#40;and that Custom Links CANNOT be synched to Outlook&amp;#41;.  We are triyng to build Master Contact lists from external SQL Server DB sources that can be sent to Outlook. &lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;  &lt;br /&gt;Bill.&lt;br /&gt;</description><author>preachuk</author><pubDate>Thu, 19 Nov 2009 21:11:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Does SSIS Sharepoint adapter work with a Contacts List as a Target? [10969] 20091119091109P</guid></item><item><title>Created Issue: Svcutil converts Linq.Xelement types to XML.XmlElement in the proxy class [10924]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10924</link><description>I am having a issue with svcutil. I am having a WCF service with Xelement type to carry data from client to the service &amp;#40;request objects&amp;#41;. When i create a proxy class using svcutil, for the client &amp;#40;simple C&amp;#35; windows app&amp;#41; to consume every Linq.XElement type is converted to XML.XmlElement. Now the client will not compile as it expects Linq.XElement&lt;br /&gt;&lt;br /&gt;The suggested solution to this issue &amp;#40;Find and replace XML.XmlElement &amp;#41; is the only way.&amp;#63; it works fine, but its a pain, esp in the development phase when the webservice keeps changing a lot, and proxy needs to be generated often. Whats the catch here any ways.&amp;#63; Why it should do this Xelement inherits ixmlserializable so it should work fine..&lt;br /&gt;&lt;br /&gt;Can anyone help me here..&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Om&lt;br /&gt;</description><author>omapte</author><pubDate>Wed, 11 Nov 2009 16:03:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Svcutil converts Linq.Xelement types to XML.XmlElement in the proxy class [10924] 20091111040304P</guid></item><item><title>Commented Issue: Compiling the sample [8568]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8568</link><description>Hi,&lt;br /&gt;&lt;br /&gt;It&amp;#39;s more of a question than an issue &amp;#40;although it is an issue for me&amp;#33;&amp;#41;. &lt;br /&gt;The sample compiles fine if I do not touch service references. If I update even one of them, all references to System.Xml.Linq.XElement are replaced with references to System.Xml.XmlElement. So my Visual Studio &amp;#40;2008, with the latest service pack&amp;#41; does not for some reason generate service stubs that work with LINQ. &lt;br /&gt;I tried to generate the proxy classes on command line by using svcutil with targetClientVersion&amp;#58;Version35 switch - does not make any difference.&lt;br /&gt;&lt;br /&gt;Your auto-generated file was created by a tool with &amp;#34;Runtime Version&amp;#58;2.0.50727.3031&amp;#34;. Mine is &amp;#34;2.0.50727.3053&amp;#34;.&lt;br /&gt;&lt;br /&gt;So the question is - how to generate a web service reference so the proxy class uses LINQ types&amp;#63;&lt;br /&gt;&lt;br /&gt;Many thanks&lt;br /&gt;Mike&lt;br /&gt;</description><author>omapte</author><pubDate>Wed, 11 Nov 2009 15:57:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Compiling the sample [8568] 20091111035745P</guid></item><item><title>Commented Issue: Unspecified error while using SharePoint Destination Adapter [10828]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10828</link><description>I am getting UnSpecified Error while SharePoint Adapter is trying to insert items in the list.&lt;br /&gt;How do I check what is the error&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: cs51tg ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We too are getting a similar errors when trying to insert or update items in a list.  The process to update items in SharePoint has been running for several months now without error.  Please advise how to further diagnose the problem.  SSIS error output is below&amp;#58;&lt;/p&gt;&lt;p&gt;Beginning of package execution.  &lt;br /&gt;Error on row ID&amp;#61;&amp;#34;1&amp;#34;&amp;#58; 0x80070005 - Unspecified Error - Check SharePoint Server Logs if possible. &lt;br /&gt;Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.PipelineProcessException&amp;#58; Errors detected in this component - see SSIS Errors     at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListDestination.ProcessInput&amp;#40;Int32 inputID, PipelineBuffer buffer&amp;#41;     at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput&amp;#40;IDTSManagedComponentWrapper90 wrapper, Int32 inputID, IDTSBuffer90 pDTSBuffer, IntPtr bufferWirePacket&amp;#41;&lt;br /&gt;SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component &amp;#34;New Data List&amp;#34; &amp;#40;15515&amp;#41; failed with error code 0x80131500. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.  &lt;br /&gt;SSIS Error Code DTS_E_THREADFAILED.  Thread &amp;#34;WorkThread0&amp;#34; has exited with error code 0x80131500.  There may be error messages posted before this with more information on why the thread has exited.  &lt;br /&gt;End of package execution.  &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Not much to go on, I appreciate, but where else should we be looking.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>cs51tg</author><pubDate>Thu, 05 Nov 2009 10:37:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unspecified error while using SharePoint Destination Adapter [10828] 20091105103701A</guid></item><item><title>Created Issue: Unspecified error while using SharePoint Destination Adapter [10828]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10828</link><description>I am getting UnSpecified Error while SharePoint Adapter is trying to insert items in the list.&lt;br /&gt;How do I check what is the error&amp;#63;&lt;br /&gt;</description><author>truptigondaliya</author><pubDate>Sun, 25 Oct 2009 15:02:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Unspecified error while using SharePoint Destination Adapter [10828] 20091025030211P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;Try hitting the &amp;#34;Refresh&amp;#34; button and see if those columns snap in place, when this happens again. I always hit that just to be safe after connecting things together if I see one box, not two with the line connecting together in the destination component.  That might be the missing piece.&lt;/p&gt;&lt;p&gt;It&amp;#39;s mainly just due to the way things are added, but SSIS provides that refresh button to let you fix it up.&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Wed, 21 Oct 2009 19:14:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091021071438P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;You&amp;#8217;re very welcome.  I have not run into the issues you are describing, but  I&amp;#8217;ll try to repro it in a few days. I&amp;#39;d like to clean up some issues before the big SP Conference next week.&lt;/p&gt;&lt;p&gt;I&amp;#39;m glad you got it to work.&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 19:48:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013074853P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ItsInTheData ** &lt;p&gt;I have found a workaround.  Thanks for the ideas, it did sort of lead me to the workaround&amp;#58;&lt;/p&gt;&lt;p&gt;If I create any Source first and link to the Destination before editing the Destination, then the Destination always fails like this for me.&lt;/p&gt;&lt;p&gt;However, if I first create the Destination and edit it without joining a source then the Destination columns appear just with errors for no input.  Now if I click &amp;#34;OK&amp;#34; and join the Source and then re-edit the Destination then I am able to map correctly.&lt;/p&gt;&lt;p&gt;Not sure why it works like that for me, we must have some odd patch or other installed software causing this.  But at least I have a workaround.&lt;/p&gt;&lt;p&gt;By the way, now that I can map ... this component ROCKS&amp;#33;&amp;#33;&amp;#33;  Very useful&amp;#33;  Thanks for building it&amp;#33;&lt;br /&gt;&lt;/p&gt;</description><author>ItsInTheData</author><pubDate>Tue, 13 Oct 2009 18:44:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013064422P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ItsInTheData ** &lt;p&gt;I have already used the same list as a source to confirm that I can read it correctly.  Also, I have used the same account to connect to Sharepoint to manipulate the list by hand so I know I can edit it.  I had also tried to use other sources just in case the &amp;#34;loop&amp;#34; situation was the problem, but no source is working for this destination.&lt;/p&gt;</description><author>ItsInTheData</author><pubDate>Tue, 13 Oct 2009 17:09:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013050946P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;All I can think of is to double-check the destination SP settings.  Try creating a fresh list, perhaps it does not have access to it or something. There should be errors in that case, but maybe something is amiss in the target list. &lt;/p&gt;&lt;p&gt;If it cannot find the columns, then I&amp;#39;m guessing that it cannot read the list in some way.  If you can use the source, could you try hooking up the same list as for source -&amp;#62; target &amp;#40;so that it is like a loop&amp;#41;.  See if that works, and if it does, then we can dig into your particular sharepoint destination.&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 16:37:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013043744P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ItsInTheData ** &lt;p&gt;Correct.  I have the simplest of mappings.  A Source, a Lookup, and a Destination and they are joined.  The columns from the input connection are showing up automatically, but I do still have this issue.&lt;/p&gt;&lt;p&gt;Also, I have confirmed that 64 bit is not the problem.  My laptop is 32 bit, and I repeated the install on my laptop.  I created a new Visual Studio SSIS package with just a Source and a Destination both from Sharepoint.  I did not attach anything to the 64 bit server or database just in case that system was the cause.  Still I have this error when everything is isolated to a &amp;#34;normal&amp;#34; 32 bit system.&lt;/p&gt;&lt;p&gt;Does anyone have any other ideas&amp;#63;  I&amp;#39;m stuck.&lt;br /&gt;&lt;/p&gt;</description><author>ItsInTheData</author><pubDate>Tue, 13 Oct 2009 15:49:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013034941P</guid></item><item><title>Commented Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;Interesting.  The only time I have seen that is when there is no line connecting to the destination component.  In your case, you have a source connected to the destination, and when you click on the destination, it gives you that error and does not have any mapped&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 06:54:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot use Sharepoint Destination [10753] 20091013065406A</guid></item><item><title>Created Issue: Cannot use Sharepoint Destination [10753]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10753</link><description>I have an odd issue which doesn&amp;#39;t seem to exist anywhere else on these or other forums.&lt;br /&gt;&lt;br /&gt;I can use the Sharepoint Source component easily.  Very beautiful component.  I would like the Destination to operate too.&lt;br /&gt;&lt;br /&gt;Every time I try to use the Destination, from various accounts and systems and targeting various sites, I cannot do anything.  I create the options just like the source, however this leaves the component at a failure error of &amp;#34;There are no columns mapped to the output columns.&amp;#34;  In fact, there are no output columns, and I cannot create any since the component will not allow me to.&lt;br /&gt;&lt;br /&gt;I have the exact same configuation screen just like figure 12 in this &amp;#34;instruction&amp;#34; url&amp;#58;  http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd365137.aspx&lt;br /&gt;&lt;br /&gt;Please can someone tell me if I have a unique bug, and how to fix it&amp;#63;  I am using SQL Server 2008 on a Windows 64 bit box.  I have installed the Sharepoint Components to the &amp;#40;x86&amp;#41; part of the server &amp;#40;the .msi auto-picked that and I left it alone&amp;#41;.  I have the BIDS solution running in 32-bit mode due to an existing Excel source in the same package for testing purposes.  I&amp;#39;m obviously thinking any number of things in that could be the problem, but can anyone help verify&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description><author>ItsInTheData</author><pubDate>Mon, 12 Oct 2009 21:54:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot use Sharepoint Destination [10753] 20091012095419P</guid></item><item><title>Created Issue: Issue with SharePoint List Source and numeric value (float) [10734]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10734</link><description>Hi,&lt;br /&gt;I try to use &amp;#34;SharePoint list Source&amp;#34; adapter with SSIS on SQL Server 2008 SP1 and I have this error message &amp;#58;&lt;br /&gt;&amp;#91;SharePoint List Source &amp;#91;1&amp;#93;&amp;#93; Erreur&amp;#160;&amp;#58; &amp;#171;&amp;#160;System.FormatException&amp;#58; Input string was not in a correct format.&lt;br /&gt;   at System.Number.StringToNumber&amp;#40;String str, NumberStyles options, NumberBuffer&amp;#38; number, NumberFormatInfo info, Boolean parseDecimal&amp;#41;&lt;br /&gt;   at System.Number.ParseDouble&amp;#40;String value, NumberStyles options, NumberFormatInfo numfmt&amp;#41;&lt;br /&gt;   at System.Double.Parse&amp;#40;String s, NumberStyles style, NumberFormatInfo info&amp;#41;&lt;br /&gt;   at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.PrimeOutput&amp;#40;Int32 outputs, Int32&amp;#91;&amp;#93; outputIDs, PipelineBuffer&amp;#91;&amp;#93; buffers&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput&amp;#40;IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32&amp;#91;&amp;#93; outputIDs, IDTSBuffer100&amp;#91;&amp;#93; buffers, IntPtr ppBufferWirePacket&amp;#41;&amp;#160;&amp;#187;&lt;br /&gt;&lt;br /&gt;I seek the problem on Sharepoint field with decimal value like currency or float type.&lt;br /&gt;&lt;br /&gt;Can you help me please.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Laurent&lt;br /&gt;</description><author>lolomoss</author><pubDate>Wed, 07 Oct 2009 14:36:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Issue with SharePoint List Source and numeric value (float) [10734] 20091007023652P</guid></item><item><title>Commented Issue: Error for a scheduled job - SharePoint list adapters [10397]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10397</link><description>I have implemented a SSIS 2005 pkg that uses SharePoint List adapters.&lt;br /&gt;I have created a job to call this pkg. The owner of the job is a SQL login. With this account I can access to the SQL db.&lt;br /&gt;I have also create a proxy account associating a Windows account present in my SharePoint site.&lt;br /&gt;From some days &amp;#40;before not&amp;#41;, I have this error when the job is executed&amp;#58;&lt;br /&gt;Error at ...&amp;#58; System.ServiceModel.Security.MessageSecurityException&amp;#58; The HTTP request is unauthorized with client authentication scheme &amp;#39;Ntlm&amp;#39;. The authentication header received from the server was &amp;#39;NTLM&amp;#39;. ---&amp;#62; System.Net.WebException&amp;#58; The remote server returned an error&amp;#58; &amp;#40;401&amp;#41; Unauthorized...&lt;br /&gt;Any helps for me, please&amp;#63; It is an urgent issue. Many thanks&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;This is one that has been in the discussion a few times.  It is most likely not related to your credentials, but the way you&amp;#39;re getting at the site.  If the SP site has a host header, try replacing the host header in your URL with the Server name &amp;#43; port and try again. Sorry i&amp;#39;m a bit late if this was urgent.&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Tue, 29 Sep 2009 05:20:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error for a scheduled job - SharePoint list adapters [10397] 20090929052044A</guid></item><item><title>Created Issue: Error for a scheduled job - SharePoint list adapters</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=10397</link><description>I have implemented a SSIS 2005 pkg that uses SharePoint List adapters.&lt;br /&gt;I have created a job to call this pkg. The owner of the job is a SQL login. With this account I can access to the SQL db.&lt;br /&gt;I have also create a proxy account associating a Windows account present in my SharePoint site.&lt;br /&gt;From some days &amp;#40;before not&amp;#41;, I have this error when the job is executed&amp;#58;&lt;br /&gt;Error at ...&amp;#58; System.ServiceModel.Security.MessageSecurityException&amp;#58; The HTTP request is unauthorized with client authentication scheme &amp;#39;Ntlm&amp;#39;. The authentication header received from the server was &amp;#39;NTLM&amp;#39;. ---&amp;#62; System.Net.WebException&amp;#58; The remote server returned an error&amp;#58; &amp;#40;401&amp;#41; Unauthorized...&lt;br /&gt;Any helps for me, please&amp;#63; It is an urgent issue. Many thanks&lt;br /&gt;</description><author>pscorca</author><pubDate>Wed, 05 Aug 2009 15:49:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Error for a scheduled job - SharePoint list adapters 20090805034911P</guid></item><item><title>Commented Issue: SSIS Sharepoint Dest. - Trouble Inserting Datetime (DT_DBTIMESTAMP) into a Sharepoint List</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=9764</link><description>If I Insert Datetime Values &amp;#40;DT_DBTIMESTAMP in SSIS&amp;#41; into a Sharepoint List using the SSIS 2005 Sharepoint Destination, the time part is always set to 23&amp;#58;30. Example&amp;#58; 15.05.2009 09&amp;#58;15 --&amp;#62; 15.05.2009 23&amp;#58;30.&lt;br /&gt;&lt;br /&gt;If I try the same piping the Data through an Access Database &amp;#40;I know thats dirty&amp;#33;&amp;#41; into my Sharepoint list, everything is fine.&lt;br /&gt;Comments: ** Comment from web user: kevinidzi ** &lt;p&gt;Thanks for the workaround, maybe i&amp;#39;ll work out something in the future so that it isn&amp;#39;t necessary, the next time updates are made. Thanks&amp;#33;&lt;/p&gt;</description><author>kevinidzi</author><pubDate>Sat, 27 Jun 2009 18:02:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: SSIS Sharepoint Dest. - Trouble Inserting Datetime (DT_DBTIMESTAMP) into a Sharepoint List 20090627060223P</guid></item><item><title>Commented Issue: SSIS Sharepoint Dest. - Trouble Inserting Datetime (DT_DBTIMESTAMP) into a Sharepoint List</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=9764</link><description>If I Insert Datetime Values &amp;#40;DT_DBTIMESTAMP in SSIS&amp;#41; into a Sharepoint List using the SSIS 2005 Sharepoint Destination, the time part is always set to 23&amp;#58;30. Example&amp;#58; 15.05.2009 09&amp;#58;15 --&amp;#62; 15.05.2009 23&amp;#58;30.&lt;br /&gt;&lt;br /&gt;If I try the same piping the Data through an Access Database &amp;#40;I know thats dirty&amp;#33;&amp;#41; into my Sharepoint list, everything is fine.&lt;br /&gt;Comments: ** Comment from web user: SvenMe ** &lt;p&gt;The workaround proposed by RockClimberJack works just fine. The whole thing isn&amp;#39;t logical, but it works. Many thanks.&lt;/p&gt;</description><author>SvenMe</author><pubDate>Sat, 27 Jun 2009 07:27:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: SSIS Sharepoint Dest. - Trouble Inserting Datetime (DT_DBTIMESTAMP) into a Sharepoint List 20090627072737A</guid></item></channel></rss>