<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/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: fixed SiteUrl, now problems with SiteListName</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=75759</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I got past the previous error by putting in litterally &lt;a href="http://sitename.org/Pages/Default.aspx"&gt;http://sitename.org/Pages/Default.aspx&lt;/a&gt; for the SiteUrl value.&lt;/p&gt;
&lt;p&gt;I'm trying a local reference to the SiteListName with &amp;quot;/Lists/Tasks/&amp;quot; and that produces an &amp;quot;Error at Data Flow Task[SharePoint List Source [1]: System.ServiceModel.ProtocolException: The content type tezt/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8) etc...&lt;/p&gt;
&lt;p&gt;hints gratefully accepted.&lt;/p&gt;
&lt;p&gt;/Robin&lt;/p&gt;&lt;/div&gt;</description><author>RobinTheHood</author><pubDate>Fri, 20 Nov 2009 20:32:24 GMT</pubDate><guid isPermaLink="false">New Post: fixed SiteUrl, now problems with SiteListName 20091120083224P</guid></item><item><title>New Post: SSIS: SharePoint List Source and Destination + SoapServerException</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=75630</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is probably a real silly question, but since I have not found it in a FAQ or any where in discussion, I'll ask it here.&lt;/p&gt;
&lt;p&gt;After installing the SharePoint List Source and Destination msi, I added the tools to the data aflow toolbox, dragged a SharePoint List Source object onto the design surface and opened the Advanced Editor.&lt;/p&gt;
&lt;p&gt;I added a SiteUrl and SiteListName, leaving the SiteListViewName blank, and I get an &amp;quot;Error at Data Flow Task [SharePoint List Source[21]]&lt;/p&gt;
&lt;p&gt;Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException: Unhandled SharePoint Exception ----&amp;gt; System.ServiceModel.FaultException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.&lt;/p&gt;
&lt;p&gt;I think I'm using the correct syntax for the SiteUrl and SiteListName values.... namely SiteUrl is &lt;a href="http://sitename/"&gt;http://sitename/&lt;/a&gt;&amp;nbsp;and the list name is relative &amp;quot;/collaborate/listname&amp;quot;&lt;/p&gt;
&lt;p&gt;any clues gratefully recieved..&lt;/p&gt;
&lt;p&gt;/Robin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>RobinTheHood</author><pubDate>Thu, 19 Nov 2009 17:55:26 GMT</pubDate><guid isPermaLink="false">New Post: SSIS: SharePoint List Source and Destination + SoapServerException 20091119055526P</guid></item><item><title>New Post: SQL decimal to SP number issue</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=49267</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;As a follow up on this, I came across another reason to use this SSIS SharePoint adapter, with the variation on the SharePoint destination datatype.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Need: mapping from a SQL &lt;strong&gt;numeric&lt;/strong&gt;(13,2) -&amp;gt; SharePoint &lt;strong&gt;currency&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In SharePoint, I see currency's underlying datatype once again is DT_R8 - revealed inside the SSIS advanced properties of the SharePoint List Source, External Columns &amp;gt; DataType section.&amp;nbsp; It'd been a while since touching this part of the solution, so I had to retrace my original solution posted above.&amp;nbsp; As it turns out:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Solution: in SQL prior to retrieving the numeric column using the OLE DB source, convert the column into a float -- &lt;strong&gt;cast(column1 as float)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Afterwards, in SSIS make sure to remove the outbound OLE-DB source mapping &amp;amp; re-add the mapping (so it pulls the correct float/DT_R8 datatype) or edit the advanced properties on the green data flow coming from the OLE-DB source, then edit the datatype of the specific&amp;nbsp;Output Column.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'll post&amp;nbsp;the complete SSIS walkthrough with glorious pictures on my blog; &lt;a href="http://pritishwrites.blogspot.com"&gt;http://pritishwrites.blogspot.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;amp; thanks for the community contribution Kevin.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>pjacob</author><pubDate>Thu, 19 Nov 2009 01:31:19 GMT</pubDate><guid isPermaLink="false">New Post: SQL decimal to SP number issue 20091119013119A</guid></item><item><title>New Post: Upgrade from SQL 2005 to 2008</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=74969</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have downloaded SharePointlist Adapter for SQL 2005. And we plan to upgrade sql server 2005 to 2008. Do I have to reinstall the SharePointListAdapter for SQL server 2008? Do I have to recreate package for sql server 2008?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>heibeili</author><pubDate>Fri, 13 Nov 2009 03:58:36 GMT</pubDate><guid isPermaLink="false">New Post: Upgrade from SQL 2005 to 2008 20091113035836A</guid></item><item><title>New Post: SSIS : SharePoint List Source and Destination + Excel</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=74757</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hello everyone&lt;/p&gt;
&lt;p&gt;i have 2 problems&lt;/p&gt;
&lt;p&gt;1-i wanna import data from excel to sharepoint list but i can't import data because that i have lookup field in sharepoint list.&lt;/p&gt;
&lt;p&gt;what's your suggestion?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2-i can't imoprt data from excel to sharepoint list(whitout lookup field in sharepoint list) because i have 12,000 records in excel.&lt;/p&gt;
&lt;p&gt;when run this program , excel source read 700 records only...&lt;/p&gt;
&lt;p&gt;what's do you think about it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="Copy selction" src="http://www.qtl.co.il/img/copy.png" alt=""&gt;&lt;a title="Search With Google" href="http://www.google.com/search?q=hello everyone&amp;#13;&amp;#10;&amp;#13;&amp;#10;i have 2 problems&amp;#13;&amp;#10;&amp;#13;&amp;#10;1-i wanna import data from excel to sharepoint list but i can't import data because that i have lookup field in sharepoint list.&amp;#13;&amp;#10;&amp;#13;&amp;#10;what's your suggestion?&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#13;&amp;#10;2-i can't imoprt data from excel to sharepoint list(whitout lookup field in sharepoint list) because i have 12,000 records in excel.&amp;#13;&amp;#10;&amp;#13;&amp;#10;when run this program , excel source read 700 records only...&amp;#13;&amp;#10;&amp;#13;&amp;#10;what's do you think about it?"&gt;&lt;img src="http://www.google.com/favicon.ico" alt=""&gt;&lt;/a&gt;&lt;img title="Translate With Babylon" src="http://www.babylon.com/favicon.ico" alt=""&gt;&lt;img title="Translate with Morfix" src="http://www.morfix.com/favicon.ico" alt=""&gt;&lt;img title="Translate With Google" src="http://www.google.com/favicon.ico" alt=""&gt;&lt;/p&gt;&lt;/div&gt;</description><author>arioamir</author><pubDate>Wed, 11 Nov 2009 09:02:37 GMT</pubDate><guid isPermaLink="false">New Post: SSIS : SharePoint List Source and Destination + Excel 20091111090237A</guid></item><item><title>New Post: SharePointUtility DeleteItem idList</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=74559</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I need a sample of how to build the idList, the third parameter used to delete a file using the SharePointUtility. I'm using a For Each Loop to copy files from a Sharepoint library to a file server. I need to delete each file after it is copied. I don't have the sharepoint file id available but I do have the file name.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;</description><author>SteveMorris</author><pubDate>Mon, 09 Nov 2009 17:50:37 GMT</pubDate><guid isPermaLink="false">New Post: SharePointUtility DeleteItem idList 20091109055037P</guid></item><item><title>New Post: EzApi for sql server 2005</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=74008</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;Please tell me how to convert the eZapi[c# code] from &lt;strong&gt;sql server 2008&lt;/strong&gt; to &lt;strong&gt;sql server 2005&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Jibin&lt;/p&gt;&lt;/div&gt;</description><author>jibin</author><pubDate>Wed, 04 Nov 2009 09:07:57 GMT</pubDate><guid isPermaLink="false">New Post: EzApi for sql server 2005 20091104090757A</guid></item><item><title>New Post: No Input columns</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=73702</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok so aparently I just neded to push refresh on the column mapping page. all is well.&lt;/p&gt;&lt;/div&gt;</description><author>thomastx05</author><pubDate>Sat, 31 Oct 2009 21:34:45 GMT</pubDate><guid isPermaLink="false">New Post: No Input columns 20091031093445P</guid></item><item><title>New Post: No Input columns</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=73702</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I bed that I seam to be the only one with the problem, but when I creat a sharepoint list source it connects fine but it show I have no columns for mapping. There are several columns however in the list they just do not show up in ssis.&lt;/p&gt;&lt;/div&gt;</description><author>thomastx05</author><pubDate>Sat, 31 Oct 2009 19:00:18 GMT</pubDate><guid isPermaLink="false">New Post: No Input columns 20091031070018P</guid></item><item><title>New Post: SSIS Copy files form and to SharePoint document library</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=73599</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="font-size:10pt;color:black"&gt;I am trying to automate a files copy rename from source SharePoint Document Library to a Destination SharePoint Document Library &lt;/span&gt;with SSIS&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black"&gt;There will be about six files posted once a week to source folder with the same name every week and will overwrite the file in the folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black"&gt;I need to copy and rename the files to the SharePoint Document Library archive folder before they will be overwritten and add the file date to the file name&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black"&gt;T&lt;/span&gt;he reason fro SSIS is because that is all that I am aloud. I just have bids 2005.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:'Segoe UI'"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>mweaver59</author><pubDate>Fri, 30 Oct 2009 11:55:42 GMT</pubDate><guid isPermaLink="false">New Post: SSIS Copy files form and to SharePoint document library 20091030115542A</guid></item><item><title>New Post: SSIS / SharePoint Source  and SQL Agent issue</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=73242</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Well ...i found my problem (after 4 hours spent on it !!) i put the SQL Agent account admin of SharePoint, but it seems that i need to declare this account to the SharePoint child List too&lt;/p&gt;&lt;/div&gt;</description><author>Larcher</author><pubDate>Tue, 27 Oct 2009 16:53:14 GMT</pubDate><guid isPermaLink="false">New Post: SSIS / SharePoint Source  and SQL Agent issue 20091027045314P</guid></item><item><title>New Post: SSIS / SharePoint Source  and SQL Agent issue</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=73242</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I built a package on SQL 2005 with the SharePoint source component.&lt;/p&gt;
&lt;p&gt;This package works on Business Intelligence Studio, and with SSIS (ran manually)&lt;/p&gt;
&lt;p&gt;I put this package on a Job on SQL Agent : i got this message when i ran the job :&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;&lt;em&gt;Executed as user: HAYWARD\SQL. ...ersion 9.00.4035.00 for 32-bit&amp;nbsp; Copyright (C) Microsoft Corp 1984-2005. All rights reserved.&amp;nbsp;&amp;nbsp;&amp;nbsp; Started:&amp;nbsp; 17:34:47&amp;nbsp; Error: 2009-10-27 17:34:51.06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code: 0xC0047062&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source: TRANSFERT SharePoint List Source [1]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description: Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException: Unspecified SharePoint Error.&amp;nbsp; 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.&amp;nbsp;&amp;nbsp;&amp;nbsp; Server stack trace:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp;amp; rpc)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean on...&amp;nbsp; Process Exit Code 1.&amp;nbsp; The step failed.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I dont use the same Account for package designing and SQL Agent Account, anyway, both of them are setup on my sharepoint website.&lt;/p&gt;
&lt;p&gt;Can you help me ?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;
&lt;p style="padding-left:30px"&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Larcher</author><pubDate>Tue, 27 Oct 2009 16:47:40 GMT</pubDate><guid isPermaLink="false">New Post: SSIS / SharePoint Source  and SQL Agent issue 20091027044740P</guid></item><item><title>New Post: Update the SQL table whne a new item is added in a sharepoint list</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=71984</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi &lt;a id="ctl00_ctl00_MasterContent_Content_PostRepeater_ctl02_UserNameLink" style="text-decoration:underline;color:#3e62a6" href="http://www.codeplex.com/site/users/view/kevinidzi"&gt;kevinidzi&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your reply. Well, that is what I'm looking for.&lt;/p&gt;&lt;/div&gt;</description><author>scvinod</author><pubDate>Tue, 27 Oct 2009 05:14:43 GMT</pubDate><guid isPermaLink="false">New Post: Update the SQL table whne a new item is added in a sharepoint list 20091027051443A</guid></item><item><title>New Post: Update the SQL table whne a new item is added in a sharepoint list</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=71984</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;With this component, you cannot update when a new item is added.&amp;nbsp; But you could schedule a job to run every X minutes and check for any new items since the last time, and update the new items as appropriate. If that might be a scenario you are looking for, then we can help you out.&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 27 Oct 2009 04:44:54 GMT</pubDate><guid isPermaLink="false">New Post: Update the SQL table whne a new item is added in a sharepoint list 20091027044454A</guid></item><item><title>New Post: Update the SQL table whne a new item is added in a sharepoint list</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=71984</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have created a Integration Service Package with a SPList as the source and a SQL Table as the destination. I want the SQL Table to get updated when a new Item is added in to the SPList. I'm new to this.Can anyone please help me out.Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>scvinod</author><pubDate>Wed, 14 Oct 2009 18:33:31 GMT</pubDate><guid isPermaLink="false">New Post: Update the SQL table whne a new item is added in a sharepoint list 20091014063331P</guid></item><item><title>New Post: Update SP List using Sharepoint Destination List</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=69127</link><description>&lt;div style="line-height: normal;"&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Kevin&lt;/p&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks for responses on this issue. I think I have
discovered the problem. The list that I am trying to update has a connection
back to an application database and is synchronized by a process supplied by
the vendor. I created a duplicate list that was not set up to be synchronized
and I was able to update 1900+ records in a few seconds. &lt;/p&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p class=MsoNormal&gt;The way the synchronization works is when sharepoint is
updated it immediately tries to update the SQL database with the new
information. Before it tries to update the database it has to check the
application security to ensure the person doing the update has permissions in
the application to update that data. I think the added processing of trying to
update the application database and having to check the security is adding the
additional time, and processing, so that the update is timing out.&lt;/p&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p class=MsoNormal&gt;I am going to check with the vendor about this and see if
there’s anything that we can.&lt;/p&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p class=MsoNormal&gt;Again, thanks for your help on this matter.&lt;/p&gt;

&lt;p class=MsoNormal&gt; &lt;/p&gt;

&lt;p class=MsoNormal&gt;Jon&lt;/p&gt;

&lt;/div&gt;


&lt;br&gt;&lt;div id=disclaimer.hcri.harvard.edu&gt;&lt;hr&gt;

&lt;p style=""&gt;&lt;em&gt;This communication (including any attachments) is intended for the use of the intended recipient(s) only and may contain information that is confidential, privileged or legally protected. Any unauthorized use or dissemination of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender by return e-mail message and delete all copies of the original communication. Thank you for your cooperation.&lt;br&gt;&lt;/em&gt;&lt;/p&gt;&lt;em&gt;&lt;hr&gt;This email has been scanned and certified safe by SpammerTrap(r)&lt;/em&gt;

&lt;p&gt; &lt;/p&gt;

&lt;hr&gt;&lt;/div&gt;

&lt;br&gt;&lt;/div&gt;</description><author>Thehammer848</author><pubDate>Tue, 13 Oct 2009 09:51:37 GMT</pubDate><guid isPermaLink="false">New Post: Update SP List using Sharepoint Destination List 20091013095137A</guid></item><item><title>New Post: SSL - Could not establish trust relationship for the SSL/TLS secure channel.</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=71274</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yeah - basically I think I need to implement some sort of&amp;nbsp;callback interface so that&amp;nbsp;when the certificate validation occurs this event handler captures it and then returns true.&amp;nbsp;Ideally this would be some sort of option in the interface (Ignore SSL&amp;nbsp;Cert&amp;nbsp;Errors) because I'd imagine lots of people will hit this exact same challenge when working in preprod/dev environments. So I know what to do - in theory - but I'm just a lowly SQL Dev so putting this into practice is proving somewhat overwhelming for me at this point in time. Any tips and pointers on how to do this would be greatly appreciated. Certainly step one would be just to implement the interface (but which interface, where???) and then step two would be to make this a parameter.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sean&lt;/p&gt;
&lt;p&gt;p.s Big shoutout to all the people who put this together - it rocks my world and has solved so many of my sharepoint challenges and opened up so many opportunities for us to capture simple additional datapoints for reporting in our BI environment!!&lt;/p&gt;&lt;/div&gt;</description><author>seanrob</author><pubDate>Tue, 13 Oct 2009 09:14:33 GMT</pubDate><guid isPermaLink="false">New Post: SSL - Could not establish trust relationship for the SSL/TLS secure channel. 20091013091433A</guid></item><item><title>New Post: Https for SiteUrl</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=68103</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hm, you shouldn't have to do that.&amp;nbsp; If you enter that exact URL into the Browser, I assume it brings up your site?&amp;nbsp; Try appending this to your site url:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/_vti_bin/lists.asmx&lt;/p&gt;
&lt;p&gt;If you get a webservice page, then your root url (before the first slash above) is what needs to go in the config.&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 06:49:16 GMT</pubDate><guid isPermaLink="false">New Post: Https for SiteUrl 20091013064916A</guid></item><item><title>New Post: Update SP List using Sharepoint Destination List</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=69127</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Wow, you must have a very wide row to make it timeout at that small a size.. Did you try&amp;nbsp;a worst case batch size of 1 and see if you still get that issue?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Due to the way that it is an XML blob going over the wire, the batch size is the only way to really tweak that.&amp;nbsp; Perhaps the timeout could be increased, there has been requests to make that a bit more configurable. I am thinking of making some updates shortly to the component, i'll keep this in consideration if i do so.&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 06:46:58 GMT</pubDate><guid isPermaLink="false">New Post: Update SP List using Sharepoint Destination List 20091013064658A</guid></item><item><title>New Post: Updating site column with multiple values in share point list destination</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=71032</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;How are you creating a separated list? One thing to keep in mind is that the delmited list is actually 2 elements each.. ID/Name;ID/Name .. Name can be blank in the case where you are updating and giving an ID, but you have to have the space for the name.&amp;nbsp; You can't just do ID;ID;ID&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 13 Oct 2009 06:44:35 GMT</pubDate><guid isPermaLink="false">New Post: Updating site column with multiple values in share point list destination 20091013064435A</guid></item></channel></rss>