dbTalk Databases Forums  

Import Error

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


Discuss Import Error in the microsoft.public.sqlserver.dts forum.



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

Default Import Error - 07-26-2005 , 01:37 PM






Using DTS, I imported a bunch of tables from Access to SQL. All the tables
have been transferred except but two that are giving me similar error
messages:
"Error Destination for Row number 58. Errors encountered so far in this
task:1. Insert Error, column 10 ('Block From Date', DBTYPE_DBTIMESTAMP),
status 6: Data Overflow. Invalid character value for cast specification".
I checked the row and column mentioned in the error message in the access
table and nothing looked suspicious. Please help!!

Thanks
--
TS

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Import Error - 07-26-2005 , 02:01 PM






Access' date range is different to that in SQL Server. You may be
experiencing a date in Access that the destination in SQL Server cannot
handle.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"TS" <TS (AT) discussions (DOT) microsoft.com> wrote

Quote:
Using DTS, I imported a bunch of tables from Access to SQL. All the tables
have been transferred except but two that are giving me similar error
messages:
"Error Destination for Row number 58. Errors encountered so far in this
task:1. Insert Error, column 10 ('Block From Date', DBTYPE_DBTIMESTAMP),
status 6: Data Overflow. Invalid character value for cast specification".
I checked the row and column mentioned in the error message in the access
table and nothing looked suspicious. Please help!!

Thanks
--
TS



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

Default Re: Import Error - 07-26-2005 , 02:23 PM



And the solution is? The Date was repeated in other rows with no problem!!
How can I resolve this?

Thanks
--
TS


"Allan Mitchell" wrote:

Quote:
Access' date range is different to that in SQL Server. You may be
experiencing a date in Access that the destination in SQL Server cannot
handle.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"TS" <TS (AT) discussions (DOT) microsoft.com> wrote in message
news:BCED7E0E-AA1F-4444-881B-C3A8E956BD85 (AT) microsoft (DOT) com...
Using DTS, I imported a bunch of tables from Access to SQL. All the tables
have been transferred except but two that are giving me similar error
messages:
"Error Destination for Row number 58. Errors encountered so far in this
task:1. Insert Error, column 10 ('Block From Date', DBTYPE_DBTIMESTAMP),
status 6: Data Overflow. Invalid character value for cast specification".
I checked the row and column mentioned in the error message in the access
table and nothing looked suspicious. Please help!!

Thanks
--
TS




Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Import Error - 07-26-2005 , 02:28 PM



The date was repeated in the same column on different rows exactly the same
format?

You can test to see if the values in that column fall between the range that
SQL Server will accept and if not either enter a default or a null.



--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"TS" <TS (AT) discussions (DOT) microsoft.com> wrote

Quote:
And the solution is? The Date was repeated in other rows with no problem!!
How can I resolve this?

Thanks
--
TS


"Allan Mitchell" wrote:

Access' date range is different to that in SQL Server. You may be
experiencing a date in Access that the destination in SQL Server cannot
handle.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new
stuff.
www.konesans.com - Consultancy from the people who know


"TS" <TS (AT) discussions (DOT) microsoft.com> wrote in message
news:BCED7E0E-AA1F-4444-881B-C3A8E956BD85 (AT) microsoft (DOT) com...
Using DTS, I imported a bunch of tables from Access to SQL. All the
tables
have been transferred except but two that are giving me similar error
messages:
"Error Destination for Row number 58. Errors encountered so far in this
task:1. Insert Error, column 10 ('Block From Date',
DBTYPE_DBTIMESTAMP),
status 6: Data Overflow. Invalid character value for cast
specification".
I checked the row and column mentioned in the error message in the
access
table and nothing looked suspicious. Please help!!

Thanks
--
TS






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.