Attunity Teradata Source v2.0 Fails due to connection issues and package hangs
Hi All, I am using Attunity V2.0 drivers to fetch data from Teradata and import into SQL Server. Everything works fine but there are intermittent network disconnection issues to the Teradata source and...
View ArticleDynamic columns with Excel Source?
I have Excel file number 1 with columns A ja B. I have database table with columns A,B,C,D,E,F,G,H etc. (there are 100 columns)I know how to import normally data with Excel Source and OLE DB...
View ArticleWhy so many connection providers for database ?
I see several connection types for databases - OLEDB, ADO, ADO.NET etc. AFAIK, ADO.NET has a convenient and easy to use API in scripts. Also, if you want to retainSameConnection inside a .NET script,...
View ArticleSSIS 2008 - Master Package
Hi,I am developing an SSIS 2008 project.The project is to copy data from 7 tables on one server to 7 tables on another.Each table query shares the same parameters.What is my best option in 2008...
View ArticleSSIS Package execution error from powershell
Hi I have written a powershell script to exec SSIS packages. I am passing variable values at runtime by reading it from a text file.But it throws an error.Here is my script. #Read Data from Parameter...
View ArticleSQL Server Job that were written in SSIS packages failed
could not load package files system because of error 0x80070002. Description: could not find file 'C:\program files\microsoft SQL Server\100\DTS\Binn\. The package could not be loaded. The step failed....
View ArticleSSIS Job that exports data to a flat file using a view
Dear Expert DBAsI have a job in my environment written in ssis which exports data to a flat file using a view. The job has five steps and the first step usally takes about max 3 minutes. Starting from...
View ArticleSubstring over varchar(max) using SSIS
Hi, I´m facing the next issue: our data source provides a table with a column with varchar(max) datatype (it comes from a BLOB oracle column source system). The content of this column it´s actually...
View ArticleSlowly changing fact?
Hi,I have a fact table that can change over time a number of ways. The reporting output is pretty simple, it just needs to represent what the value is now, and not have to worry about point in time...
View Articlebasic Script Task (without using Web Service Task or an HTTP Connection )...
Hi allIs there any available basic Script Task (without using Web Service Task or an HTTP Connection ) where I can include the credential certification and allow me to inject this code in CSOM.Net...
View ArticleConnecting to Sybase through SSIS
Hi,Can some one tell me the process how I can connect to a Sybase RDMS using SSIS.Thanks,Nagesh.--------This links are not any useful to...
View ArticleSQL query returns value but EXEC SQL Task fails to assign variable
I have an execute SQL task to get an identifier from an Oracle database and assign it to a variable (the variable is used in subsequent query's where clauses to transfer the data to a SQL Server...
View ArticleVisual Studio 2012 and SSDT 2012
Hello and Happy New Year!I have been using BIDS for a long time. We just upgraded our Visual Studio to 2012. I also just downloaded SSDT for 2012. Is there a doc anywhere or Blog that says how to...
View Articledata comparion expresion in conditional split
I have a date filed comparing with another date field like:expression: (ISNULL([StartDate])?" " :(DT_WSTR)([StartDate])) != (ISNULL([StartDate_dest])?" " :(DT_WSTR)([StartDate_dest]))example : value...
View ArticleSSIS file create file is corrupted on server but good from pc
Still in development so running from VS 2008 not from Integration Services. The package extracts from SQL to create a file in FTP site. When I run the package from my pc all is well. But, when I run...
View ArticleNothing related to SSIS working
It started happening out of nowhere, I did not install or uninstall anything..and started getting this errorRetrieving the COM class factory for component with CLSID...
View ArticleSSIS Auditing on Table
Hi I need to record insert & update changes made to a SQL 2005 table with no primary key, is this possible? The logging events in SSIS seem related purely to validation, execution and errors.Thanks
View ArticleExecute package task is not able to pickup the package to execute it from a...
Hi, I want to execute 5 packages using EXECUTE PACKAGE Task in FOR EACH LOOP Container. I followed the instructions as per the below...
View ArticleNot able to run the SSIS package in SQL Server Agent Job in SQL 2012
Hi, I scheduled a job (SQL SERVER AGENT) which will call my SSIS package. This package will execute 5 packages in loop. When I execute this job I am getting error as below...
View ArticleAttunity Oracle Source - select with a parameter
Hello,I have verified the good performances of the Attunity Oracle Source component and for this reason I would like to use it.The problem is that the query I have to execute needs a parameter.Indeed I...
View Article