dbTalk Databases Forums  

crashing DTS on table import

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


Discuss crashing DTS on table import in the microsoft.public.sqlserver.dts forum.



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

Default crashing DTS on table import - 11-01-2004 , 07:14 AM






Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash dts
when it tries to import them. The DTS screen simply dissappears from the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was wondering
is there a log somewhere which might help me to shed light on what in the
tables is making it crash. To note I can import and link to the tables in
access with no trouble whatsoever. Thanks for your time.

Dan



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

Default Re: crashing DTS on table import - 11-01-2004 , 12:56 PM






There will be no DTS log because it sounds as though something is crashing
DTS. Have you looked in Event Viewer?
Have you tried SPing (What SP are you running?)?

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote

Quote:
Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash dts
when it tries to import them. The DTS screen simply dissappears from the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in the
tables is making it crash. To note I can import and link to the tables in
access with no trouble whatsoever. Thanks for your time.

Dan





Reply With Quote
  #3  
Old   
IT Dep
 
Posts: n/a

Default Re: crashing DTS on table import - 11-02-2004 , 03:18 AM



Thanks,

It has SP3 on it, just looking at the mdac 2.7 sp1, see if this sorts it.

Dan

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
There will be no DTS log because it sounds as though something is crashing
DTS. Have you looked in Event Viewer?
Have you tried SPing (What SP are you running?)?

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:OgXbKTBwEHA.3976 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble
whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash
dts
when it tries to import them. The DTS screen simply dissappears from
the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in
the
tables is making it crash. To note I can import and link to the tables
in
access with no trouble whatsoever. Thanks for your time.

Dan







Reply With Quote
  #4  
Old   
IT Dep
 
Posts: n/a

Default Re: crashing DTS on table import - 11-02-2004 , 03:23 AM



Change of plan, going to install Microsoft Data Access Components (MDAC)
2.8, didn't see the newer version at first. I already have SP3 of SQL, it
does advise that SP3a is only for versions below SP3, and as such I
shouldn't install it? Looked in the event log to see if there is any log of
an error, but there is nothing whatsoever. Thanks.

Dan
"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote

Quote:
Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash dts
when it tries to import them. The DTS screen simply dissappears from the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in the
tables is making it crash. To note I can import and link to the tables in
access with no trouble whatsoever. Thanks for your time.

Dan





Reply With Quote
  #5  
Old   
IT Dep
 
Posts: n/a

Default Re: crashing DTS on table import - 11-02-2004 , 03:34 AM



MDAC 2.8 doesn't seem to have made any difference. Any ideas?

Thanks

Dan

"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote

Quote:
Change of plan, going to install Microsoft Data Access Components (MDAC)
2.8, didn't see the newer version at first. I already have SP3 of SQL, it
does advise that SP3a is only for versions below SP3, and as such I
shouldn't install it? Looked in the event log to see if there is any log
of
an error, but there is nothing whatsoever. Thanks.

Dan
"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:OgXbKTBwEHA.3976 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble
whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash
dts
when it tries to import them. The DTS screen simply dissappears from
the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in
the
tables is making it crash. To note I can import and link to the tables
in
access with no trouble whatsoever. Thanks for your time.

Dan







Reply With Quote
  #6  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: crashing DTS on table import - 11-02-2004 , 07:14 AM



Since this is an ODBC data source, you can try to turn on
ODBC tracing on the box where the package runs. Make sure to
turn the trace off after you have crashed with tracing
turned on. You can then go through the tracing log file and
look for ODBC errors.

-Sue

On Tue, 2 Nov 2004 09:34:59 -0000, "IT Dep"
<it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote:

Quote:
MDAC 2.8 doesn't seem to have made any difference. Any ideas?

Thanks

Dan

"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:e6wXQ2LwEHA.1296 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Change of plan, going to install Microsoft Data Access Components (MDAC)
2.8, didn't see the newer version at first. I already have SP3 of SQL, it
does advise that SP3a is only for versions below SP3, and as such I
shouldn't install it? Looked in the event log to see if there is any log
of
an error, but there is nothing whatsoever. Thanks.

Dan
"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:OgXbKTBwEHA.3976 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi

I am having some trouble importing certain tables from an odbc database
(Sage Line 50). Most of the tables import without any trouble
whatsoever,
however there are 2 tables (SOP_items and POP_items) that always crash
dts
when it tries to import them. The DTS screen simply dissappears from
the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in
the
tables is making it crash. To note I can import and link to the tables
in
access with no trouble whatsoever. Thanks for your time.

Dan







Reply With Quote
  #7  
Old   
IT Dep
 
Posts: n/a

Default Re: crashing DTS on table import - 11-02-2004 , 10:43 AM



Hi

Thanks for the responses, I think that I have worked out where the problem
was occuring. There were date columns in those two tables which were
causing the crash. The dates were in the form dd/mm/yyyy as well as
mm/dd/yyyy, so no wonder it had trouble with the data - what a wonderful
accounting package, if only it used SQL as the native database! Thanks for
all of your help


Dan

"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote

Quote:
Since this is an ODBC data source, you can try to turn on
ODBC tracing on the box where the package runs. Make sure to
turn the trace off after you have crashed with tracing
turned on. You can then go through the tracing log file and
look for ODBC errors.

-Sue

On Tue, 2 Nov 2004 09:34:59 -0000, "IT Dep"
it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote:

MDAC 2.8 doesn't seem to have made any difference. Any ideas?

Thanks

Dan

"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:e6wXQ2LwEHA.1296 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Change of plan, going to install Microsoft Data Access Components
(MDAC)
2.8, didn't see the newer version at first. I already have SP3 of SQL,
it
does advise that SP3a is only for versions below SP3, and as such I
shouldn't install it? Looked in the event log to see if there is any
log
of
an error, but there is nothing whatsoever. Thanks.

Dan
"IT Dep" <it (AT) isslimREMOVE_TO_REPLYited (DOT) co.uk> wrote in message
news:OgXbKTBwEHA.3976 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi

I am having some trouble importing certain tables from an odbc
database
(Sage Line 50). Most of the tables import without any trouble
whatsoever,
however there are 2 tables (SOP_items and POP_items) that always
crash
dts
when it tries to import them. The DTS screen simply dissappears from
the
screen with no error. I realise that it is beyond the scope of this
newsgroup to ask about the specific odbc database. However I was
wondering
is there a log somewhere which might help me to shed light on what in
the
tables is making it crash. To note I can import and link to the
tables
in
access with no trouble whatsoever. Thanks for your time.

Dan









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.