<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLSrvIntegrationSrv Forum Rss Feed</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Thread/List.aspx</link><description>SQLSrvIntegrationSrv Forum Rss Description</description><item><title>New Post: Binary code in the script is not found</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/444451</link><description>&lt;div style="line-height: normal;"&gt;Hi all,&lt;br /&gt;
&lt;br /&gt;
I am trying to use the new EzScript component. My C# code looks like this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        EzScript BuildNaturalKey = new EzScript(DataFlowTask1);
        BuildNaturalKey.ScriptLanguage = &amp;quot;CSharp&amp;quot;;
        BuildNaturalKey.ReadOnlyVars = &amp;quot;User::NaturalKey&amp;quot;;
        BuildNaturalKey.AttachTo(LoggingInfo);
        Console.Write(&amp;quot;Script Input - &amp;quot; + BuildNaturalKey.InputCount.ToString());
        BuildNaturalKey.LinkAllInputsToOutputs();
        BuildNaturalKey.InitNewScript();
        BuildNaturalKey.PutSourceFile(&amp;quot;main.cs&amp;quot;, codeString);
       BuildNaturalKey.InsertOutputColumn(&amp;quot;NaturalKey&amp;quot;);
        BuildNaturalKey.SetOutputColumnDataTypeProperties(&amp;quot;NaturalKey&amp;quot;, DataType.DT_WSTR , 700, 0, 0, 0);
        BuildNaturalKey.Build();
&lt;/code&gt;&lt;/pre&gt;

Everything works fine, code runs, package is generated, but when I open it in BIDS I get the error &amp;quot;Binary code for the scriptis not found.&amp;quot; When I open the script editor, the code I placed in main.cs is there, and when I simply close the window and hit okay, the script compiles.&lt;br /&gt;
&lt;br /&gt;
The key difference, of course, is now the BinaryCode element of the script task's XML in the package has the binary code in it, when the original generated package is blank.&lt;br /&gt;
&lt;br /&gt;
I thought the Build() command generated the BinaryCode? I see the thing in there with the BinaryCodeIndexer, but I have no how idea how to use this, and well, you guys aren't the best about documentation : ) &lt;br /&gt;
&lt;/div&gt;</description><author>kthejoker</author><pubDate>Tue, 21 May 2013 16:03:01 GMT</pubDate><guid isPermaLink="false">New Post: Binary code in the script is not found 20130521040301P</guid></item><item><title>New Post: Error: Invalid Hyperlink value in the data being updated.</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/444277</link><description>&lt;div style="line-height: normal;"&gt;I am using SSDT and running a package locally connecting to my DEV DB server.&lt;br /&gt;
 I am trying to update SharePoint List Destination and insert into the same list from OLEBD Source which is running a SQL command selecting all the columns.&lt;br /&gt;
 For both insert and update I am getting error &amp;quot;Error: Error on row ID=&amp;quot;1&amp;quot;: 0x81020020 - Invalid Hyperlink value in the data being updated.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 Detailed error for Insert:&lt;br /&gt;
 Error: Error on row ID=&amp;quot;1&amp;quot;: 0x81020020 - Invalid Hyperlink value in the data being updated. &lt;br /&gt;
 Error: Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.PipelineProcessException: Errors detected in this component - see SSIS Errors&lt;br /&gt;
 at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListDestination.ProcessInput(Int32 inputID, PipelineBuffer buffer)&lt;br /&gt;
 at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)&lt;br /&gt;
 [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component XXXXX failed with error code 0x80131500 while processing input &amp;quot;Component Input&amp;quot; (276). 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;
&lt;br /&gt;
 Detailed error for Update:&lt;br /&gt;
 Error: Error on row ID=&amp;quot;1&amp;quot;: 0x81020020 - Invalid Hyperlink value in the data being updated. (SP ID=7868)&lt;br /&gt;
 Error: Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.PipelineProcessException: Errors detected in this component - see SSIS Errors&lt;br /&gt;
 at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListDestination.ProcessInput(Int32 inputID, PipelineBuffer buffer)&lt;br /&gt;
 at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)&lt;br /&gt;
 [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component XXXX failed with error code 0x80131500 while processing input &amp;quot;Component Input&amp;quot; (676). 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;
&lt;br /&gt;
 I have tried to process a single row by changing the SQL command in the Source but it is throwing the same error.&lt;br /&gt;
 I have analyzed the data and made sure that 1 row does not contain any invalid hyperlink in it.&lt;br /&gt;
&lt;br /&gt;
 Please help.&lt;br /&gt;
&lt;br /&gt;
 Thanks&lt;br /&gt;
 Soumyadeb&lt;br /&gt;
&lt;/div&gt;</description><author>SoumyadebG</author><pubDate>Mon, 20 May 2013 13:03:35 GMT</pubDate><guid isPermaLink="false">New Post: Error: Invalid Hyperlink value in the data being updated. 20130520010335P</guid></item><item><title>New Post: Using the SSISMSBUILD extention</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/439952</link><description>&lt;div style="line-height: normal;"&gt;I've found my own solution and decided to share.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/37398f4f-530e-4561-8d1b-79cd303fdbd2/" rel="nofollow"&gt;http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/37398f4f-530e-4561-8d1b-79cd303fdbd2/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
DS19 provides a solution that works well for me&lt;br /&gt;
&lt;br /&gt;
~~~~&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;~~~&lt;br /&gt;
So I renounced to build it with devenv.exe command and now I'm investigating the MSBuild path: the tasks are from &lt;a href="http://sqlsrvintegrationsrv.codeplex.com/" rel="nofollow"&gt;http://sqlsrvintegrationsrv.codeplex.com/&lt;/a&gt; (main/SSISMSBuild), the build script is from &lt;a href="http://pastebin.com/kbj8tRUz" rel="nofollow"&gt;http://pastebin.com/kbj8tRUz&lt;/a&gt; and the build command looks like below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MSBuild SSISMSBuildDemo.msbuild /t:SSISBuild,SSISDeploy /p:SSISProj=&amp;quot;fooProj&amp;quot;,Configuration=&amp;quot;Development&amp;quot;,ProtectionLevel=&amp;quot;EncryptSensitiveWithPassword&amp;quot;, ProjectPassword=&amp;quot;fooPass&amp;quot;,SSISServer=&amp;quot;fooServer&amp;quot;,ProjectName=&amp;quot;fooProjFolder&amp;quot;&lt;br /&gt;
~~~~&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;~~~&lt;br /&gt;
&lt;/div&gt;</description><author>o0ollo0o</author><pubDate>Fri, 10 May 2013 17:28:49 GMT</pubDate><guid isPermaLink="false">New Post: Using the SSISMSBUILD extention 20130510052849P</guid></item><item><title>New Post: SharePoint List Adapter with SQL Proxy</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/442998</link><description>&lt;div style="line-height: normal;"&gt;The error I'm getting is:&lt;br /&gt;
&lt;br /&gt;
[SharePoint List Source [133]] Error: System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ntlm'.  The authentication header received from the server was 'NTLM'. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[SSIS.Pipeline] Error:  SharePoint List Source failed validation and returned error cod 0x80131501&lt;br /&gt;
&lt;/div&gt;</description><author>Kep</author><pubDate>Wed, 08 May 2013 19:16:08 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint List Adapter with SQL Proxy 20130508071608P</guid></item><item><title>New Post: SharePoint List Adapter with SQL Proxy</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/442998</link><description>&lt;div style="line-height: normal;"&gt;I believe my situation is unique and I'm not quite sure how to approach at this time.&lt;br /&gt;
&lt;br /&gt;
My SharePoint sites are housed by a separate server than the SQL server.  They are also on two different domains and they aren't linked in any way at all.  When I log into my computer, I log into it using the same credentials that are used for the SharePoint sites, but when I log into SQL I have a SQL user ID and password that I use and I access the SQL server from an IP Address internally.&lt;br /&gt;
&lt;br /&gt;
If I run my package on my local computer it runs beautifully, however, I want to set up the package to run as a Job Server SSIS Package.  The Job Server requires my SQL Log in information and is not linked in any way to the SharePoint list.&lt;br /&gt;
&lt;br /&gt;
I've tried setting up a proxy SSIS Package Execution, but I'm not able to use Credentials for the SharePoint site as Credentials.  It's stating an error of &amp;quot;Directory\User.Name&amp;quot; is not a valid Windows user, but it wouldn't be a Windows user.&lt;br /&gt;
&lt;br /&gt;
Any direction would be appreciated...this noob is getting frustrated.&lt;br /&gt;
&lt;/div&gt;</description><author>Kep</author><pubDate>Wed, 08 May 2013 18:52:25 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint List Adapter with SQL Proxy 20130508065225P</guid></item><item><title>New Post: SharePoint List Adapter on SP 2013 and SQL 2012 Execution Failure</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/442875</link><description>&lt;div style="line-height: normal;"&gt;When executing the SSIS package from SQL 2012 Management Studio I get the following error: &amp;quot;...sharepoint credential is not recognized as a valid connection manager type...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
We have packages running successfully on SQL 2008R2 using Custom Credentials (domain) and setting ProtectionLevel to EncryptAllWithPassword&lt;br /&gt;
&lt;br /&gt;
SQL 2012 Setup:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SharePointListAdaptersSetup-Beta-2012-01-28.msi installed on the SQL 2012 server&lt;/li&gt;
&lt;li&gt;VS 2012 with SQL Data Tools also installed on SQL server (for issue resolution)&lt;/li&gt;
&lt;li&gt;Package built with VS 2012 with SharePoint List Source adapter (simple SP 2013 list)&lt;/li&gt;
&lt;li&gt;Package executes inside VS 2012 (on the SQL Server) w/o issues&lt;/li&gt;
&lt;li&gt;Deploy using VS to SSIS Catalog&lt;/li&gt;
&lt;li&gt;Errors during manual execution of the Package.dtsx&lt;/li&gt;
&lt;li&gt;Verified SharePointListAdapters.dll in C:\Program Files (x86)\Microsoft SQL Server\110\DTS\PipelineComponents&lt;/li&gt;
&lt;li&gt;
Verified SharePointUtility in GAC&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
On SharePoint 2013:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Everyone has Full Access rights&lt;/li&gt;
&lt;li&gt;
The service account we use for Agent job proxy has Full Access rights&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Also tried:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Using Credentials of Existing Process and a scheduled Job with Proxy&lt;/li&gt;
&lt;li&gt;
Using Custom Credentials (domain) and setting ProtectionLevel to EncryptAllWithPassword&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Any help will be greatly appreciated!&lt;br /&gt;
&lt;/div&gt;</description><author>66Stang</author><pubDate>Tue, 07 May 2013 21:42:14 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint List Adapter on SP 2013 and SQL 2012 Execution Failure 20130507094214P</guid></item><item><title>New Post: The HTTP request is unauthorized with client authentication scheme 'Ntlm'</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/435845</link><description>&lt;div style="line-height: normal;"&gt;I'm getting the same kind of errors on a system where I don't have admin access for troubleshooting  or even to view logs.  I need to tell my SharePoint admins what needs to be changed but don't have a way to verify which permisions or which systems, IE or SP, need the fix.&lt;br /&gt;
&lt;/div&gt;</description><author>ltandy</author><pubDate>Thu, 02 May 2013 04:50:42 GMT</pubDate><guid isPermaLink="false">New Post: The HTTP request is unauthorized with client authentication scheme 'Ntlm' 20130502045042A</guid></item><item><title>New Post: List Rows are filtered</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/441341</link><description>&lt;div style="line-height: normal;"&gt;I have list with 75 items. My data flow source has no filter on it, yet 14 items are omitted. The 14 missing rows originally all correlated to two particular values in a lookup column. Wondering if the issue was related to those values, though, I created additional values and new rows that are tied to the new values, and the rows are still missing in the output.&lt;br /&gt;
&lt;br /&gt;
It's a calendar, and each entry has a start/end date, a person, and a team. The original set of missing rows are associated with two particular teams. I created new teams in the team lookup list, and created new rows in the calendar for the same people with the same start/end dates but associated with the new teams. Those new rows are also omitted by the SSIS data source. I created a new row for a different person associated with one of the new team rows. That row comes through fine. So the problem isn't the team value, and the probably isn't the person, because those people have other rows for other teams that are not omitted in the output.&lt;br /&gt;
&lt;br /&gt;
Clear as mud? It doesn't make any sense to me either, but I could sure use a straw to grasp.&lt;br /&gt;
&lt;/div&gt;</description><author>KarenWallace</author><pubDate>Tue, 23 Apr 2013 19:22:59 GMT</pubDate><guid isPermaLink="false">New Post: List Rows are filtered 20130423072259P</guid></item><item><title>New Post: Using the SSISMSBUILD extention</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/439952</link><description>&lt;div style="line-height: normal;"&gt;I'm trying to setup a build server on my local machine using the TFS Build in visual studio 2010. The build will be using a XAML file (company standard). &lt;br /&gt;
&lt;br /&gt;
I'm at point where I can build a normal c# project and have my build controller, agent and definition setup correctly. &lt;br /&gt;
&lt;br /&gt;
When I try to build a SSIS solution, I get the following error.&lt;br /&gt;
C:\Builds\10\Something.dtproj.metaproj: The project file &amp;quot;Something.dtproj&amp;quot; is not supported by MSBuild and cannot be built.&lt;br /&gt;
&lt;br /&gt;
It seems that the SSISMSBUILD project in the code can resolve my issue. I'm not sure how to include it in MSBUILD and SSIS solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I can build the dlls with the  Microsoft.SqlServer.IntegrationServices.Build.csproj file. How do I include it in MSBUILD and/or SSIS solution?&lt;br /&gt;
&lt;br /&gt;
Any suggestions or advice would be appreciated.&lt;br /&gt;
&lt;/div&gt;</description><author>o0ollo0o</author><pubDate>Thu, 11 Apr 2013 15:38:12 GMT</pubDate><guid isPermaLink="false">New Post: Using the SSISMSBUILD extention 20130411033812P</guid></item><item><title>New Post: Enable Forms Based Authentication when using the SharePoint List Source with Integration Project</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/439112</link><description>&lt;div style="line-height: normal;"&gt;The site I am trying to get the list data from is only setup for Form's Based Authentication and when I work with the List Control in a Visual Studio Integration Project I am getting the following:&lt;br /&gt;
The HTTP request was forbidden with client authentication scheme 'Ntlm'. ---&amp;gt; System.Net.WebException: The remote server returned an error: (403) Forbidden.&lt;br /&gt;
&lt;br /&gt;
Is there a way to tell the ConnectionManager not to use NTLM and use Forms Based Authentication?&lt;br /&gt;
&lt;br /&gt;
Any help is appreciated.&lt;br /&gt;
Steve&lt;br /&gt;
&lt;/div&gt;</description><author>smoro</author><pubDate>Thu, 04 Apr 2013 15:28:30 GMT</pubDate><guid isPermaLink="false">New Post: Enable Forms Based Authentication when using the SharePoint List Source with Integration Project 20130404032830P</guid></item><item><title>New Post: Any way to import from multiple SharePoint sites in a loop?</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/437463</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I've got a number of SharePoint sites, all with the same list definition inside; I'd like to use SSIS to consolidate the data from all those sites;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.stevecooper.org/codeplex/import-multiple-sharepoint-sites.JPG" alt="Importing multiple sharepoint sites" /&gt;&lt;br /&gt;
&lt;br /&gt;
I'm struggling to see if you can vary the 'SiteUrl' property of the SharePoint List Source inside the ForEach loop. I would normally expect to see an 'Expressions' property and do something like &amp;quot;SiteUrl : @User::sharepointUrl&amp;quot; but there doesn't seem to be anything like that.&lt;br /&gt;
&lt;br /&gt;
Any ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>stevecooperor</author><pubDate>Thu, 21 Mar 2013 10:00:18 GMT</pubDate><guid isPermaLink="false">New Post: Any way to import from multiple SharePoint sites in a loop? 20130321100018A</guid></item><item><title>New Post: SharePoint List Adapter on 2012</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/430373</link><description>&lt;div style="line-height: normal;"&gt;I had this adapter previously installed with VS 2008, and had issues making it work by simply Upgrading/Repairing the List Adapter. VS2010 would not even be able to upgrade the SSIS Package: The wizard would fail and the package would be unusable.&lt;br /&gt;
&lt;br /&gt;
I had to completely remove the List Adapter from Add/Remove programs, and re-install it. Then I was able to run successfully the Upgrade Wizard on the SSIS Packages and work with them.&lt;br /&gt;
&lt;br /&gt;
P.S. Love the adapter btw ;)&lt;br /&gt;
&lt;/div&gt;</description><author>Qucho</author><pubDate>Tue, 19 Mar 2013 01:27:15 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint List Adapter on 2012 20130319012715A</guid></item><item><title>New Post: XML Destination</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/436145</link><description>&lt;div style="line-height: normal;"&gt;The xmldest.dll works fine in sql server 2012, but I needed another encoding.&lt;br /&gt;
I've changed the encoding to unicode in 'xmldest.cs' in project xmlDest_SQL2012 and now I receive the following errors below:&lt;br /&gt;
&lt;br /&gt;
Error: 0xC004801F at Data Flow Task, SSIS.Pipeline: The component metadata for &amp;quot;XML Destination, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF}&amp;quot; could not be upgraded to the newer version of the component. The PerformUpgrade method failed.&lt;br /&gt;
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.&lt;br /&gt;
Error: 0xC0048021 at Data Flow Task, XML Destination [47]: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is &amp;quot;&amp;quot;.&lt;br /&gt;
Error: 0xC0047017 at Data Flow Task, SSIS.Pipeline: XML Destination failed validation and returned error code 0xC0048021.&lt;br /&gt;
Error: 0xC004700C at Data Flow Task, SSIS.Pipeline: One or more component failed validation.&lt;br /&gt;
Error: 0xC0024107 at Data Flow Task: There were errors during task validation.&lt;br /&gt;
&lt;br /&gt;
Does anyone know what to do?&lt;br /&gt;
&lt;/div&gt;</description><author>jasmindejong</author><pubDate>Mon, 11 Mar 2013 13:53:34 GMT</pubDate><guid isPermaLink="false">New Post: XML Destination 20130311015334P</guid></item><item><title>New Post: How do I import Large Lists with SharePoint List Source adapter?</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/433690</link><description>&lt;div style="line-height: normal;"&gt;Thanks David,&lt;br /&gt;
How did you do it?  can you step through the steps?  Did you require a loop or use CAML query to set limits?&lt;br /&gt;
Could it be that you have no limit restrictions on your SharePoint list?  is it 2010? and could you have god mode special permission to allow you to bypaas the 5000k limit?    I can get it to work for list less then 5000K no problem.&lt;br /&gt;
&lt;/div&gt;</description><author>Randy_D</author><pubDate>Fri, 08 Mar 2013 23:03:07 GMT</pubDate><guid isPermaLink="false">New Post: How do I import Large Lists with SharePoint List Source adapter? 20130308110307P</guid></item><item><title>New Post: The HTTP request is unauthorized with client authentication scheme 'Ntlm'</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/435845</link><description>&lt;div style="line-height: normal;"&gt;I am using the SharePoint source list adapter and when I try to connect to any list in SharePoint 2007, I got 401 error. This happens in both designer and SQL Agent, and I am sure that my account and the SQL agent account has permission to the SharePoint list.&lt;br /&gt;
&lt;strong&gt;It works with all other Web Applications within the farm, but fail for all sites within this particular webapp that I need data from.&lt;/strong&gt; All webapp in the farm are using Windows Integrated Auth with Kerberos.&lt;br /&gt;
&lt;br /&gt;
Error at Data Flow Task [SharePoint List Source [1]]: System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate,NTLM'. ---&amp;gt; System.Net.WebException: The remote server returned an error: (401) Unauthorized.&lt;br /&gt;
   at System.Net.HttpWebRequest.GetResponse()&lt;br /&gt;
   at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)&lt;br /&gt;
   --- End of inner exception stack trace ---&lt;br /&gt;
&lt;br /&gt;
Server stack trace: &lt;br /&gt;
   at System.ServiceModel.Channels.HttpChannelUtilities.ValidateAuthentication(HttpWebRequest request, HttpWebResponse response, WebException responseException, HttpChannelFactory factory)&lt;br /&gt;
   at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding)&lt;br /&gt;
   at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)&lt;br /&gt;
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)&lt;br /&gt;
   at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)&lt;br /&gt;
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)&lt;br /&gt;
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)&lt;br /&gt;
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)&lt;br /&gt;
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)&lt;br /&gt;
&lt;br /&gt;
Exception rethrown at [0]: &lt;br /&gt;
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)&lt;br /&gt;
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoap.GetListAndView(GetListAndViewRequest request)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.ListsService_ListsSoap_GetListAndView(GetListAndViewRequest request)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.GetListAndView(String listName, String viewName)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointList(String listName, String viewId)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointFields(String listName, String viewId)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.GetFields(Uri sharepointUri, NetworkCredential credentials, String listName, String viewName)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.GetAccessibleSharePointColumns(String sharepointUrl, String listName, String viewName)&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.ValidateSharePointColumns()&lt;br /&gt;
   at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.Validate()&lt;br /&gt;
   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100 wrapper)&lt;br /&gt;
Error at Data Flow Task [SSIS.Pipeline]: component &amp;quot;SharePoint List Source&amp;quot; (1) failed validation and returned error code 0x80131501.&lt;br /&gt;
&lt;/div&gt;</description><author>adsz889</author><pubDate>Fri, 08 Mar 2013 03:46:01 GMT</pubDate><guid isPermaLink="false">New Post: The HTTP request is unauthorized with client authentication scheme 'Ntlm' 20130308034601A</guid></item><item><title>New Post: How do I import Large Lists with SharePoint List Source adapter?</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/433690</link><description>&lt;div style="line-height: normal;"&gt;I don't know the answer to your question but the lists I have been bringing out atr 21 columns and 150,000 rows with a batch of 1,000 and the adapter coped fine. &lt;br /&gt;
&lt;br /&gt;
It brought 355K rows in 34 minutes&lt;br /&gt;
&lt;br /&gt;
Dave&lt;br /&gt;
&lt;/div&gt;</description><author>DavidBridge</author><pubDate>Thu, 07 Mar 2013 14:53:30 GMT</pubDate><guid isPermaLink="false">New Post: How do I import Large Lists with SharePoint List Source adapter? 20130307025330P</guid></item><item><title>New Post: System.ServiceModel.FaultException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/434663</link><description>&lt;div style="line-height: normal;"&gt;When querying a SharePoint list using the SharePoint List Adapter in SSIS, I get the following message:&lt;br /&gt;
&lt;br /&gt;
Error: 0xC0047062 at SharepointDocument Population Staging, SharePoint List Source [4444]: Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException: Unspecified SharePoint Error.  A possible reason might be you are trying to retrieve too many items at a time (Batch size) ---&amp;gt; System.ServiceModel.FaultException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.&lt;br /&gt;
&lt;br /&gt;
It would be nice to be able to see the InnerException detail here, is that possible?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Ken&lt;br /&gt;
&lt;/div&gt;</description><author>kmjones77</author><pubDate>Wed, 27 Feb 2013 09:58:28 GMT</pubDate><guid isPermaLink="false">New Post: System.ServiceModel.FaultException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. 20130227095828A</guid></item><item><title>New Post: SharePoint List Source not returning records</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/393986</link><description>&lt;div style="line-height: normal;"&gt;I have the same problem too, no error but no data is read. I have put the farm admin user and password in the connection manager but I am running the package from BIDS installed on the sql server while logged in with another account. There aren't any item-level premissions. This message shows in the progress tab. &lt;br /&gt;
&lt;br /&gt;
[SharePoint List Source] Information: Loaded 0 records from list 'listname' at 'url'. Elapsed time is 190ms&lt;br /&gt;
&lt;br /&gt;
any suggestions ?&lt;br /&gt;
&lt;/div&gt;</description><author>bioforge</author><pubDate>Wed, 27 Feb 2013 08:06:45 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint List Source not returning records 20130227080645A</guid></item><item><title>New Post: Anyone figure this out with Sharepoint Online/Office 365?</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/287770</link><description>&lt;div style="line-height: normal;"&gt;I'm stuck here as well. I am sending text files to a doc library in 365 via email and need to pull the files down into SSIS for ETL processing..... keep getting the FORBIDDEN error 403.&lt;br /&gt;
Has anyone made any progress on this front?&lt;br /&gt;
&lt;/div&gt;</description><author>Skutr</author><pubDate>Wed, 27 Feb 2013 00:17:42 GMT</pubDate><guid isPermaLink="false">New Post: Anyone figure this out with Sharepoint Online/Office 365? 20130227121742A</guid></item><item><title>New Post: Error in SharePoint List Destination: System.InvalidOperationException: Duplicate attribute</title><link>http://sqlsrvintegrationsrv.codeplex.com/discussions/434584</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br /&gt;
&lt;br /&gt;
I am currently utilizing the SharePoint List Destination component in my SSIS package to transfer metadata to a SharePoint list. However, I am currently getting this error when I run my package:&lt;br /&gt;
&lt;br /&gt;
[Update Sharepoint Metadata [4281]] &lt;br /&gt;
Error: System.InvalidOperationException: Duplicate attribute.  &lt;br /&gt;
at System.Xml.Linq.XElement.AddAttributeSkipNotify(XAttribute a) &lt;br /&gt;
at System.Xml.Linq.XContainer.AddContentSkipNotify(Object content)  &lt;br /&gt;
at System.Xml.Linq.XContainer.AddContentSkipNotify(Object content)  &lt;br /&gt;
at System.Xml.Linq.XContainer.Add(Object content)  &lt;br /&gt;
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter._Closure$__7._Lambda$__63(XElement row)  &lt;br /&gt;
at System.Linq.Enumerable.WhereSelectEnumerableIterator&lt;code&gt;2.MoveNext()    &lt;br /&gt;at System.Linq.Enumerable.&amp;lt;UnionIterator&amp;gt;d__81&lt;/code&gt;1.MoveNext()  &lt;br /&gt;
at System.Linq.Enumerable.WhereSelectEnumerableIterator&lt;code&gt;2.MoveNext()    &lt;br /&gt;at System.Xml.Linq.XContainer.AddContentSkipNotify(Object content)    &lt;br /&gt;at System.Xml.Linq.XContainer.Add(Object content)    &lt;br /&gt;at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.ExecuteSharePointUpdateBatch(String listName, String viewId, XElement batchXml, Int16 batchSize)    &lt;br /&gt;at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.UpdateListItems(Uri sharepointUri, NetworkCredential credentials, String listName, String viewName, IEnumerable&lt;/code&gt;1 fieldValueList, Int16 batchSize)  &lt;br /&gt;
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListDestination.ProcessInput(Int32 inputID, PipelineBuffer buffer)  &lt;br /&gt;
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper90 wrapper, Int32 inputID, IDTSBuffer90 pDTSBuffer, IntPtr bufferWirePacket)&lt;br /&gt;
&lt;br /&gt;
Appreciate your kind assistance on this matter. Thanks a lot! :)&lt;br /&gt;
&lt;/div&gt;</description><author>chasejace</author><pubDate>Tue, 26 Feb 2013 19:00:26 GMT</pubDate><guid isPermaLink="false">New Post: Error in SharePoint List Destination: System.InvalidOperationException: Duplicate attribute 20130226070026P</guid></item></channel></rss>