Has anyone had any success converting old packages with Oracle connections to...
I can get the Attunity drivers to work fine, but I cannot get any of the Oracle connections to work to give me the ability to use the Execute SQL Task to run a delete statement.I have installed both 32...
View ArticleBe our next Spring SSIS Guru!
In the northern hemisphere at least, Spring is here! (apparently)And at TechNet Wiki, we're hoping you're all hatching new ideas for this month's TechNet Guru competition!We're looking for more shoots...
View ArticleThe specified header or data row delimiter "{LF}" is not found
Hello,I'm trying to import a csv file to a SQL server DB using a Flat File source and am running into the following message:The specified header or data row delimiter "{LF}" is not found after scanning...
View ArticleSSIS Dynamic Input Parameters
Good day,I have a simple package that makes use of a stored procedure. The stored procedure makes use of a start and end date parameter. I would like, when I execute the package, the first thing is an...
View ArticleMS SSIS command line call "Argument for option 'set' is not valid"
Hi all,I'm tring to execute a SSIS package from command line. Here's the code:dtexec.exe /file "E:\TestIS\IntegrationServicesProject1\IntegrationServicesProject1\Package.dtsx" /set...
View ArticleSQL agent scheduling for SSIS package
I have a package with a souce and destination connection using login as 'sa'.I created a scheduling task to call this package for running. However the sql agent service is running as domain user . It...
View Article[SSISDB].[internal].[operations] vs [SSISDB].[catalog].[executions]
This is on SSIS 2012. What is the difference between these two? I see that one is a table and the other is a view. But not sure how the contents are different.They both seem to be a log of some sort...
View ArticleError when trying to execute SSIS packages from VB.net that have an Execute...
I can execute SSIS packages from VB.net, but not if they contain an Execute SQL task. I am getting the error message "A first chance exception of type 'System.IO.FileLoadException' occurred in...
View ArticleMigrating Packages
HelloI am trying to migrate some SSIS packages from a 2008 instance to a 2008 R2 instance. I have exported the dtsx file from the 2008 instance. When I attempt to import the package into the R2...
View ArticleConfiguration Settings not changing
I have recently noticed that when I create a new SSIS package and add another Configuration setting such as "Release" or "Test" the values in my project parameters do not change between settings.For...
View ArticleFTP Connection Manager - The password was not allowed
Hi. I have created ssis package that sends a file via FTP. This works fine when testing on my local machine. When I import the package into Integration Services on the SQL Server then run as a job the...
View Articleexecuting a bat file from SSIS
I have a bat file that can only be executed successfully from an administrator command prompt. Double clicking on the bat file will return an "Access denied" message and right clicking and running it...
View ArticleConverting Oracle date type to SQL Server date type
Hi guys, what is your experience when extracting oracle dates to SQL server?My goal is to extract a Date type from Oracle to SQL Server Date type but I'm getting "Invalid date format", so I need to...
View ArticleWhat is the most efficent way to iteratively debug custom SSIS component?
I'm iteratively writing a custom SSIS component. I have two Visual Studio 2013 sessions open. One for the custom SSIS component and one that has a test SSIS package to test the custom data flow...
View ArticleDatatable returns 0 rows when consuming data from Object Variable (Recordset)
This is crazy! I have a variable called ValidISBN and InvalidISBN (both Type Object). I have a Recordset that populates these variables in a data flow and I can see that the records comes in...
View ArticleDynamically Setting a Variable from a Connection String that has been set by...
Hi GuysI'm setting up a Master / Slave (Parent / Child) dtsx environment but I'm unable to work out how to dynamically set a variable in the Master dtsx from a connection string that has had its value...
View ArticleHow to create log file for ETL operation ?
Hello,I have created a sample project for ETL operation. For that 1. Source - Flat file is the source from which data are extract. It contains ID,Name and Address Columns2. Transformation - Lookup that...
View ArticleData Conversion Error
Hi,I have a requirement, the source is N no.of files. I have to loop through all the file(contains 5 columns col1, col2, col3, col4) and aggregate the results based on column 1,2 and other file based...
View ArticleParallel Script Tasks Using Same Connection Manager are Corrupted
We're seeing a bizarre issues in our SSIS package. We are using an HTTP connection manager in multiple script tasks running in parallel and the connections seem to be getting mismatched. Here's the...
View ArticleLoad data from 2012 to 2008
If i create a ssis package and have a source of sql 2012 to destination sql 2008 in my dataflow, will this work? The ssis package would be created for sql 2012 and installed on the sql 2012 server.
View Article