New Post: SharePoint List Adapter Source Not Working
I had a similar problem. To get the job done with no error I added the account that runs the package to the administrator group of the server that runs sharepoint. Also this account needs to have at...
View ArticleNew Post: Can i use this with Sharepoint 2010?
When i look at the the component tyoe i have installed its version 1.0.0.0. Is this what i should be using for Sp 2010 on Sql server 2008 r2 64 bit. As i have been trying it but i keep getting error...
View ArticleNew Post: SSIS is not using the provided custom Sharepoint credentials
Look at the SQL Server Agent (MSSQLSERVER) user in the Sql Server Configuration Manager. Make sure that user has been added to the sharepoint site you are trying to write to.
View ArticleNew Post: SSIS is not using the provided custom Sharepoint credentials
This was impossible in the context. The goal of providing the sharepoint credentials to the SP Source/Destination plugin was to avoid this issue. But obviously, that feature is bugged. I ended up...
View ArticleNew Post: Can i use this with Sharepoint 2010?
All fixed. Very good tool indeed. Sql server 2008 prefereed type DT_WSTR instead of DT_STR for some reasons :(. Not after fixing that had issue with the Sql List Adapter stating couldn't load the...
View ArticleCommented Issue: EzAPI: Set EzExecuteSqlTask.Connection Error (with answer)...
EzExcutables.cs LN: 813 Error on set the Connection when you create a ExecuteSqlTask :(host.InnerObject as ExecuteSQLTask).Connection = value.Name;i fixed it also with this code...
View ArticleNew Post: HTTP Request is unauthorized - claims authentication & kerberos
I know it has been asked several times, but I'm having a problem using the adapter with a SP 2010 site that is configured with claims authentication and Kerberos. I'm not even able to get this to run...
View ArticleNew Post: Really slow performance when extracting from SharePoint
Hi, Does any one have some suggestions to improve performance when just extracting data from a SP list? I'm using the adapter to extract data from our Diary solution, and when I extract our list of...
View ArticleCommented Issue: Adapters fail in Claims environment. [18463]
When trying to connect the adapters to SharePoint lists in a SharePoint farm configured to use Claims authentication, the following error message is return when Visual Studio attempts to validate the...
View ArticleCreated Issue: Add the DLLs for SSIS to the source code [18703]
When you grab the source and make a change and try to build, it is a PITA. I don't have all of the appropriate SQL client tools installed, so I was unable to actually run the makeinstall.cmd...
View ArticleCommented Issue: Add the DLLs for SSIS to the source code [18703]
When you grab the source and make a change and try to build, it is a PITA. I don't have all of the appropriate SQL client tools installed, so I was unable to actually run the makeinstall.cmd...
View ArticleNew Post: SSIS is not using the provided custom Sharepoint credentials
Can someone clarify the true intent of the Custom Credentials? Is this expected to work with AD domain accounts? What trusts must be in place for the credentials to work?
View ArticleNew Post: Data Missing in SP List Destination
Having the same problem with latest adapters. When using Destination adapter and loading decimal numbers from SQL - data is missing in SP List. Integers are fine. Any advice? Thanks
View ArticleNew Post: Data Missing in SP List Destination
wasilow wrote: Having the same problem with latest adapters. When using Destination adapter and loading decimal numbers from SQL - data is missing in SP List. Integers are fine. Any advice? Thanks it...
View ArticleNew Post: download location
I went to the download page for EzAPI - Package Generation API (SQL 2012) but I see no download link. It says there are no downloads available...why?
View ArticleSource code checked in, #94877
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleNew Post: Upgrading my SSIS package for SQL 2012 Server
Hi, I am upgrading my SSIS package to SQL 2012 Server. My SSIS package connects to a SharePoint 2010 list to read/update data. Once I upgraded my SSIS package to SQL 2012 BIDS (Visual Studio 2010),...
View ArticleNew Post: SharePoint List to SQL transfer - How to eliminate duplicate data?
I have been asked to see if I can create a way to send a SharePoint list to an SQL table. So I downloaded and installed the SSIS SharePoint List Adapters for SQL Server Integration. Setup a new...
View Article