Hello all,
I am using DTS packages in sql server 2005.i am scheduling these dts packegs in sql server.DTS jobs failed.I am facing one error in jobs .
Can you please see the error below.
Please provide any solution.
TSRun OnProgress: DTSStep_DTSDataPumpTask_1; 154000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 154000DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 155000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 155000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 156000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 156000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 157000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 157000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 158000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 158000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 159000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 159000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 160000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 160000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 161000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 161000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 162000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 162000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 163000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 163000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 164000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 164000
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 165000 Rows have been transformed or copied.; PercentComplete = 0; ProgressCount = 165000
DTSRun OnError: DTSStep_DTSDataPumpTask_1, Error = -2147209197 (80043013)
Error string: Error at Source for Row number 165292. Errors encountered so far in this task: 1.
Error source: DTS Data Pump
Help file:
Help context: 0
Error Detail Records:
Error: 0 (0); Provider Error: 12307 (3013)
Error string: Too many columns found in the current row; non-whitespace characters were found after the last defined column's data.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
DTSRun OnError: DTSStep_DTSDataPumpTask_1, Error = -2147209197 (80043013)
Error string: Too many columns found in the current row; non-whitespace characters were found after the last defined column's data.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
Error Detail Records:
Error: 0 (0); Provider Error: 12307 (3013)
Error string: Too many columns found in the current row; non-whitespace characters were found after the last defined column's data.
Error source: Microsoft Data Transformation Services Flat File Rowset Provider
Help file: DTSFFile.hlp
Help context: 0
DTSRun OnFinish: DTSStep_DTSDataPumpTask_1
DTSRun: Package execution complete.
Please help me.