简体   繁体   English

SSIS CSV导入错误0xC0202092 DTS_E_PRIMEOUTPUTFAILED

[英]SSIS CSV Import Error 0xC0202092 DTS_E_PRIMEOUTPUTFAILED

All of the sudden, a CSV file that is imported into a db/table every morning is failing every time within the last few weeks. 突然之间,每天早上导入db /表的CSV文件在最近几周内每次都失败。 I do not support this process directly, so I don't know much about SSIS, but would greatly appreciate some help as I need this working and whoever supports this process has no idea what the issue is. 我不直接支持此过程,所以我对SSIS不太了解,但是非常感谢您提供的帮助,因为我需要进行此工作,而支持此过程的人都不知道问题是什么。 I'm not sure if that error regarding the row has anything to do with the data in the row because it looks fine to me. 我不确定有关该行的错误是否与该行中的数据有关,因为它对我来说看起来不错。 The CSV includes Active Directory information for every computer in AD and is exported from PowerShell to a server where the CSV is imported into a table via SSIS. CSV包含AD中每台计算机的Active Directory信息,并从PowerShell导出到服务器,在服务器中CSV通过SSIS导入到表中。 The process is entirely automated and nothing has changed. 该过程是完全自动化的,没有任何改变。

[Source - Clean_Gold CSV [1]] Error: The column delimiter for column "LastLogontimestamp" was not found. [源-Clean_Gold CSV [1]]错误:找不到列“ LastLogontimestamp”的列定界符。

[Source - Clean_Gold CSV [1]] Error: An error occurred while processing file "H:\\Computers\\clean_gold.csv" on data row 40377. [源-Clean_Gold CSV [1]]错误:处理数据行40377上的文件“ H:\\ Computers \\ clean_gold.csv”时发生错误。

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. [SSIS.Pipeline]错误:SSIS错误代码DTS_E_PRIMEOUTPUTFAILED。 The PrimeOutput method on component "Source - Clean_Gold CSV" (1) returned error code 0xC0202092. 组件“源-Clean_Gold CSV”(1)上的PrimeOutput方法返回了错误代码0xC0202092。 The component returned a failure code when the pipeline engine called PrimeOutput(). 当管道引擎调用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. 在此之前可能会发布错误消息,其中包含有关失败的更多信息。

我查看了40,378,发现有人在Active Directory中计算机对象的描述中加上了“”。这引起了定界问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM