BUG: DTS Transfer Does Not Report Error When Input File is Missing Text Qualifier in Last Row

ID: Q241761


The information in this article applies to:
  • Microsoft SQL Server version 7.0

BUG #: 56479 (SQLBUG_70)

SYMPTOMS

Data Transformation Services (DTS) transfer fails to generate an error when importing the last row from an input file to a SQL Server table when the following conditions are met:

  • The input file contains text qualifiers.


  • In the last row, the last column is missing the last text qualifier.


The DTS transfer imports all rows except the last row. However, if the text qualifier is missing on any row but the last row, the DTS transfer ceases with the following error:
Provider Error: 12309 (3015)
Error String: Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column).
Another symptom of this problem is that the last row does not display when using SQL Enterprise Manager DTS Package Designer to preview the text file.


WORKAROUND

Edit the input file to contain the last text qualifier.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0.


MORE INFORMATION

The following input file provides an example. This input file assumes the first row contains column headings.


"A","B"
"1","2"
"3","4 
With this sample input file, the DTS transfer only imports 1 row and the last row is ignored.

Additional query words:

Keywords : kbSQLServ700
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.