SSIS Failed When reading XLSB File and works fine with XLSX File.
Hi,I have a SSIS package that executes from C# Code. the objective is to upload the data from xlsx or xlsb file to DB tables.When I use xlsx file, The ssis runs fine. But, When I Upload xlsb file. I am...
View ArticleSSIS Project Deploy - Best Practices
Hi All,I was wondering if there is any easy solution for Project deployment method and Environments.For e.g. if I deploy on DEV I can overwrite my project connections by using Catalog Environments and...
View ArticleOLE DB Connection Manager to Oracle issue
I'm trying to connect to Oracle with SSIS Connection manager -> Oracle Provider for OLE DB, and if I running package locally it's working but if I run it with job task from the server it's ended...
View ArticleForeach file enumerator, skip file on error.
Hi,I'm struck with a small issue.. would be great if somebody can help me out. Here is te scenario 1. There would be more than one CSV files in INPUT folder.2. I'm using a Foreach Loop file...
View Articlechanging ? or ¿ or � back to Special characters.
Hi there,I am working with a ETL importing data from Oracle to SQL Server using SSIS 2012. Oracle source data contains special characters which appear as ? or ¿ or � in Toad. I know this oracle data...
View Article[SSIS.Pipeline] Error: "CDCSource-Table" failed validation and returned...
[SSIS.Pipeline] Error: "CDCSource_Table" failed validation and returned validation status "VS_NEEDSNEWMETADATA".This issue happens when we generate SSIS Packages using BIML script. The Packages are...
View ArticleSSIS in SQL Server 2012 SP2 - Backslash-escaped double quotes in flat file
I migrated a production SSIS solution from SQL Server 2005 to 2012 (with service pack 2). The solution downloads data via FTP and then imports five comma separated double quote qualified flat files...
View ArticleError running SSIS 2012 package on Windows 2012 server
Recently converted a 2008 SSIS package to 2012 and am testing it on a new Windows 2012 with SQL 2012 installed. I keep getting the following error:To run a SSIS package outside of SQL Server Data...
View ArticleFailure when transferring data from Excel to SQL Server
I just installed SQL Server 2012 onto a 64 bit server. I am trying to transfer data from an Excel spreadsheet 2007 in BIDS to SQL Server and got an error:AcquireConnection method call failed with...
View Articlehow to increment a column of a table while loading data into a table from...
Hello,I've found few question related to this and tried to implement those solutions (using vb.net code, etc) but was not successful. Please go through my question and help me.I am loading a sql...
View ArticleSMTP connection manager error
Hi I am getting an error with my SMTP connection manager.The progress message when the package is executed is,[Send Mail Task] Error: An error occurred with the following error message: "Failure...
View ArticleSSIS Flat File Source not populating varchar column
I have SSIS package that imports flat files with column separator | from "Flat File Source" into the database trough "OLE DB Destination". For one of the columns (file contains UIDs in curly brackets)...
View ArticleSSIS TechNet Guru News: October Winners Announced
All the votes are in! And below are the results for the TechNet Guru Awards, October 2014 !!!! For a full list of winners, see the full blog post, as runners up had to be removed from this post to fit...
View ArticleThe package failed to load due to error 0xC0011008 "Error loading from...
Source environment: Win 7 Enterprise SP1 64bit - SQL Server 2008 R2 SP1 Developer Edition (10.50.2550.0 )Target environment: Win 2008 R2 Standard SP1 64bit - SQL Server 2008 R2 SP1 Standard Edition...
View ArticleDownload of SSIS 2012 package on Visual Studio 2012
Hi ,I want to install and learn SSIS 2012 package on Visual Studio 2012.Please let me know step by step process to download the free version software.I am new to SSIS,please guide me to install the...
View Articletry to delete a file, but SSIS think it is a path
I have a process that reads file with different extension, at the end I will either move or delete the file. Below is the code.I can run it with success if debug locally, it failed when trying to run...
View ArticleIn SSIS, how do I add a file row number when the source is MULTIFLATFILE?
My source is a MULTIFLATFILE source. I want to add the rownumber in the data flow, so that when it is loaded to the database table, I can identify the exact row from which each record was obtained. I...
View ArticleSharing connection manager across projects SSIS 2014
Hi,I am migrating my ssis 2008 project to ssis 2014.I am pretty much excited using the new features.The problem I am facing :I have my parent package in seprate project and cjild packages in different...
View ArticlePlease correct my update query
Hello,Below is my query: update [RFRL_CGN_CFQ].[CashForQuotes].CFQ_Referrals set RecID = (SELECT ROW_NUMBER() OVER (ORDER BY QuoteType, QuoteDate) AS Number FROM...
View Article