SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERR
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

abhijaiswal.84
Starting Member

India
29 Posts

Posted - 07/13/2012 :  22:55:41  Show Profile  Reply with Quote
Hi All,

I am facing a problem while extracting data from ADO.NET source to SQL Server destination.

Below is the process I am doing and the error I am getting,

•In Microsoft SQL Server 2008, use the Microsoft ADO.NET Connection Manager and the Oracle Client data provider to create a new SQL Server 2008 Integration Services (SSIS) package.
•added a data flow to the SSIS package.
•added an ADO.NET data source to the data flow.
•added an SQL command to the package. The SQL command queries a table in an Oracle database.
•run the SSIS package.

After running the task I received below error massage,

"
[ADO NET Source [16]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
The "component "ADO NET Source" (16)" failed because error code 0x80004003 occurred,
and the error row disposition on "output column "REGION" (3453)" specifies failure on error.
An error occurred on the specified object of the specified component. There may be error
messages posted before this with more information about the failure.
"

Can anyone please help me on this front how can I remove this error and load the data successfully.

Thanks,
Abhishek

Abhishek

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 07/14/2012 :  23:24:21  Show Profile  Reply with Quote
whats the datatype of REGION? are you trying to apply some transformation over it?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

abhijaiswal.84
Starting Member

India
29 Posts

Posted - 07/15/2012 :  23:27:01  Show Profile  Reply with Quote
Datatype for Region is Varchar and I am not applying and Transformation. I dont think its the problem because of Datatype, even if we ignore the region feild the error goes to next column and so on.

Abhishek
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 07/15/2012 :  23:42:04  Show Profile  Reply with Quote
and you're sure this is only error you get?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

abhijaiswal.84
Starting Member

India
29 Posts

Posted - 07/15/2012 :  23:43:01  Show Profile  Reply with Quote
Yes as I tried this is the only error I am getting...

Abhishek
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

India
47023 Posts

Posted - 07/15/2012 :  23:46:03  Show Profile  Reply with Quote
did you try using OLEDB provider for Oracle instead?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

abhijaiswal.84
Starting Member

India
29 Posts

Posted - 07/15/2012 :  23:50:28  Show Profile  Reply with Quote
No I didnt....may be i will try that but as per company standered I have to use ADO.NET source as my senior recommended

Abhishek
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000