Cannot create ActiveX component.
Hi All, I have inherited numerous VS packages and one of them has given me nothing but grief since taking it on. I have worked through numerous bugs on it to where I can run the package manually in VS...
View ArticleError 80040E4D Login Failed for user ' '
I executed this package successfully yesterday. Today I ran it again and it gave me this error. My coworker moved the database to a new server and so I thought I could change the connection manager...
View ArticleIssue with Balance Data Distributor dll
I have a package with BDD component. I have tried to run this package in SQL Server 2012 after placing the TxBDD.dll (belongs to SQL Server 2014) in pipeline components. It shows error as "The managed...
View ArticleErroneous Exception When Running a Script Task
Good morning, all -I'm having a very strange problem with SSIS on VS2017.Yesterday, I was having a problem with a script that corrected. It was throwing an exception - giving me that wildly useful...
View Articlecheck for rows in oracle source query before truncate sql destination table
Hi,I am working on optimizing a package where it has following steps in seqence:truncate table sqlTable DFT : oracle attinuity source query from sql command followed by ole db destination to load...
View ArticleDased on Parameter value run data flow task
Based on the Paramater value I wan to start the data flow excecuation A or B.For example lets say the parameter name is InputFlagwhen i set the precedience constraint to InputFlag==...
View ArticleSQL Server: Overflow of float data type during simple transfer operation...
I have a SSIS that copies data from one database to the other. The tables are created using identical script and contain a number of float columns with default precision. Is it possible for an...
View ArticleHow to download files from sharepoint (On-Line) from SSIS 2008 R2
Hi,i have to connect to the SharePoint online via SSIS 2008 R2 via VB Scripts 2008 and have to perfrom below activity.1. Download files from SharePoint (On-Line) (some time all files, some time based...
View ArticleSSIS Lookup Component Error -"Row yielded no match during lookup"
I am processing/upload a simple csv file with few columns. In each column I have simple text data with no more 50 characters.but SSIS Lookup Component Error -"Row yielded no match during lookup" for...
View ArticleSSIS Package hangs while performing validation on execution
I have a SSIS package which just transfers the data from Excel file to SQL server data base table. When i execute the package in SSDT it works fine but scheduling it through a SQL Server job it just...
View ArticleWrong generated bufferwrapper.cs
Hi and thanks in advance for reading my problem:I've created a dtsx-file, put there in a data flow task and in the data flow task a script component. The bufferwrapper.cs of any scriptcomponent gets...
View ArticleHow to write case statement in SSIS expression Derived Column.
Hello ,I have a data flow task where I am getting a flat file and importing into our staging table. But before I import I am trying to remove the domain from the field called computer name. Here is...
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 import data 5 crore records batch wise ?
Dear Folks,How to import 5 crore records data ( 500 Gb Size ) total 15 tables.what is the login import btachwsie ?can you assist.Thanks In advance.Thanks,Reddy
View ArticleWebservice not working as excpected
For the first time i’m trying to use a webservice in SSIS. The webservice I’m trying to use is: http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdlTo test this webservice I use:...
View ArticleThe component metadata for "Script Component" could not be upgraded the the...
Hello, I have install on my machine SQL Server Data Tools 2015, i create a new "Integration Service Project", Create a new package with a few script and other ETL work. On my machine everything is...
View ArticleCall Rest Api and store data in Azure Sqlserver Database
Hi I am trying to collect data from a call to a rest api controlled by basic authentication (authenticate pre-emptively). I cannot use third party products. It seemed relatively easy but I am missing a...
View Articlessis and excel file
Hi there,I have the SSIS package to generate the excel file. Currently, the SQL task with the query below to create the excel sheet. I need to add the additional column 'Discount Amount' but it kept...
View ArticleSSIS filter ADO .NET source query based on results from another query
a newbie to SSIS here, so if you are able to help.. please add as much detail to your answer as possible :) My goal is to be able to parameterise my ado.net source based of values already in a table...
View Article