how can i fix this? works good in visual studio
I am having issues while executing my package in SSMSPackage runs fine in Visual studio. I have a oracle as source and sql server destination as connection managersMessage TypeActionMessage...
View ArticleReinitializeMetaData() method giving error while iterating through dataflow...
Hi,I am creating a package programatically in a Script Task inside a package. This package has 1 data flow task created programmatically which is supposed to have 2 sources & 2 destinations...
View ArticleCreate dynamic File Name using Destination Table Name in SSIS
Hi, I have a source OLEDB staging table . I multicast the data from staging to loadreadytable as well as flat file.I have close to 1000 tables and hence 1000 flat file. so am creating new Flatfile...
View ArticleRemove Intermittent Quotation Marks From Flat File
I need to import a text file we receive from a vendor. Unfortunately, the vendor sends a somewhat messed up file. The file is comma delimited, which is no big deal. But, the file sprinkles quotation...
View ArticleSSIS Failed to Start after Protection Level Changed
I had a SSIS project which by default used EncryptSensitiveWithUserKey as Protection level. Due to security purposes and the fact that the proection is being manipulated by my new co-workers I need it...
View ArticleSSIS reusable transformations
Hi,I am using SSIS 2015. I have a table which has 30 DATE columns. I want to apply transformation logic on these date fields. the logic is same but it has to be applied on all 30. Instead of writing...
View Articleconnection info disappears every time i close and reopen solution
Hi. I'm running vs2008. I cloned a package, added two conns and then tried to add them to configs which already had a few configs in , some using a sql table of conn strings.While the pkg was open...
View ArticleQuestion on setting a TLS 1.2 value within a SSIS package when connecting to...
We've been connecting to a vendor, Heartland, using a web service task in SSIS to consume our data and bring it down and insert the data into a SQL server table.This last Wednesday, they upgraded their...
View ArticleDoes Azure-SSIS Integration Runtime support FTP connection?
Hi,I have configured Integration runtime in Azure Data Factory (Azure-SSIS type) and deployed to SSISDB catalog a package. The package tries to connect to FTP, receive a file and put it to temporary...
View ArticleSSIS
helloI have a table 'Test' in sql server with following columns|path |Name| Table name||C:\Test1 |x.txt | Test1 ||C:\Test2 |y.txt |Test2 ||C:\Test3 |a.txt |Test3 |...
View ArticleDynamic configuration file name in select configuration type
I have created a package. I have setup dtsconfig file under 1. Package configuration wizard2. select configurationtype = xml configuration file3. Specify configuration settings directly3a....
View ArticleWhich variables return warning number and description in OnWarning Event...
Hi All,When there's an execution error in our SSIS 2012 packages, we use the OnError event handler to run a stored procedure that logs the error using the variables System::ErrorCode and...
View ArticleThe AcquireConnection method call to the connection manager "Excel Connection...
I have deployed my packages into Sql Server and I am using Configuration File. As my Data Source is Excel, I have changed the connection string during deployment with Server Path. But I am getting the...
View ArticleHow to run Deployed Pkg's at 64 bit
Hello, I'm on a single SQL Server instance and box where both Dev and prod occur. I have VS 2015 installed, with Teradata Drivers and Attunity driver to reach the data source. All that is 32 bit for...
View ArticleMultiple Inputs to Script Component
I have SSIS flow performing the followingStep1: Extract Records from Source Table ODBC sourceStep 2: Derived field for transformation-> error output of step 2 is connected to step 2a Step 2a....
View ArticleError at the time of Package Execution on AlwaysOn Environment
Hi Guys,We are facing issue during executing SSIS Package in AlwaysOn Environment. We have 2 nodes on Win 2012 R2 DC & SQL Serer 2016. The SSIS DB is the part of Availability Databases & in the...
View ArticleImport .csv file with date time stamp standard using SSIS
I tried to create .csv file with date timestamp like "XXX_2018-07-11-09.12.33.731000.csv" but I can able to create the file name till seconds using SSIS.How to get .csv file name mentioned below using...
View Articleraw file to stored procedure
1- In server1, stored procedure (SP1) produces a resultset exec sp1; 2- In server2, stored procedure (SP2) accepts a TableType exec sp2 @TableTypeTrying to create a ssis package so that SP2 is executed...
View ArticleSSIS
hello I have a table 'Test' in sql server with following columns |path |Name| Table name| |C:\Test1 |x.txt | Test1 | |C:\Test2 |y.txt |Test2 | |C:\Test3 |a.txt |Test3 |...
View ArticleSSIS
how do I get package name, taskname, start_datetime, end_datetime, no of rows inserted, no of rows updated,no of rows downloaded from source after every iteration of for leach loop and insert these...
View Article