dbTalk Databases Forums  

dtsrun.exe hangs before complete

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


Discuss dtsrun.exe hangs before complete in the microsoft.public.sqlserver.dts forum.



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

Default dtsrun.exe hangs before complete - 06-11-2005 , 01:36 AM






Hi,

I created a simple DTS package to export data of some tables to Excel
file. I want to execute it with dtsrun.exe but it hangs before
complete.

The message is like these( I’m using SQLServer Japanese version so I
translated the output. maybe it is not exact)

C:\temp\dtsrun /FMyDTS.dts /NMyPackage
DTSRun: loading...
DTSRun: executing...
DTSRun OnStart: Create table TABLE1 step
DTSRun OnStart: Create table TABLE2 step
DTSRun OnStart: Create table TABLE3 step
DTSRun OnFinish: Create table TABLE1 step
DTSRun OnStart: Copy Data from TABLE1 to TABLE1 step

After "Copy Data from TABLE1 to TABLE1 step" it hangs.
Searching on internet I found an article on MSkb.

http://support.microsoft.com/kb/290077/en-us

The article saids it is a known issue and fixed by SQL Server 2000
Service Pack 1.
So I downloaded and installed the database component
module(JPN_SQL2KSP3.exe) of Service Pack 3a which includes SP1 update.

But the same problem still happens. It happends also with dtsrunui.exe
or on Enterprise Manager. I searched on this site with key words like
"not complete","hangs","stops" but I found no proper result.


If somebody knows this problem please help me!

thank you,
Ryoko

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/DTS-run.exe-...ict231215.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=800499

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

Default Re: dtsrun.exe hangs before complete - 06-13-2005 , 12:37 AM






Where did you install the update? Remember DTS is a client side app and
there fore it would need to be whereever the package is executing.

--



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


"ryoko" <UseLinkToEmail (AT) dbForumz (DOT) com> wrote

Quote:
Hi,

I created a simple DTS package to export data of some tables to Excel
file. I want to execute it with dtsrun.exe but it hangs before
complete.

The message is like these( I’m using SQLServer Japanese version so I
translated the output. maybe it is not exact)

C:\temp\dtsrun /FMyDTS.dts /NMyPackage
DTSRun: loading...
DTSRun: executing...
DTSRun OnStart: Create table TABLE1 step
DTSRun OnStart: Create table TABLE2 step
DTSRun OnStart: Create table TABLE3 step
DTSRun OnFinish: Create table TABLE1 step
DTSRun OnStart: Copy Data from TABLE1 to TABLE1 step

After "Copy Data from TABLE1 to TABLE1 step" it hangs.
Searching on internet I found an article on MSkb.

http://support.microsoft.com/kb/290077/en-us

The article saids it is a known issue and fixed by SQL Server 2000
Service Pack 1.
So I downloaded and installed the database component
module(JPN_SQL2KSP3.exe) of Service Pack 3a which includes SP1 update.

But the same problem still happens. It happends also with dtsrunui.exe
or on Enterprise Manager. I searched on this site with key words like
"not complete","hangs","stops" but I found no proper result.


If somebody knows this problem please help me!

thank you,
Ryoko

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL:
http://www.dbforumz.com/DTS-run.exe-...ict231215.html
Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.dbforumz.com/eform.php?p=800499



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

Default Re: Re: dtsrun.exe hangs before complete - 06-13-2005 , 01:35 PM



"Allan Mitchell" wrote:
Quote:
Where did you install the update? Remember DTS is a client
side app and
there fore it would need to be whereever the package is
executing.

--



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


"ryoko" <UseLinkToEmail (AT) dbForumz (DOT) com> wrote in message
news:4_800499_515be0fdcf32abd568c489b50c09755d (AT) dbforumz (DOT) com...
Hi,

I created a simple DTS package to export data of some tables
to Excel
file. I want to execute it with dtsrun.exe but it hangs
before
complete.

The message is like these( I’m using SQLServer Japanese
version so I
translated the output. maybe it is not exact)

C:tempdtsrun /FMyDTS.dts /NMyPackage
DTSRun: loading...
DTSRun: executing...
DTSRun OnStart: Create table TABLE1 step
DTSRun OnStart: Create table TABLE2 step
DTSRun OnStart: Create table TABLE3 step
DTSRun OnFinish: Create table TABLE1 step
DTSRun OnStart: Copy Data from TABLE1 to TABLE1 step

After "Copy Data from TABLE1 to TABLE1 step" it hangs.
Searching on internet I found an article on MSkb.

http://support.microsoft.com/kb/290077/en-us

The article saids it is a known issue and fixed by SQL
Server 2000
Service Pack 1.
So I downloaded and installed the database component
module(JPN_SQL2KSP3.exe) of Service Pack 3a which includes
SP1 update.

But the same problem still happens. It happends also with
dtsrunui.exe
or on Enterprise Manager. I searched on this site with key
words like
"not complete","hangs","stops" but I found no proper result.


If somebody knows this problem please help me!

thank you,
Ryoko

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet
standards
Topic URL:
http://www.dbforumz.com/DTS-run.exe-...ict231215.html
Visit Topic URL to contact author (reg. req'd). Report
abuse:
http://www.dbforumz.com/eform.php?p=800499
Thank you for your response.

I use both server and client on the same machine.
I checked if update was executed successfully with a query "SELECT
@@VERSION" which returns "Microsoft SQL Server 2000 - 8.00.760".
So I think my SQLServer is updated by SP3/SP3a.

Anyway trying some options on DTS package I found that if I select
"Register log on package execution" on Log tab page in DTS Package
Property with "Use SQLServer authentication" radiobutton the package
is executed properly.
It seems so strange but I executed some packages with above options
several times and all go well.

Now I want to execute the package by DTS client on which no SP is yet
adapted.


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.