Hi,
SQL Server:
Microsoft SQL Server 2014 (SP2-GDR) (KB4019093) - 12.0.5207.0 (X64)
Jul 3 2017 02:25:44
Copyright (c) Microsoft Corporation
Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
Windows :
Windows Server 2012 R2 Standard Edition 6b bit
Clustering is being Used
We have Xml Data Stored in a SQL Server database (TEST_Source) and want to load the data into another SQL Server database(Test_Destination) on the same Server.
Error Message:
Error Message:
Started: 11:48:41 AM
Error: 2018-11-29 12:07:39.81
Code: 0x80070070
Source: DST_Table_Archive
Description:
End Error
Error: 2018-11-29 12:07:40.05
Code: 0xC0208266
Source: DST_Table_Archive
Description:
End Error
Error: 2018-11-29 12:07:40.27
Code: 0xC0208265
Source: DST_Table_Archive OLEDB_Src_tTable_Source [111]
Description: Failed to retrieve long data for column "Output".
End Error
Error: 2018-11-29 12:07:40.50
Code: 0xC020901C
Source: DST_Table_Archive OLEDB_Src_tTable_Source [111]
Description: There was an error with OLEDB_Src_tTable_Source.Outputs[OLE DB Source Output] on OLEDB_Src_tTable_Source. The column status returned was: "DBSTATUS_UNAVAILABLE".
End Error
Error: 2018-11-29 12:07:40.73
Code: 0xC0209029
Source: DST_Table_Archive OLEDB_Src_tTable_Source [111]
Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLEDB_Src_tTable_Source.Outputs[OLE DB Source Output]" failed because error code 0xC0209071 occurred, and the error row disposition on "OLEDB_Src_tTable_Source"
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.
End Error
Error: 2018-11-29 12:07:40.96
Code: 0xC0047038
Source: DST_Table_Archive SSIS.Pipeline
Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on OLEDB_Src_tTable_Source returned error code 0xC0209029. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning
of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 11:48:41 AM
Finished: 12:12:32 PM
Elapsed: 1430.55 seconds
Thank You,