April 30, 2014 at 2:50 am
Iam using flat file source,data conversion and oledb destination for data transfer
But Iam getting the error
[BEM(ETA) [161]] Error: SSIS Error Code DTS_E_OLEDBERROR.
An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available.
Source: "Microsoft SQL Server Native Client 10.0"
Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors.
Check each OLE DB status value, if available. No work was done.".
[BEM(ETA) [161]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
The "input "OLE DB Destination Input" (174)" failed because error code 0xC020907B occurred,
and the error row disposition on "input "OLE DB Destination Input" (174)" specifies failure on error.
An error occurred on the specified object of the specified component. T
here may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED.
The ProcessInput method on component "BEM(ETA)"
(161) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (174).
The identified component returned an error from the ProcessInput method.
The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running
. There may be error messages posted before this with more information about the failure.
May 1, 2014 at 8:47 am
Did you look up the error codes? There are usually good pointers attached to them.
May 1, 2014 at 12:48 pm
How did you configure the OLE DB destination?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 5, 2014 at 2:27 am
No This is the detail Iam getting
May 5, 2014 at 2:28 am
After converting data i data conversion , thats the input for the oledb destination
May 5, 2014 at 3:28 am
mandir.jain (5/5/2014)
After converting data i data conversion , thats the input for the oledb destination
Did you use fast load in the OLE DB destination? Did you map the columns correctly?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 5, 2014 at 3:32 am
Previously I was able to ,but when I change the destination data base, it is giving error
May 5, 2014 at 3:42 am
mandir.jain (5/5/2014)
Previously I was able to ,but when I change the destination data base, it is giving error
How do you change the destination database?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 5, 2014 at 3:44 am
in destination connection manager
May 5, 2014 at 4:00 am
if the package is failing in between, like few rows are transferred but got error, that may be due to some data type issue. if this is the issue then you can redirect the defective rows to some other file and check which particular value is causing the issue, these kind of issue do happens when you exclusively convert data especially large strings.
May 5, 2014 at 5:10 am
Thanks Boss. My error got solved
May 6, 2014 at 12:21 am
How to move and rename a file in SSIS ,destination file name is dynamic
May 6, 2014 at 12:28 am
mandir.jain (5/6/2014)
How to move and rename a file in SSIS ,destination file name is dynamic
Usually it's better to start a new thread for a new question.
First result from Google:
SSIS - Dynamically set Flat File Connection Manager
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 6, 2014 at 12:35 am
Koen Verbeeck (5/6/2014)
Usually it's better to start a new thread for a new question.
+++1, there are also many excellent article available here, you just need to search them really.
Viewing 14 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic. Login to reply