Test connection failed because of an error in initializing provider. Oracle...
I am facing the error while connecting to oracle server from SSDTBI 2012 SSIS package. I installed Oracle 11g client and adapter "AttunitySSISOraAdaptersSetupX64". But still getting the same...
View ArticleSSIS Package wont open in any version of Visual Studio
I have to modify an SSIS Package. It has not been touched since 2009 and was maintained by a person who has now left.The package is fairly simple. It reads data from two SQL Server tables and combines...
View ArticleOLE DB Source
Hi,When connection using an OLE DB Source,usingProvider : Native OLE DB\IBM DB2 UDB for Iseries IBMDA400 OLE DB ProviderI get the following error : connection failed because of an error in initializing...
View ArticleHow NOT to edit SSIS dtsx packages manually to change config filter in SQL...
I have many packages that are using the package configuration with the following way:-ALL Packages have the XML configuration file that has only one proporty defined. The ConnectionString of the SQL...
View ArticleSSIS PACKAGE INCREMENTAL
Hi Friends,As I have one table in mysql having identity column I want to create package and copy that mysql table using ssis into sqlserver 2012 by incremental, My query is based on identity column...
View Articlecopy 2000 database invalid object name issue
Hi I'm trying to copy a s2k db to s2005 64 bit db. I setup the copy db as a schedule but it keeps failing which invalid object name which i think would suggest that the import table is not there??...
View ArticleError message using SQL import and Export Wizard with Excel spread sheet
I am trying to import an Excel spreadsheet using the Import export wizard that is provided with SQL 2014. Everything seems to set up OK but then when I go to do the transfer "error message" comes up...
View ArticleUsing Parameters in an Execute SQL Task in Integration Services
I'd like to use named parameters instead of question marks in my Execute SQL Task in Integration Services. How do I do this ? Not clear on how to do it any other way other than a question mark.thanks,John
View ArticleADO.Net Source editor in data flow task in SSIS
Is there anyway I can add ADO.Net Source and destination editor on data flow task in SSIS?Any suggestion would be great.
View ArticleWhy do I have to Open and physically Save a provided .xlsx File in order to...
It sounds CRAZY...but it's true and I proved it out over many tests...We receive a .xlsx File from an outside vendor. If we simply move the file over to our processing Path and then try to source it...
View ArticlePassing the instance of a C# class to a SSIS package
I'm a newbie to SSIS and I'd like to know if it's even possible to pass an instance of a C# class from a WinForm application to an SSIS package. I know I can pass it explicitly to different variables,...
View Articlesp_getapplock script not working in SSIS(data tools 2012)
Hi,I have a SSIS package created in 2012 data tools. I have added sql tasks to create and release the locks.Create the lock script in sql task1:DECLARE @ProcResult int = 0; -- Get an exclusive...
View ArticleExcel VBA - Import datat from SQL server via ADODB.Recordset using strored...
Hello, several days I am trying to import data from Sql server using ADODB to excel file via VBAThe data is called via stored procedure, which has one parameter @Koef.I tried use ADODB.command or...
View ArticleError loading from XML. No further detailed error information can be...
I am using SMO within c#.NET to build a SMO transfer object and then execute it to transfer data between various SQL instances...Think Import/Export wizard with some error handling ;)using...
View ArticleSQL Server Replication with MYSQL DB on web
Hi Friends,I want to inquire that using sqlserver 2012 we can configure transactional replication between MYSQL DB on web to sqlserver 2012. Tables will be residing on MYSQL DB web to SQLSERVER 2012....
View ArticleWhen dragging SSIS objects on canvas the objects shake by using SSDT 2010
Hi team, This is not the first time report the issue as describe in the title, I'm using SQL Server 2012 SP2 and SSDT 2010 still persists. I want to know when will this issue can be fixed? It was quite...
View ArticleSSIS Logging
HelloWe have SSIS running in a server, where we scheudled all our jobs and the pkg store is filesystem. Right now no logging is enabled on any packages. I am trying to implement the logging which will...
View ArticleExcel connections to SQL Server 2008 R2
I am looking for the best way to connect excel to SQL Server so that I can deploy the spreadsheets to users. I don't want the users to have to mess with setting up a connection string. I just want them...
View ArticleIssue with Dataflow Task in SSIS Package
Hello Everyone,I have recently created an SSIS package to Load data from Flat file to SQL Server Table, it was working fine. Now I have bought a new laptop and copied the projects into this new system...
View ArticleThe SISS Package requires one of these edition...problem.
Hi guys, I built a package using SSIS from BIDS. It works but when one of my colleagues try to run the package from his machine it gives the error:He has BIDS as well, from SQL Server 2008 R2. I built...
View Article