SSIS 2012 : Package hangs intermittently during execution...
Hi,I'm facing a strange problem wherein package execution hangs intermittently on state "OnPipelinePreComponentCall".If the execution process is killed & restarted, it executes properly &...
View ArticleException from HRESULT: 0xC0048021
0 down vote favorite I am trying to implement a custom data flow component in my managed code. Here is my custom data flow component: [DtsPipelineComponent(DisplayName = "RenameComponent",...
View Articleexecute sql task with oracle
I am trying to use SELECT statement and assign count of multiple columns to variables. I implemented same for MSSQL connection it worked perfectly but for oracle it is not working any solution/ ideas...
View ArticleMultiple Visual Studio Editions: How do I get the right version of VSS to...
Fellow Techies,We have multiple versions of visual studio (vs2012-vs2015) active in our environment. I recently upgraded my vss environment from vs2012 to vs2015 to develop a new wcf client for a...
View ArticleTimeout after 30 seconds when executing package via .NET
Hi,I'm using SSIS 2012 with SQL version: 11.0.5537.0 SP2 Enterprise Edition: Core-based Licensing (64-bit).I'm getting timeout errors when it takes more than 30 seconds to execute an SSIS package via...
View ArticlePackage which loads from Excel fails from SQL Job
Hi All,We have a situation where we have a SQL Server 2008R2 SSIS package x64 that needs to be executed in 32bit runtime because the package uses MS Excel. We tested the package by setting 64 bit...
View ArticleDataflow task Dataviewer not displaying
I have a dataflow task, where the source is using a sql command from a variable, which the variable is being set in a script task immediately before. The sql command gets the variable correct, because...
View ArticleAfter running SSIS Package ISServerExec,exe stays in memory
I'm running SQL Server Standard 2014 (12.0.2000.8 RTMStandard Edition (64-bit)) and I run a daily SSIS job. The Job calls two child processes for each customer (21 customers) and it runs between 20 to...
View ArticleExecute package task with project reference using connection string
Hi All,i have 10 different Staging packages and i want to call only the package which need to load data.how can i achieve this in project reference mode.Example...
View ArticleImport data with page title
I need create a package to import data which has page title like following. My Result ReportDate: Mar/28/2016 Created By: Report Creator My Date My Field My ValueMar/28/2016 My...
View ArticleData Conversion (NTEXT to TEXT) fails
I have a SSIS package that includes a conversion step to convert an NTEXT column from a SQL Server database table to TEXT for inserting into another table. It runs successfully on my laptop (Windows...
View ArticleHow to use send email task in SSIS package?
I am New to SSIS, So far I have configured the Database email using Basic Authentication in my SQL server management Studio. Now I want to send an email from SSIS package. I know that the send Email...
View ArticleSSMS connecting to SSIS with message Failed to retrieve data for this...
HiFull message below but basically I have tried all the DCOM things in this article and still no joy...
View ArticleHow do I change the length of a column in the metadata?
A very simple package, reads data from SQL Server and FTPs it to a destination. I have zero experience with SSIS.I had to add a new column (HEA_ID) to the input and output. The output record has a...
View ArticleRecords with comma in flat file (SSIS 2008R2)
I am using flat file as a source to pull the record and store it in another flat file. All records are getting loaded except for the records where comma is there in a particular rowI am pulling one...
View ArticleMoving an SSIS DQS transformation between environments
I'm using SQL Server 2012 and we have created an SSIS package that uses the Data Quality Services (DQS) Cleansing transformation. Everything works great, except when we try to move the SSIS package...
View Articleflat file non csv - text qualifier double quotes
Hello, Regarding the flat file connection manager. If it's a csv file with data in double quotes then putting a dbl quote in the text qualifier field strips the dbl quote. Preview shows the dbl quote...
View ArticleBuffer Issue with ODBC Driver SSIS 2012.
Hello ,I have a package with the below tasks.Source : MYSQL5.6 - Table - 50000000Source Connection : ODBC DriverDestination : SQLServer -TableDestination Provider : OLEDB Driver.I am trying to read...
View Articleredirect entire row when any single column error
Hello, if my input row from flat file has an error on any column we can redirect so we can get the error code, error description, column number...but what about the actual whole row with all the...
View ArticleThe component has not available input columns!!
hello everyoneI've spent two days now searching online for solution to this problem.So here is my package:SQL Script for task "Create Temp Table to Store Database info"IF EXISTS (SELECT *...
View Article