dbTalk Databases Forums  

DTS error

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


Discuss DTS error in the microsoft.public.sqlserver.dts forum.



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

Default DTS error - 02-23-2006 , 08:00 AM






Hello all!

I would like to create a database DTS package to import a data from MS
Access table into the SQL Server 2000 database.
I use a import wizard to select data source (MS Access) and destination
database (MS SQL Server 2000) and to import a table. At the end I name a
table as: [NMR].[dbo].[output_name_table].
After that I select Schedule DTS package for later execution. I select
every Thursday on 14:56. Then I click NEXT and I got the error:

Microsoft ODBC Access Driver - Syntax error in CREATE TABLE statement

Microsoft ODBC Access Driver - Syntax error in FORM clause

When I import data manually without creating DTS Package everything is
working correctly. I can create a table etc. When I try to do it using a
DTS import fails. Could you help me fix this problem?

Kindest regards
Marcin from Poland

*** Sent via Developersdex http://www.developersdex.com ***

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

Default Re: DTS Error - 01-02-2007 , 02:13 AM






Include the column ABC in to the DTS and once it's done use Alter table and
drop Column ABC.

This is not a solution but work around.

-MB


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

Quote:
Hi,

I am trying to import data from Progress database to SQL Server using DTS.
In one table I have about 20 columns out of which I am importing only 5
columns. After importing little over 67K rows the process is erroring out
with the error message:

Error at source for Row number 67851. Errors encountered so far in this
task: 1.
[DataDirect-Technologies][ODBC PROGRESS driver][PROGRESS]column ABC in
table
schema.xyz has value exceeding its max length or precision.
[DataDirect-Technologies][ODBC PROGRESS driver]Error in row.

The column ABC is not in my list of import and this has been flagged as
"ignore" by the process. The destination table do not have this column.

I would highly appreciate any help to resolve this issue.

Thanks,
SamK



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.