New Post: Using the SSISMSBUILD extention
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). I'm at point where I can build a normal c#...
View ArticleCommented Issue: Getting Error while trying to configuere the site URL: The...
I'm using a SharePoint List Destination in SQL Server Integration Services. When I try to configure the site URL, via the advanced editor, I get the message see below.I can access the Sharepoint via...
View ArticleNew Post: List Rows are filtered
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...
View ArticleNew Post: The HTTP request is unauthorized with client authentication scheme...
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...
View ArticleNew Post: SharePoint List Adapter on SP 2013 and SQL 2012 Execution Failure
When executing the SSIS package from SQL 2012 Management Studio I get the following error: "...sharepoint credential is not recognized as a valid connection manager type..." We have packages running...
View ArticleNew Post: SharePoint List Adapter with SQL Proxy
I believe my situation is unique and I'm not quite sure how to approach at this time. My SharePoint sites are housed by a separate server than the SQL server. They are also on two different domains and...
View ArticleNew Post: SharePoint List Adapter with SQL Proxy
The error I'm getting is: [SharePoint List Source [133]] Error: System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The...
View ArticleNew Post: Using the SSISMSBUILD extention
I've found my own solution and decided to share.http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/37398f4f-530e-4561-8d1b-79cd303fdbd2/ DS19 provides a solution that works well for me...
View ArticleReviewed: SharePoint List Source and Destination (May 15, 2013)
Rated 1 Stars (out of 5) - Why has this not been updated to work with SQL Server Data Tools and SQL Server 2012? All of the fixes I have been able to find involve tabs that don't exist in the Tool any...
View ArticleClosed Issue: Potential metadata corruption [19239]
__SharePointListAdaptersSetup - 2013-01 Beta__gives the following error on SSDT2012 against SP2013:Title: Editing ComponentThe component has detected potential metadata corruption during...
View ArticleCreated Unassigned: Error: Invalid Hyperlink value in the data being updated....
I am using SSDT and running a package locally connecting to my DEV DB server.I am trying to update SharePoint List Destination and insert into the same list from OLEBD Source which is running a SQL...
View ArticleNew Post: Error: Invalid Hyperlink value in the data being updated.
I am using SSDT and running a package locally connecting to my DEV DB server. I am trying to update SharePoint List Destination and insert into the same list from OLEBD Source which is running a SQL...
View ArticleNew Post: Binary code in the script is not found
Hi all, I am trying to use the new EzScript component. My C# code looks like this: EzScript BuildNaturalKey = new EzScript(DataFlowTask1); BuildNaturalKey.ScriptLanguage = "CSharp";...
View ArticleSource code checked in, #100610
Fix for EzConditionalSplit when there are multiple output paths. Potential API break if code is expecting uint.
View ArticleNew Comment on "SharePoint List Adapters"
Even after install you do not see the "Sharepoint Connection manager' after installing your package on your deployment server then check that this file exists C:\Program Files\Microsoft SQL...
View ArticleNew Post: Could not connect to HTTPS SharePoint site
Hello, I am trying to connect to my secure HTTPS site url using SharePoint List Adaptor. I get following error when I am trying to connect. I can connect to another non https site without any issues....
View ArticleNew Post: returning more than one field in a list..?
I have some code to return data from a list: var listPath = new Uri(string.Format("{0}/forms/", SitePath)); var fieldNames = new List<string> {"Id","UserName", "FullName"}; var query =...
View ArticleCreated Unassigned: Problem with SharePoint List Destination Adaptor when...
I created a SSIS project to extract data from a SharePoint list (2010) and store it to a SQL Server 2012 Data Warehouse. I am using the SharePoint List Destination adaptor (for 2012) with success when...
View ArticleNew Post: SQL Agent SPCRED Issue
I'm having this issue with 2008 R2. I tried removing the connection manager, but that throws another error. "The exception was: Could not load file or assembly 'SharePointListAdapters, Version=1.0.0.0,...
View ArticleReviewed: SharePoint List Source and Destination (Jun 12, 2013)
Rated 4 Stars (out of 5) - Thanks! I have even refered to this page in my blog: http://afsawaf.blogspot.com/2013/06/options-for-accessing-sharepoint-lists.html
View Article