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

Ask about an Error in SQL 2014

$
0
0

Hi all,

I got an error in SSIS package when I upgraded from Sql server 2008 to 2014 as below

I have a format file with "Text qualifier" is "||" and "Column dilimiter" is "|" as below data example and it run well in SSIS 2008. But I got an error after I upgraded to Sql server to 2014 because SSIS 2014 did not know this kind of format. Is this a bug for new Sql 2014?

As I know, some first releases of Sql server 2008 also had this error and then it's fixed after that. Now, it happen again in new release of Sql server 2014. Is there any fix for that?

Error: "[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on MediaType returned error code 0xC0202091.  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."

Example data:

-----------------------------------------

||MediaTypeID|||||MediaTypeCode||

||xxx|||||yyy||

||ccc|||||zzz||

------------------------------------------

Thanks all.



Viewing all articles
Browse latest Browse all 24688

Trending Articles