Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

ssis runtime error "TXN_DATA_FEED/DP_TXN_MEASUREMENTS/TXN_MEASUREMENT/TXN_ERROR" has changed. Please re-initialize the metadata for this component and review column mappings.

$
0
0

I have an SSIS package that loads data from an xml file to sql server database. A new xml file is downloaded each time the package runs. I am using XMLSource to get my xml data. When I run the package from a SQL Server Agent Job, I get the following error

   Code: 0xC0209318     Source: Data Flow Task 1 XML Source 1 [1]     Description: The XML schema data type information for "code" on  element "TXN_DATA_FEED/DP_TXN_MEASUREMENTS/TXN_MEASUREMENT/TXN_ERROR" has changed.  Please re-initialize the metadata for this component and review column mappings.  End Error  Error: 2012-08-03 13:32:25.70     Code: 0xC004706B     Source: Data Flow Task 1 SSIS.Pipeline     Description: "component "XML Source 1" (1)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".  End Error  Error: 2012-08-03 13:32:25.70     Code: 0xC004700C     Source: Data Flow Task 1 SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2012-08-03 13:32:25.70     Code: 0xC0024107     Source: Data Flow Task 1      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  1:32:14 PM  Finished: 1:32:25 PM  Elapsed:  11.5 seconds.  The package execution failed.  The step failed.

How do I reinitialize the metadata automatically within my package?


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>