I am facing a strange issue in SSIS.
I am using ODBC destination to load the data from SQL Server into Hadoop table. My package is failing at the ODBC Destination with the error pasted
below. But, when I check the table in Hadoop, the data is loaded successfully. Any idea what is the issue here?
Error: 0x384 at DFT Insert into Hadoop Table, ODBC Destination [2]: Open Database Connectivity (ODBC) error
occurred. SQLExecute returned error while inserting row 1
Error: 0xC0047022 at DFT Insert into Hadoop Table, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "ODBC Destination" (2) failed with error code 0x80004005 while processing input "ODBC Destination Input" (13). 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.
Error: 0xC0047022 at DFT Insert into Hadoop Table, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "ODBC Destination" (2) failed with error code 0x80004005 while processing input "ODBC Destination Input" (13). 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.