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)
 importing text file into sql

Author  Topic 

dotnetcoder
Starting Member

1 Post

Posted - 2008-11-24 : 22:36:17
I am modifying an existing dts package for a company. They have changed the file format. When I try to run the package, I get this message with the new format file.
Error Description : Error Code: 0
Error Source: Microft VbScript runtime Error
Error Desciption: Type Mismatch: 'DTSSOurce'
Error on Line 12

Below is line 12:

DTSGlobalVariables("gv_currentDoDx").Value = DTSSource("DODX")
The source column does exist in the new file layout.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-25 : 00:22:47
then either remove it or replace it with modified column.
Go to Top of Page
   

- Advertisement -