SCD task and Sequence generator (Next Value) dependancy
We have Sequence generator (Next Value) enabled for surrogate keys (SQL Server 2012). When we use the new SCD task, we get the following error: [Insert Destination [42]] Error: SSIS Error Code...
View ArticleSSIS Service (2008 R2) failed to start
I've been trying to install SQL Server 2008 R2 Developer on my development system for a while now. My system has Visual Studio 2010 on it. Repeatedly, I have received errors during the SQL install...
View ArticleCDC Control Task: "Timeout expired" (when Transaction is required)
To complete CDC Mark Initial Load Start and End, two CDC control tasks are added into a Sequence Container, if Transaction is not supported for the container, everything works fine. However,...
View ArticleOracle Provider for OLEDB SSIS Datatype conversion
I am experiencing data type issues when using Oracle Provider for OLEDB. The error that I get is Error: 0xC002F210 at Execute SQL Task: Executing the query "SELECT CODE_DOC_TYPE.NAME,...
View Articleautomatically on button click get SSIS configuration wizard
I am doing automation of SSIS deployment, I create folder structure have *.Manifest file in it I want to call SSIS DEPLOYMENT WIZARD on Button Click, how to do it?, I am not getting any help till...
View ArticleSSIS - use Error Redirect output in the same package
I have one question, I want to use redirected error output file or table in the same package after correcting the error. suppose I have input file which have the bad rows which I get in the redirected...
View ArticleXML Source giving blues while fetching data
Hi All, I have a webservice from which i need to populate my database tables. As of now i have used a webservice task to fetch data from web service in an XMl file. But this XML has Multiple Namespaces...
View ArticleUsing FuzzyLookUp in a SSIS package and when updating referencing table...
Hello, We have made an SSIS package which is using Fuzzy Lookup. We have filled in an Reference table and marked Store new index and marked Maintain stored index (Fuzzy Lookup properties). The package...
View ArticleHelp regarding migration of DTS2000 to SSIS 2008/2012
I want to migrate a project done in DTS 2000 to SSIS 2008/2012.Is there any tool which we can use for the conversion? What are advantage of using such conversion tools? Will using free tools cause any...
View ArticleSSIS 2008 package to be opened in SQL 2005
Hi, I have developed a SSIS package using SQL 2008 database in VS 2008, I want to open the same package in SQL 2005. Is it possible?If possible what are the settings that need to be changed in SQL 2008...
View ArticleProblem: Triggering SSIS package (Excel to SQL Server) from a Windows Service...
Hello everyone, I've just started with SSIS and my mission is to insert Excel-data to SQL Server 2012. I've read quite a few blogs, articles about the problem that I have with SSIS but I'm not sure...
View ArticleHow to load data
Hi, i have two folders 2011 and 2012 having 12 spread sheets in 2011 and in 2012 spreadsheets upto current month. in 01-2011 spreadsheet i have many sheets in which i am not in need of the data...
View ArticleSSIS 2012 Assembly Reference Error
We are in the process of upgrading our SSIS packages from 2008 to 2012. I was able to import an existing package and I'm getting this error with all Script Tasks that use...
View ArticleInsert varchar data into Oracle Blob datatype
Hi All, I designed one SSIS package that is load data from SQL Server table to Oracle table. In Sql Server I have one column with name "Description" Datatype for this column is Nvarchar(225). In...
View ArticlePipeLineComponentTime calculating incorrectly?
Hi, I'm trying to find out exactly how much time each of my tasks did take. I'm using PipeLineComponentTime logging feature. And the numbers in the logs confuses me as they are very big. Here is the...
View ArticleGroup by clause not working with Ole DB source
I'm querying the Oracle db via the OraOLEDB.Oracle (Native Oracle driver not the msdaora.1).I have a select statement that uses the SUM function but I had to wrap theat column with a CAST function...
View ArticleApproach to packages
Hi All, I'm (very) new to SSIS and I was wondering whether anyone could offer any advice as to the best approach to structuring my ETL process. I'm extracting a number of tables and loading them into a...
View ArticleSSIS JOb Fails when Schduled from SQL server agent with Connection nd Error...
HI , When I execute a SSIS Package its executes perfectly but when scheduled thru SQL server agent it fails Error Error: Source:PKG Name Description: The connection XXXX is not found I am not...
View ArticleCapturing Execution Results
Hi All When running an SSIS Package from BIDS, we get to see the "Progress" tab which explains us the progress of the SSIS Package. During production, is there any way to capture this log. I am...
View ArticleSSIS - Progress Detail / Execution Result Capture
Hello, I want to capture Progress detail or Execution Results into text file after executing the each package. Please tell me how to do this? Appreciated for your help...
View Article