Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

Consider the following scenario:

  • You create a SQL Server 2005 Integration Services (SSIS) package in Business Intelligence Development Studio (BIDS).

  • You use a Flat File source to read data from a text file in a data flow task.

  • You use a multi-character column delimiter in the Flat File source. For example, the multi-character column delimiter is a character string of three tilde characters (~~~).

  • The text file contains a large amount of data. For example, the text file contains more than 20,000 records.

  • You run the SSIS package.

In this scenario, the SSIS package may fail. Additionally, you receive the following error messages:

Error: 0xC02020A1 at Data Flow Task, Flat File Source [1]: Data conversion failed. The data conversion for column "<column_name>" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".

Error: 0xC020902A at Data Flow Task, Flat File Source [1]: The "output column "<column_name>" (199)" failed because truncation occurred, and the truncation row disposition on "output column "<column_name>" (199)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

Error: 0xC0202092 at Data Flow Task, Flat File Source [1]: An error occurred while processing file "<path_of_the_flat_file>" on data row <row_number>.

Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202092. 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.


Symptoms

This issue occurs because the input buffers for the flat file parser incorrectly divide the multi-character delimiter into two parts.

Cause

Service pack information

To resolve this issue, obtain the latest service pack for SQL Server 2005.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

913089 How to obtain the latest service pack for SQL Server 2005

Resolution

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Status

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×