![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, My DTS Imports data from a Comma Delimited TEXT from to SQL Server table. Thsi works fine 99% of the time. But Fails some time by giving the below ERROR - that I Log in a text file. Step 'DTSStep_DTSDataPumpTask_1' failed Step Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Step Error Description:Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column). Step Error code: 80004005 Step Error Help File TSFFile.hlpStep Error Help Context ID:0 I can see that reason of the fail, But as the test file is very BIG it is very difficult to find the location or line number of the Problem. So Can any one tell me how can I log the Line Number of ERROR TOO? Any Help or Suggestion for Improvement Please. Thanks Prabhat |
#3
| |||
| |||
|
|
Hi Prabhat In CSV File, There will be a new record for every line and the columns are saperated by a comma or a semi-colon. If the DTS fails, just see the number of records that are uploaded. Later you can go to that line / record and correct the datat. I believe this addressed your question. Please revert back if you have any issues. thanks and regards Chandra "Prabhat" wrote: Hi All, My DTS Imports data from a Comma Delimited TEXT from to SQL Server table. Thsi works fine 99% of the time. But Fails some time by giving the below ERROR - that I Log in a text file. Step 'DTSStep_DTSDataPumpTask_1' failed Step Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Step Error Description:Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column). Step Error code: 80004005 Step Error Help File TSFFile.hlpStep Error Help Context ID:0 I can see that reason of the fail, But as the test file is very BIG it is very difficult to find the location or line number of the Problem. So Can any one tell me how can I log the Line Number of ERROR TOO? Any Help or Suggestion for Improvement Please. Thanks Prabhat |
#4
| |||
| |||
|
|
Hi Chandra, thanks for reply. My text file is Comma Separated. And if the Package will fail none of the record will be Imported I believe. Please suggest. Sample: - "","I","6109163172","MS","STEPHANIE","FIDLER","206 INDEPENDENCE CT" Thanks Prabhat "Chandra" <Chandra (AT) discussions (DOT) microsoft.com> wrote in message news:AC0FDFB4-D588-495C-86E3-5498F9A7B238 (AT) microsoft (DOT) com... Hi Prabhat In CSV File, There will be a new record for every line and the columns are saperated by a comma or a semi-colon. If the DTS fails, just see the number of records that are uploaded. Later you can go to that line / record and correct the datat. I believe this addressed your question. Please revert back if you have any issues. thanks and regards Chandra "Prabhat" wrote: Hi All, My DTS Imports data from a Comma Delimited TEXT from to SQL Server table. Thsi works fine 99% of the time. But Fails some time by giving the below ERROR - that I Log in a text file. Step 'DTSStep_DTSDataPumpTask_1' failed Step Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Step Error Description:Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column). Step Error code: 80004005 Step Error Help File TSFFile.hlpStep Error Help Context ID:0 I can see that reason of the fail, But as the test file is very BIG it is very difficult to find the location or line number of the Problem. So Can any one tell me how can I log the Line Number of ERROR TOO? Any Help or Suggestion for Improvement Please. Thanks Prabhat |
#5
| |||
| |||
|
|
Hi Prabhat There are options in the DTS package where you can the preferences. Right-Click on the DTS object and you can see for the options that are available. I dont have SQL Installed on my system, or else I would have told u what are steps to follow. If you still need assistance please get back and I will try to help u out thanks and regards Chandra "Prabhat" wrote: Hi Chandra, thanks for reply. My text file is Comma Separated. And if the Package will fail none of the record will be Imported I believe. Please suggest. Sample: - "","I","6109163172","MS","STEPHANIE","FIDLER","206 INDEPENDENCE CT" Thanks Prabhat "Chandra" <Chandra (AT) discussions (DOT) microsoft.com> wrote in message news:AC0FDFB4-D588-495C-86E3-5498F9A7B238 (AT) microsoft (DOT) com... Hi Prabhat In CSV File, There will be a new record for every line and the columns are saperated by a comma or a semi-colon. If the DTS fails, just see the number of records that are uploaded. Later you can go to that line / record and correct the datat. I believe this addressed your question. Please revert back if you have any issues. thanks and regards Chandra "Prabhat" wrote: Hi All, My DTS Imports data from a Comma Delimited TEXT from to SQL Server table. Thsi works fine 99% of the time. But Fails some time by giving the below ERROR - that I Log in a text file. Step 'DTSStep_DTSDataPumpTask_1' failed Step Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Step Error Description:Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column). Step Error code: 80004005 Step Error Help File TSFFile.hlpStep Error Help Context ID:0 I can see that reason of the fail, But as the test file is very BIG it is very difficult to find the location or line number of the Problem. So Can any one tell me how can I log the Line Number of ERROR TOO? Any Help or Suggestion for Improvement Please. Thanks Prabhat |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |