New Post: Setting Execute SQL Task Connection Manager
Hi, How is setting execute SQL task connection manager supposed to be done using EzAPI? Setting the Connection property to an EzOleDbConnectionManager throws a NullReferenceException that originates...
View ArticleNew Post: Setting Execute SQL Task Connection Manager
I found out what's wrong. The EzExecuteSqlTask's Connection property's setter is actually incorrectly coded. Current implementation is as follows.public EzConnectionManager Connection { get { return...
View ArticleNew Comment on "SharePoint List Adapters"
Is there any sample code of dynamically creating a CAML query using an expression - for example to pass in a "last-run" date to use for incremental loads?
View ArticleNew Post: How do I import Large Lists with SharePoint List Source adapter?
Having issues trying to import a large SP list approx 7500 rows; I get the error, "Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException: Unspecified SharePoint Error. A...
View ArticleNew Post: Error in SharePoint List Destination:...
Hi All, 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...
View ArticleNew Post: Anyone figure this out with Sharepoint Online/Office 365?
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. Has anyone made...
View ArticleCommented Issue: SP List - Need support for O365 Claims Authentication [19231]
Found this relevant Url http://ksmuraleedharan.blogspot.com/2011/10/accessing-web-service-in-sharepoint.htmlThis might be already addressed with a different checkin, I need to verify.Comments: **...
View ArticleNew Post: SharePoint List Source not returning records
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...
View ArticleNew Post: System.ServiceModel.FaultException: Exception of type...
When querying a SharePoint list using the SharePoint List Adapter in SSIS, I get the following message: Error: 0xC0047062 at SharepointDocument Population Staging, SharePoint List Source [4444]:...
View ArticleCreated Issue: Buffer error appearing in SharePoint List Source for one...
I am applying the SharePoint List Source adapter in an SSIS package running under SQL Server 2008 R2. In this package the SharePoint List Source is located in a loop in which I am passing to it a Site...
View ArticleReviewed: SharePoint List Source and Destination (Mar 06, 2013)
Rated 5 Stars (out of 5) - If you get an error installing your package on your deployment server then check that this file exists C:\Program Files\Microsoft SQL...
View ArticleNew Post: How do I import Large Lists with SharePoint List Source adapter?
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. It brought 355K rows in 34 minutes Dave
View ArticleNew Post: The HTTP request is unauthorized with client authentication scheme...
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...
View ArticleNew Post: How do I import Large Lists with SharePoint List Source adapter?
Thanks David, How did you do it? can you step through the steps? Did you require a loop or use CAML query to set limits? Could it be that you have no limit restrictions on your SharePoint list? is it...
View ArticleNew Post: XML Destination
The xmldest.dll works fine in sql server 2012, but I needed another encoding. I've changed the encoding to unicode in 'xmldest.cs' in project xmlDest_SQL2012 and now I receive the following errors...
View ArticleNew Post: SharePoint List Adapter on 2012
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...
View ArticleNew Post: Any way to import from multiple SharePoint sites in a loop?
Hi, 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; I'm struggling to see if you can vary the...
View ArticleNew Post: Enable Forms Based Authentication when using the SharePoint List...
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: The...
View ArticleReviewed: EzAPI - Package Generation API (SQL 2012) (abr 04, 2013)
Rated 4 Stars (out of 5) - i want learn to generate pakage, thaks
View ArticleCommented Issue: SharePoint List Adapters: Support SQL 2012 Release Version...
HiWe are migrating from 2008 R2 to 2012. We have made extensive use of the SharePoint List adapters to get data in an out of SharePoint lists with SSIS. Now with Data Tools I cannot get the components...
View Article