Migrating SSIS packages from SQL 2008R2 to SQL 2014
Hello,We are migration SQL 2008 R2 to SQL 2014. So far I have everything under control (databases, reporting, ssas) except for ssis.I found out that packages created with BIDS 2008 can be run if you...
View ArticleDynamic SQL database for a OLEDB Connection Manager in SSIS
I am trying to dynamically change my initial catalog in a SSIS project. Each day I get a snapshot of data from the production server. I am performing ETL on that database and loading it into my...
View ArticlePlease help! DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER - Excel...
Hi, I am creating a very simple package to load some 100 records from an 'Microsoft Excel 2010' sheet into SQL 2012 database using SSIS 2012. What I have is a simple Data Flow Task with asExcel...
View ArticleHelp with nulls in text file source
My source file (flat file source) has NUL in some of the positions...I am not able to correct the file from the source itself so must do so in my SSIS pkg. The problem is that no matter what I try,...
View ArticleUnable to Access Integration Services on 2014
Hi AllI am unable to login to Integration services via SSMS on SQL server 2014 , I get the below issueConnecting to the Integration Services service on the computer " " failed with the following error:...
View Articleerror handling
hi all experts,I created a SSIS package basically it's doing import process using excel connection. Now I'm trying to schedule this package.the point is this package should not failed during the...
View ArticleError Running SSIS Packages from SQL Agent on Different SQL Versions
Hi,I have SSIS installed on its own 2008R2 server - ServerSSIS.I then have SSMS and Database Engine installed on another 2008R2 server - ServerA.I have a number of SQL Agent jobs on ServerA that run...
View ArticleBest approach for looping
In a nutshell I need to execute a stored procedure about 60,000 times to update a staging table. I have tried to implement a simple foreach loop passing a recordset of all the values but that...
View ArticleHow to add Kimball SCD component to SSIS toolbox
I have download and installed Kimball SCD component, how to add it to SSIS toolbox in visual studio?FYII'm Using Visual Studio 2010 and it doesn't have SSIS data flow item tab in Choose toolbox...
View ArticleHow to convert date column to a string
Hi Guys,I have a small question. I have a column value as '201303' for the date. I need to get the output into two columns as 2013 and Mar. The date column is a integer one.How can I convert this date...
View Article.dtsx won't save variable updates
I have a set of .dtsx files that connect to an Oracle database. The Oracle username and pw values are saved in variables set up in the .dtsx files. These two variables do not have expressions, rather,...
View ArticleAdding Oracle Data Source in SSIS - The given path's format is not support
Hi,I am trying to create new data source. I already tried these data sourcesOracle Provider for OLE DBOracle Client Data ProviderMicrosoft OLE DB Provider for Oracle.After configuring when i test the...
View ArticleUnable to Run SSIS Package Through SQL Agent Job
Hi, I recently upgraded SQL server 2008 R2 to SQL Server 2012. I also upgraded all the packages on the server. The package runs fine from BIDS. However when I try to run the package through the SQL...
View ArticleHow to process SSAS 2012 Cube with SSIS 2014 and script task
Before I start, I also posted this question here: http://stackoverflow.com/questions/33633292/how-to-process-ssas-2012-cube-with-ssis-2014-and-script-taskFor processing different SSAS databases on...
View ArticleCalling wzunzip or winzip32 and I get "The system cannot find the file...
I have been struggling with this for two days. No matter what I do, I get this error "The system cannot find the file specified." So, I simplified the process to rule out any errors I may had made....
View ArticleRPC Server not available
I'm having issues trying to connect to a remote SSIS server. Connection between servers within the DC works. Port TCP 135 and 139 are open. Also tried to connect using IP address but the same error...
View ArticleWhen attempting to run an SSIS Package using dtexecui.exe the package works....
I have created an SSIS package that requires a password in order to execute. If I open the package with dtexecui.exe and supply the package password, the package executes correctly. When I use the...
View ArticleIssue with OLEDB Source in BIML
Hi all,I am trying to automate a data flow with BIML. I am using an expression to build my SQL dynamically based on input parameter. Sparing details of the use case, I need this flexibility in my...
View ArticleWhat is the generally accepted standard on creating and running Stored...
So what is the generally accepted standard on creating and running Stored Procedures as opposed to straight T-SQL in SSIS?The T-SQL we seem to put together for SSIS Packages is usually pretty simple...
View ArticleSSIS doesn't load more than 3233 records from Excel
I am trying to load a simple Excel file into a Database table and the SSIS Package is not loading any records beyond 3233 records. I am just surprised. I tried using the "IMEX=1" mentioned in some of...
View Article