SSIS Package Design
Hello,I would be very glad to know about the design Solution mentioned below:We are probably going to have packages that refresh all the master data views for a region. This means we’ll be processing...
View ArticleMaximum Excel Sheet Name Length?
SQL Server 2008 R2, VS 2008, XL 2003I think I know the answer to this based on testing but I was wondering if anyone can confirm if there is a maximum excel sheet name length when loading from MS Excel...
View Articleset database name as variable
Hello, In ssis I am using the database connection manager to be used inside script task. The property of this connection manager is as follows where DBName I altered here as it refers to...
View ArticlePackage with .bat and .exe run in local but not in agent even if doesn't...
Hi guys, I've got a package that, among other tasks, trigger a .bat file which trigger an .exe file. It does work if I run from my machine but it doesn't work if I run from Agent. No error retrieved...
View Articlealternatives to getting around expression limits on dynamic sql
Hi. For performance reasons I'm going to need to build dynamic sql to select data from my db2 data sources. And bump it up against my sql server sourced data in ssis's buffer. We run 2012 enterprise....
View ArticleSSIS 2014 - Designer bug shows 0 rows
The bug occurs in the package designer Data Flow when executing a child package from a parent package using an Execute Package Task.SSIS 2014 child packages shows 0 rows in data flow tasks. This bug...
View ArticleAnyone notice how the designer jumps around when working on items inside a...
I'm not sure where to post this, but anyone else notice how utterly unusable the SSIS designer is when you're working on an item inside a sequence container on SSDT - BI for VS2015? 1) create a...
View ArticleSSIS Error - with Excel Source
I have an Excel source (in SSIS Data flow) with one worksheet in it , and it is configured as "SQL Command from Variable".The variable has the Select Query to retrieve column data from the worksheet.We...
View ArticleSSIS 2012 Ora OLEDB Dest "ORA-22816: unsupported feature with RETURNING clause"
Hi Can someone please help me - Scenario - Simple Data load from OLEDB Source to OLEDB Destination , Using SSIS 2012 I ma trying to insert into an oracle table residing externally on cloud while...
View ArticleSSIS Script Requires Migration
Hello, folks!Yesterday, I ran an SSIS package that has been working flawlessly in VS2008. But, when I try to run it in VS2013, I get the following warning;Found SQL Server Integration Services 2008...
View ArticleERROR:To run a SSIS package outside of SQL Server Data Tools you must install...
I'm running the latest SSDT Microsoft Visual Studio 2015 Shell (Integrated) Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.01055 Installed Version: IDE Standard Microsoft Visual...
View Articleexecute sql task connection as variable
Hello, I am using execute sql task (EST) to execute sp. At present the connection is set to the one in connection manager so it is hard coded. I have a variable called DBName and assigned to it...
View ArticleExcel 2013 Connection Manager: Microsoft.ACE.OLEDB.15.0 is not registered
I'm having an OLEDB provider issue in an SSIS package where the source file is an Excel 2013 64 bit file. The following is a breakdown of the environment I am working in:OS: Windows Server 2012 R2...
View Articlerelative path for package config files
Hi,We have different paths on different servers for holding packages. Say on WorkStation, it is C:\\SSIS\On DEV, it may be D:\Packages\On Test, it may be E:\TestPackages etc.Management doesn't want to...
View Articlepackage config file + all connections to all databases in one xml file
Hi,Planning to have one .dtsconfig file for all connections to all databases and use it in all packages like this<DTSConfiguration> <Configuration ConfiguredType="Property"...
View ArticleLogic issue for precedence constraint
I have two sequence containers “A” and “B” in package “Z”. They run from a preceding expression task which sets a variable value. Depending on the value set in the expression task: Only “A”...
View ArticleFailed to run the package at SQL Server 2012
Hi,I have the SSIS 2012 package runs okay. After deploy it to the SSISDB under SQL Server 2012 as ssisadm and public role.The package export the data from another server which run SQL 2008 to Excel.The...
View ArticleRunning ssis with package security mode: EncryptSensitiveWithPassword
Good dayI've tried to run my package through the command line using `dtexec /f Package.dtsx /ConfigFile debug.dtsConfig /Decrypt ######`.When I set the security mode, I generate my dtsConfig file that...
View ArticleJOB FAIL SSIS
Guys, I really need a help to fix my problem with Job, the situation is: When execute the PACKAGE manually i don't get a error, but when is executed with a JOB.. So i get this error (follows down,...
View ArticleJOB FAIL SSIS
Guys, I really need a help to fix my problem with Job, the situation is: When execute the PACKAGE manually i don't get a error, but when is executed with a JOB.. So i get this error (follows down,...
View Article