I have a huge XML file and trying to load the data into SQL table and encountered the following issue. "total_rows" value is 7020 and the datatype is eight byte singned integer for both External Column & Output Column of "total_rows" column.
Error: 0xC02090F8 at XML FILES, XML Report [1]: The value was too large to fit in the output column "total_rows" (283).Error: 0xC02090FB at XML FILES, XML Report [1]: The "component "XML Report" (1)" failed because error code 0xC02090F8 occurred, and the error row disposition on "output column "total_rows" (2835)" at "output "statistics" (16)" specifies failure on error. An error occurred on the specified object of the specified component.
Error: 0xC02092AF at XML FILES, XML Report [1]: The component "XML Report" (1) was unable to process the XML data. Pipeline component has returned HRESULT error code 0xC02090FB from a method call.
Error: 0xC0047038 at XML FILES, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "XML Report" (1) returned error code 0xC02092AF. 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.