Connection Manager changes from Oracle client to SQL Server client causing...
I have created an ETL package that copies data from Oracle tables to an Oracle table using a Data Flow task. Then I copy data from the Oracle table to a SQL Server table using a Data Flow Task but for...
View Articlessis truncation error
Hello,I am trying to import data from csv to a sql server table (2008 R2 SE edition of sqlserver) with an ssis package. The data I am trying to import is from a website form that gets saved to a csv...
View ArticleExecute Power shell script from SSIS 2012
Hi ,I am using SSIS 2012 and trying to execute power shell script using Execute Process task giving the details belowExecutable - C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exeArguments -...
View ArticleImport from XML to SQLServer errors out
Hello,I created an SSIS package. Here is how it looks like:I am trying to loop through a bunch of xml files one after the other that start with word connect and insert data from each xml to a sql...
View ArticleCode executed even after errors in script task
Hello all,I have a container in which 2 steps are being executed. on 2nd step while generating reports, error come. The control goes to step 3 and 4 and code is executed. But when control goes to this...
View ArticleExport SQL table to Excel in .xlsx format
Hello,it looks like the system automatically checked "Always create backup" box. I am wondering if there is a way to force it off, maybe thru extended properties?Many thanks,Cari
View ArticleSSIS Package Not Executing from C#
Hi all! Trying to get a local SSIS package to kick off after the user clicks the Audit button on a Windows form project I built. Here is the code so far: //Variable & object declaration string...
View ArticleQuerying SSIS XML definition - package deployment method
Hello,I need to query the xml defintion of SSIS packages which we have deployed using the package deployment method.These packages do not exist on the msdb.dbo.sysssispackages table but on the...
View ArticleSSIS Script task using Json code on 32 bit machine
Hi,Following code is running fine on Sql server 2008R2 64 bit machine, I am testing on 32 Bit machine to migrate it to 2012 Sql server I cannot bypass the following error which I have no idea.Code...
View ArticleNeed to store two variables for two select statements in single Execute SQL task
Hi All,I have two Select statements which will bring me two different Ids, I want to store them in the variables using Execute SQL task. Can I have two select statements in the execute SQL task and...
View ArticleUploading files to google cloud storage buckets not working
Hello ,I have to upload files to google cloud storage. I instaaled gsutil from google and authenticated. I uploaded a sample file and its working fine.And I want to perform the same task with SSIS....
View ArticleSSIS re-try ODBC connection on error
First, the question: If I have a datareader source that uses an ODBC connection, and that connection errors for some reason, how can I have the package wait a minute and try the dataflow again, and...
View ArticleDesign pattern for getting the counts.
Hello everyone,Currently we have a SSIS package which is processing a text file and performing the below actions:1.Generate failed file for records didn't passed the data validations set rules.2.Failed...
View ArticleSSIS Expression Help to Get previous month
"F:\\Opr\\Qt5\\MonthlyDeliveryFile\\Qt_Monthly" + (DT_STR,2.1252)Month(getdate())+ (DT_STR,4.1252) Year(Getdate()) + ".txt"Hi al,I have a task where I need to generate a file delivery process which is...
View ArticleCalling Package from EXCEL VBA, can't find Microsoft.SqlServer.Dts.Runtime
So I am writing a macro to execute a SSIS package deployed to the SSISDB catalog on SQL Server. I found some VB.Net code. It starts with... Imports Microsoft.SqlServer.Dts.Runtime.Since this is VBA I...
View ArticleHow to handle errors in dts programming
Hi Guys,Recently I'm working on DTS and I'm new to this. What I'm trying to achieve is to create a data flow task and get it work.An error occurred when the code runs to package.Execute();I want to get...
View ArticleSSIS - Edit Script... (Script Task) Error
When I tried to edit the script task in SSIS, I am receiving the below error message....
View ArticleSSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
Hi,Getting the below Error while creating connection between SSIS ETL package and SQL Server."SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to...
View ArticleRow delimeter problem
Hi all,I'm trying to process flat files with SSIS 2014. Everything was OK before upgrade SSIS packages from 2008R2 to 2014 but now I have some problems. I tried to figure out what is wrong and checked...
View ArticleSSIS Foreach Loop Container - looping progress frozen after first file
I have an SSIS 2005 package migrated to SSIS 2008 BIDS ; in this package, I have a Foreach loop container, which reads text files from A to E, i.e. 5 files. For some unknown reasons, when I run the...
View Article