dbTalk Databases Forums  

Adding one destination column causes DTS transform failure

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Adding one destination column causes DTS transform failure in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PhilEngle
 
Posts: n/a

Default Adding one destination column causes DTS transform failure - 12-16-2005 , 02:53 PM






I have the developer edition of SQL Server 2000. I also have a DTS package
that imports from a text file into a SQL Server 2000 database table using the
standard ODBC driver for SQL Server supplied with DTS. It worked fine UNTIL I
added ONE column to my destination list in order to import further columns
from my source text file. The resulting package TESTed fine while outputting
to the TEST text file. However, when I actually ran the package zero-or-one
row was imported, rather than the 50 or so rows I expected.

Note that it doesn't matter WHAT column I add to the selected destination
list: ANY such added column causes import failure.

Any idea what's going on here?

Reply With Quote
  #2  
Old   
PhilEngle
 
Posts: n/a

Default RE: Adding one destination column causes DTS transform failure - 12-16-2005 , 03:03 PM






ERRATUM: I should have said "the standard OLE DB Provider for SQL Server"
instead of "the standard ODBC driver for SQL Server", below.

"PhilEngle" wrote:

Quote:
I have the developer edition of SQL Server 2000. I also have a DTS package
that imports from a text file into a SQL Server 2000 database table using the
standard ODBC driver for SQL Server supplied with DTS. It worked fine UNTIL I
added ONE column to my destination list in order to import further columns
from my source text file. The resulting package TESTed fine while outputting
to the TEST text file. However, when I actually ran the package zero-or-one
row was imported, rather than the 50 or so rows I expected.

Note that it doesn't matter WHAT column I add to the selected destination
list: ANY such added column causes import failure.

Any idea what's going on here?

Reply With Quote
  #3  
Old   
mattb
 
Posts: n/a

Default RE: Adding one destination column causes DTS transform failure - 01-06-2006 , 02:58 PM





"PhilEngle" wrote:

Quote:
ERRATUM: I should have said "the standard OLE DB Provider for SQL Server"
instead of "the standard ODBC driver for SQL Server", below.

"PhilEngle" wrote:

I have the developer edition of SQL Server 2000. I also have a DTS package
that imports from a text file into a SQL Server 2000 database table using the
standard ODBC driver for SQL Server supplied with DTS. It worked fine UNTIL I
added ONE column to my destination list in order to import further columns
from my source text file. The resulting package TESTed fine while outputting
to the TEST text file. However, when I actually ran the package zero-or-one
row was imported, rather than the 50 or so rows I expected.

Note that it doesn't matter WHAT column I add to the selected destination
list: ANY such added column causes import failure.

Any idea what's going on here?

the dts packages run flaky if you change them - I always rebuild new ones
with any changes - they always work cleanly on a rebuild...... (sometimes you
can just rebuild a section of a package and its OK) - i.e. transform data
task - in between 2 conns.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.