SSIS - Questions on Integration Service Catalog
Hi All,I have the following questions on Package Deployment using SSIS Catalog.1. Can we deploy a single package in SSIS Catalog without affecting the other packages that are already deployed.2. We...
View ArticleAttunity CDC for Oracle dead tool replacemente
As Attunity CDC for Oracle doesn't work with Oracle 12c PDB (pluggable data bases), and there are no plans AFAIK to update it, I think its a dead tool. So, does anybody know of a replacement tool to...
View ArticleErrors when running a package
Hi,I am deploying a very simple package to an MSSQL 2012 SP1 SSISDB catalog using an environment for the parameters. I got the package to run fine one time. After that I only get "Unexpected...
View ArticleHow to push data rows into third row of excel instead of first row
Hi,I have data rows ( 7 rows and hundreds of colums) obtained by using execute sql task and i placed the output in CSV. Then I also moved this data in csv into excel (first row of excel)using simple...
View ArticleResources to learn SSIS
Hello --What are some best resources to learn SSIS ? I'm working as a dba but never worked on ssis in-depth, Im interested in becoming a BI developer/designer. I'm trying find some sort of gradual...
View ArticleSSIS lookup not working on nvarchar(4) column using FULL CACHE (SOLVED BUT...
Hi all,I'm currently loading a package that does a lookup on a column of data type nvarchar(4).The values itself are (A+, A, B+, B, C, D, /). The strange lookup behaviour is happening for each of the...
View Articlehow to add rowcount in flat file header in SSIS
Hi All,I am facing a problem i just want total no row count and it should be show in header .So how can i do in SSIS Suppose eg. HeaderName , 3data1data2data3FooterName,3
View ArticleDynamic SIS package changing source connection at run time
Hi All, I am in between of creating a dynamic SSSIS package which will run for multiple zones having different source connection. My source is in Oracle. I am having 3 DFT with the 3 different source...
View ArticleMetadata auto-syncup in SSIS
All,We have developed a few SSIS packages using SSIS-2012 to load data into an OLTP system. This is basically a migration project. The problem over here is that, new fields are being added into OLTP...
View Articlebuild output of dtproj
Hi,I have a SSIS project (.dtproj) and I'm trying to build the .ispac file from the command file using Visual Studio 2012/2013. The VS output is something like this:------ Build started: Project:...
View ArticleA very weird problem, SP runs fine in SSMS but failed in Execute SQL task,...
hi folks: I ran into a very weird problem and I can't figure out where it went wrong. There is one SP with parameters varchar, int, varchar and int. It runs perfect in SSMS. Now, I've moved into a...
View ArticleDB Server and SSIS Server on different machine
Hi Experts,After reading two links I am little confused and please clarify my doubt.As per this link http://blogs.lessthandot.com/index.php/datamgmt/dbprogramming/mssqlserver/when-is-dtexec-installed/,...
View ArticleScript Question
I saved an SSIS package that was straight forward import a table from a local access database into a table with the same name in SQL Server using the Wizard in SSMS. Is it possible to have that...
View ArticleLookup with full cache warning
I am using a lookup and full cache, occasionally i get this warning:[Lookup [150]] Warning: The component "Lookup" (150) encountered duplicate reference key values when caching reference data. This...
View ArticleExcel 255 character limit - field already DT_NTEXT
Something you would have thought would be changed by 2015 but then we are talking Microsoft and their "do something and leave everyone to figure out workarounds for what we should have done in the...
View ArticleConvert String DT_WSTR package level variable @User::FileNumber to Int...
Problem:Casting expression DT_WSTR to DT_I4 failed!Bit of Background:I have a string (DT_WSTR) user variable named @User::FileNumber at package level scope which in turn is used in a ForEach loop in...
View Articlemultiple flat flies create 1 zip file
I have a requirement where I will be receiving multiple flat files in a folder, I need to create 1 zip file and drop it into another folder. How can I achieve this using SSIS ?MBH
View ArticleSSIS: How to load 2 different excel files to 2 different tables?
Hi All,I'm new to SSIS. I have 2 different excel files file1 and file2. file1 should be loaded to table1 and file2 should be loaded to table2. Both of the files will have 1 sheet inside. Do I need to...
View ArticleProblems connecting SSIS package with MySQL
Hi, I'm having problems accessing MySQL from SSIS using SQLServer 2012 and Visual Studio 2012 for bids.I have created both 64 bit and 32 bit ODBC drivers version 5.2 and I can make RDP calls to the...
View ArticleSource DB could be on Oracle or Sqlserver - which connection manager is...
Hi,Working on ETL for a source system that may be deployed in Oracle ,Sqlserver, H2 or Mysql. For now we are addressing Oracle and Sqlserver (since there are no customers yet on H2 and My SQL). OLE DB...
View Article