Visual Studio 2015 - SSIS Development - Backward Compatibility - Can we...
Hello and good day to allI'm trying to determine if Visual Studio 2015 (VS2015) Ultimate or any other version VS2015 will allow for SSIS packages for 2008, 2012, 2014 environments.Any direction is...
View ArticleXMLConfig file deployment
Can we also deploy the xml config file to msdb database along with package. I do not feel comfortable to maintain this file on server.any inputs on this?Neil
View ArticleHow to look for a user ID in all SSIS packages and replace with another user ID.
Hi All,I would like to know the process to search for a word(in my case email id) in packages stored in file system and replace with another word(another email id). One of our colleagues left our team...
View ArticleSSIS Deployment fails because of AzureStorage type
Hi,I have created a SSIS package that contains Azure Blob Storage tasks, the package runs fine in Visual Studio 2012 but when I try to deploy to SQL Server 2012 Integration Services Catalog, I get a...
View ArticlePivot 104 - Error Duplicate pivot key
Greetings,I currently have a table with the following columns that looks something like this: (Real data consists of more than a hundred thousand records)I'm trying to pivot the data into something...
View Articlehow to pass oracle procedure with IN/OUT parameters in SSIS
Hi, I need a step by step process that works to call an oracle procedure with IN/OUT parameters in SSIS 2012. MY oracle procedure is very simple, this is basically a test procedure, which if works I...
View ArticleCalling all SSIS Gurus!! It's time to MARCH into the history books!
It's another month, and another chance to find... the one! That special person who brings us... the knowledge!That thing we didn't know.That revelation that saves us so much bandwidth on the search...
View Article'oraoledb.oracle.1' provider is not registered on the local machine
Hi,I have a 64 bit machine running win 8.1. I installed the oracle 12c 64 bit client and the 64 bit odac drivers. However, all of my oracle connections are give me the "'oraoledb.oracle.1' provider...
View ArticleTrying to join table from other database with a does not exist
I have 2 datasources (A and B), both have completly different transformations but the result sets have the same datastructureI need to join them in the following way A + those from B that do not exist...
View ArticleUnexpected behaviour of Flat File Source component
Hi, all I'm trying to read with Flat File Source pipe-separated file of the following structure:Code|Description ABC|Bad description because this text too long and will trigger truncation error...
View ArticleData Transformation Services Migration to Integration services
Hi,I'm migrating Dts package to integration services. I have migrated package to dtsx (2008) using dtspackage migration wizard. But I have few lines of code which I'm not able to migrate to SSIS 2014...
View ArticleNeed help with Extracting files from Zipped folders to Source Folder SSIS 2008
Hi All,I`ve been having a really hard time to acomplish this task. I have a folder where everyday a zipped file is dropped I then want to Unzip the file and map it to my source folder in a SSIS...
View ArticleExcel Connection Manager Can't Find Worksheets
I created a package using VS 2010 with an Excel Connection Manager that connects to an .xlsx file.Intermittently, the package throws an error stating that it can’t find a worksheet (even when I specify...
View ArticleUsing Row_Number() in Pivot table in SSIS
Greetings!I've created a pivot table using SSIS and the output is being displayed via multicast and copied into an Excel spreadsheet.Now, I've been asked to add a column within the Pivot table and...
View ArticleVSTA Script Support Error
I published a package using visual studio 2015 to A SQL Server 2014 (12.0.2269.0). When the package is executed it errors out on the script task with a message indicating that the script version 14.0...
View ArticleCredSSP issue in executing SSIS package
Hi PowerShell Gurus, I am facing an issue while invoking SSIS package from MSDB using powershell SQLCMD. However, the same SSIS package runs fine using powershell remoting and DTExec.exe. We have a...
View ArticleVisual Studio 2013 - SSIS custom tasks validation issue
Hi,I have a BI solution that was created in Visual Studio 2013, I have recently pulled the solution down from TFS and have tried running it. Every SSIS package in the solution has 2 custom SSIS tasks...
View ArticleNew SSIS production environment. How should we set it up?
I'm a software engineer(with heavy applications background), and I've only begun learning the SSIS tool set this week. I work for a medium size insurance company with about 50 software developers, and...
View Articlecatalog.start_execution SYNCHRONIZED in Transaction
Hi, I am trying to execute a SSIS Package from a stored procedure within a transaction. I also want the execution to be in Synchronized mode. This is an example of my stored procedure code:begin try...
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 Article