Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Column Missing

Author  Topic 

vk59
Starting Member

38 Posts

Posted - 2005-06-09 : 10:01:14
Hi,

I am Exporting Data from Fox Pro 2.6 to SQL Server Using DTS VBScript. I have two dbf files from two different customers which has same structure except one column. File1 has 3 columns namely COL1, COl2 & COL2. File2 has only two columns COL1 & COL2.

While Executing the package i get the following error.

Step 'DTSStep_Step1' failed

Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:Column name 'COL2' was not found.
Step Error code: 80042008
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0


Should I have two seperate DTS packages to export them.

Thanks In Advance
VK59

`

X002548
Not Just a Number

15586 Posts

Posted - 2005-06-09 : 10:02:34
Yes

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx
Go to Top of Page
   

- Advertisement -