 |
|
 |
|
Next: 2000 to 2003: Drop-down box crashes system incons..
|
| Author |
Message |
External

Since: Aug 09, 2005 Posts: 4
|
(Msg. 1) Posted: Tue Aug 09, 2005 8:49 pm
Post subject: DTS job hang at ActiveX script steps Archived from groups: microsoft>public>sqlserver>dts (more info?)
|
|
|
Dear all,
We have a set of scheduled DTS jobs which run OK for months on SQL2000 SP3.
Recently (since mid July) we found them hang up and cannot finish. Symptoms
as below :-
1) The hang up only happens on those DTS jobs with ActiveX script steps,
while DTS jobs executing plain T-SQL / data pump is not affected
2) The DTS package while run on console also hang up at the active X Script
step
3) The problem gone after system reboot, however, this does not last long.
On one occasion, after a reboot, I can run such a DTS job several times,
then, the hang up happens again. On another occasion, after a reboot last
night, I can run the DTS job once, then the hang up happen again.
4) When the hang up happens, I can not start Control Panel, however, File
Explorer is OK. (I cannot figure out what is in common among DTS panel vs
Control Panel)
5) I have try to use Task Manager / Process Viewer to look at what happens
when it runs, I just notice that DTSRUN.EXE stuck there. In normal time, the
DTSRUN.EXE just shown up and gone after finish
6) The job can be cancelled, DTSRUN also gone after that.
Research done so far :-
1) We are suspecting there should be some sort of waiting occurs during
running the ActiveX steps, but don't know what it wait for.
2) From MS support web site, we notice 2 article with relevance
3) KB290077 - DTS scheduled job does not complete after first run, however,
as we are running SQL2000 SP3, we do not think it applies.
4) KB318819 - A DTS Package raises exceptions or stops responding when you
run it as a scheduled job. The work around as described has already applied
(e.g. execute on main package thread), but nothing change occurs.
Even if no in place solution exist, I would be grateful if anyone can
suggest proper steps to follow to continue on the investigation.
Thanks ... Eric >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Jul 26, 2004 Posts: 34
|
(Msg. 2) Posted: Wed Aug 10, 2005 9:09 am
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Eric,
What is it that ActiveX tasks are doing?
Ilya
"Eric Fung" wrote in message
> Dear all,
>
> We have a set of scheduled DTS jobs which run OK for months on SQL2000
SP3.
> Recently (since mid July) we found them hang up and cannot finish.
Symptoms
> as below :-
>
> 1) The hang up only happens on those DTS jobs with ActiveX script steps,
> while DTS jobs executing plain T-SQL / data pump is not affected
> 2) The DTS package while run on console also hang up at the active X
Script
> step
> 3) The problem gone after system reboot, however, this does not last long.
> On one occasion, after a reboot, I can run such a DTS job several times,
> then, the hang up happens again. On another occasion, after a reboot last
> night, I can run the DTS job once, then the hang up happen again.
> 4) When the hang up happens, I can not start Control Panel, however, File
> Explorer is OK. (I cannot figure out what is in common among DTS panel vs
> Control Panel)
> 5) I have try to use Task Manager / Process Viewer to look at what happens
> when it runs, I just notice that DTSRUN.EXE stuck there. In normal time,
the
> DTSRUN.EXE just shown up and gone after finish
> 6) The job can be cancelled, DTSRUN also gone after that.
>
> Research done so far :-
> 1) We are suspecting there should be some sort of waiting occurs during
> running the ActiveX steps, but don't know what it wait for.
> 2) From MS support web site, we notice 2 article with relevance
> 3) KB290077 - DTS scheduled job does not complete after first run,
however,
> as we are running SQL2000 SP3, we do not think it applies.
> 4) KB318819 - A DTS Package raises exceptions or stops responding when you
> run it as a scheduled job. The work around as described has already
applied
> (e.g. execute on main package thread), but nothing change occurs.
>
> Even if no in place solution exist, I would be grateful if anyone can
> suggest proper steps to follow to continue on the investigation.
>
> Thanks ... Eric
> >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2005 Posts: 4
|
(Msg. 3) Posted: Wed Aug 10, 2005 7:19 pm
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dear Ilya,
Thanks a lot for your kind attention.
The ActiveX tasks of those jobs in problem handle a variety of different
tasks (e.g. initialize global variable as parameter for data extraction,
collect size information of directory, etc).
As it seems the hang up is irrelevant to what the ActiveX tasks do, later on
yesterday I started to test with simple VBscript from command prompt with
wscript. The script also hangs up, even on single statement 'wscript.echo
"xxx"'.
So now I think it may not related with DTS, instead, probably related with
the scripting engine / Windows itself.
BTW. As these jobs used to run OK for months, have you heard of any recent
patches from MS which can cause similar problems ?
Thanks .... Eric
"Ilya Margolin" wrote:
> Eric,
>
> What is it that ActiveX tasks are doing?
>
> Ilya
>
> "Eric Fung" wrote in message
>
> > Dear all,
> >
> > We have a set of scheduled DTS jobs which run OK for months on SQL2000
> SP3.
> > Recently (since mid July) we found them hang up and cannot finish.
> Symptoms
> > as below :-
> >
> > 1) The hang up only happens on those DTS jobs with ActiveX script steps,
> > while DTS jobs executing plain T-SQL / data pump is not affected
> > 2) The DTS package while run on console also hang up at the active X
> Script
> > step
> > 3) The problem gone after system reboot, however, this does not last long.
> > On one occasion, after a reboot, I can run such a DTS job several times,
> > then, the hang up happens again. On another occasion, after a reboot last
> > night, I can run the DTS job once, then the hang up happen again.
> > 4) When the hang up happens, I can not start Control Panel, however, File
> > Explorer is OK. (I cannot figure out what is in common among DTS panel vs
> > Control Panel)
> > 5) I have try to use Task Manager / Process Viewer to look at what happens
> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal time,
> the
> > DTSRUN.EXE just shown up and gone after finish
> > 6) The job can be cancelled, DTSRUN also gone after that.
> >
> > Research done so far :-
> > 1) We are suspecting there should be some sort of waiting occurs during
> > running the ActiveX steps, but don't know what it wait for.
> > 2) From MS support web site, we notice 2 article with relevance
> > 3) KB290077 - DTS scheduled job does not complete after first run,
> however,
> > as we are running SQL2000 SP3, we do not think it applies.
> > 4) KB318819 - A DTS Package raises exceptions or stops responding when you
> > run it as a scheduled job. The work around as described has already
> applied
> > (e.g. execute on main package thread), but nothing change occurs.
> >
> > Even if no in place solution exist, I would be grateful if anyone can
> > suggest proper steps to follow to continue on the investigation.
> >
> > Thanks ... Eric
> >
>
>
> >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Jun 24, 2005 Posts: 3
|
(Msg. 4) Posted: Thu Aug 11, 2005 3:43 pm
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Have you tried to run any DBCC processes on your msdb database?
Rick
"Eric Fung" wrote in message
> Dear Ilya,
>
> Thanks a lot for your kind attention.
>
> The ActiveX tasks of those jobs in problem handle a variety of different
> tasks (e.g. initialize global variable as parameter for data extraction,
> collect size information of directory, etc).
>
> As it seems the hang up is irrelevant to what the ActiveX tasks do, later
> on
> yesterday I started to test with simple VBscript from command prompt with
> wscript. The script also hangs up, even on single statement 'wscript.echo
> "xxx"'.
>
> So now I think it may not related with DTS, instead, probably related with
> the scripting engine / Windows itself.
>
> BTW. As these jobs used to run OK for months, have you heard of any recent
> patches from MS which can cause similar problems ?
>
> Thanks .... Eric
>
>
> "Ilya Margolin" wrote:
>
>> Eric,
>>
>> What is it that ActiveX tasks are doing?
>>
>> Ilya
>>
>> "Eric Fung" wrote in message
>>
>> > Dear all,
>> >
>> > We have a set of scheduled DTS jobs which run OK for months on SQL2000
>> SP3.
>> > Recently (since mid July) we found them hang up and cannot finish.
>> Symptoms
>> > as below :-
>> >
>> > 1) The hang up only happens on those DTS jobs with ActiveX script
>> > steps,
>> > while DTS jobs executing plain T-SQL / data pump is not affected
>> > 2) The DTS package while run on console also hang up at the active X
>> Script
>> > step
>> > 3) The problem gone after system reboot, however, this does not last
>> > long.
>> > On one occasion, after a reboot, I can run such a DTS job several
>> > times,
>> > then, the hang up happens again. On another occasion, after a reboot
>> > last
>> > night, I can run the DTS job once, then the hang up happen again.
>> > 4) When the hang up happens, I can not start Control Panel, however,
>> > File
>> > Explorer is OK. (I cannot figure out what is in common among DTS panel
>> > vs
>> > Control Panel)
>> > 5) I have try to use Task Manager / Process Viewer to look at what
>> > happens
>> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal
>> > time,
>> the
>> > DTSRUN.EXE just shown up and gone after finish
>> > 6) The job can be cancelled, DTSRUN also gone after that.
>> >
>> > Research done so far :-
>> > 1) We are suspecting there should be some sort of waiting occurs during
>> > running the ActiveX steps, but don't know what it wait for.
>> > 2) From MS support web site, we notice 2 article with relevance
>> > 3) KB290077 - DTS scheduled job does not complete after first run,
>> however,
>> > as we are running SQL2000 SP3, we do not think it applies.
>> > 4) KB318819 - A DTS Package raises exceptions or stops responding when
>> > you
>> > run it as a scheduled job. The work around as described has already
>> applied
>> > (e.g. execute on main package thread), but nothing change occurs.
>> >
>> > Even if no in place solution exist, I would be grateful if anyone can
>> > suggest proper steps to follow to continue on the investigation.
>> >
>> > Thanks ... Eric
>> >
>>
>>
>> >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2005 Posts: 4
|
(Msg. 5) Posted: Thu Aug 11, 2005 7:20 pm
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Rick.
I do carry out DBCC on msdb frequently (e.g. the default maintenance plan
will do the DBCC CHECKDB), However, I cannot figure out the relationship
among the job hang up and the DBCC action.
In one occasion, I reboot the machine, and then run an activeX script to
collect directory size info. Well before any other job runs (so no DBCC runs
in between), the job completed successfully only once and then failed again
on any further attempt.
Rgds,
Eric
"Rick Gittins" wrote:
> Have you tried to run any DBCC processes on your msdb database?
>
> Rick
>
> "Eric Fung" wrote in message
>
> > Dear Ilya,
> >
> > Thanks a lot for your kind attention.
> >
> > The ActiveX tasks of those jobs in problem handle a variety of different
> > tasks (e.g. initialize global variable as parameter for data extraction,
> > collect size information of directory, etc).
> >
> > As it seems the hang up is irrelevant to what the ActiveX tasks do, later
> > on
> > yesterday I started to test with simple VBscript from command prompt with
> > wscript. The script also hangs up, even on single statement 'wscript.echo
> > "xxx"'.
> >
> > So now I think it may not related with DTS, instead, probably related with
> > the scripting engine / Windows itself.
> >
> > BTW. As these jobs used to run OK for months, have you heard of any recent
> > patches from MS which can cause similar problems ?
> >
> > Thanks .... Eric
> >
> >
> > "Ilya Margolin" wrote:
> >
> >> Eric,
> >>
> >> What is it that ActiveX tasks are doing?
> >>
> >> Ilya
> >>
> >> "Eric Fung" wrote in message
> >>
> >> > Dear all,
> >> >
> >> > We have a set of scheduled DTS jobs which run OK for months on SQL2000
> >> SP3.
> >> > Recently (since mid July) we found them hang up and cannot finish.
> >> Symptoms
> >> > as below :-
> >> >
> >> > 1) The hang up only happens on those DTS jobs with ActiveX script
> >> > steps,
> >> > while DTS jobs executing plain T-SQL / data pump is not affected
> >> > 2) The DTS package while run on console also hang up at the active X
> >> Script
> >> > step
> >> > 3) The problem gone after system reboot, however, this does not last
> >> > long.
> >> > On one occasion, after a reboot, I can run such a DTS job several
> >> > times,
> >> > then, the hang up happens again. On another occasion, after a reboot
> >> > last
> >> > night, I can run the DTS job once, then the hang up happen again.
> >> > 4) When the hang up happens, I can not start Control Panel, however,
> >> > File
> >> > Explorer is OK. (I cannot figure out what is in common among DTS panel
> >> > vs
> >> > Control Panel)
> >> > 5) I have try to use Task Manager / Process Viewer to look at what
> >> > happens
> >> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal
> >> > time,
> >> the
> >> > DTSRUN.EXE just shown up and gone after finish
> >> > 6) The job can be cancelled, DTSRUN also gone after that.
> >> >
> >> > Research done so far :-
> >> > 1) We are suspecting there should be some sort of waiting occurs during
> >> > running the ActiveX steps, but don't know what it wait for.
> >> > 2) From MS support web site, we notice 2 article with relevance
> >> > 3) KB290077 - DTS scheduled job does not complete after first run,
> >> however,
> >> > as we are running SQL2000 SP3, we do not think it applies.
> >> > 4) KB318819 - A DTS Package raises exceptions or stops responding when
> >> > you
> >> > run it as a scheduled job. The work around as described has already
> >> applied
> >> > (e.g. execute on main package thread), but nothing change occurs.
> >> >
> >> > Even if no in place solution exist, I would be grateful if anyone can
> >> > suggest proper steps to follow to continue on the investigation.
> >> >
> >> > Thanks ... Eric
> >> >
> >>
> >>
> >>
>
>
> >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Jul 26, 2004 Posts: 34
|
(Msg. 6) Posted: Fri Aug 12, 2005 8:17 am
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Eric,
Do you have free space on the server's drives?
Ilya
"Eric Fung" wrote in message
> Thanks Rick.
>
> I do carry out DBCC on msdb frequently (e.g. the default maintenance plan
> will do the DBCC CHECKDB), However, I cannot figure out the relationship
> among the job hang up and the DBCC action.
>
> In one occasion, I reboot the machine, and then run an activeX script to
> collect directory size info. Well before any other job runs (so no DBCC
runs
> in between), the job completed successfully only once and then failed
again
> on any further attempt.
>
> Rgds,
> Eric
>
>
>
> "Rick Gittins" wrote:
>
> > Have you tried to run any DBCC processes on your msdb database?
> >
> > Rick
> >
> > "Eric Fung" wrote in message
> >
> > > Dear Ilya,
> > >
> > > Thanks a lot for your kind attention.
> > >
> > > The ActiveX tasks of those jobs in problem handle a variety of
different
> > > tasks (e.g. initialize global variable as parameter for data
extraction,
> > > collect size information of directory, etc).
> > >
> > > As it seems the hang up is irrelevant to what the ActiveX tasks do,
later
> > > on
> > > yesterday I started to test with simple VBscript from command prompt
with
> > > wscript. The script also hangs up, even on single statement
'wscript.echo
> > > "xxx"'.
> > >
> > > So now I think it may not related with DTS, instead, probably related
with
> > > the scripting engine / Windows itself.
> > >
> > > BTW. As these jobs used to run OK for months, have you heard of any
recent
> > > patches from MS which can cause similar problems ?
> > >
> > > Thanks .... Eric
> > >
> > >
> > > "Ilya Margolin" wrote:
> > >
> > >> Eric,
> > >>
> > >> What is it that ActiveX tasks are doing?
> > >>
> > >> Ilya
> > >>
> > >> "Eric Fung" wrote in message
> > >>
> > >> > Dear all,
> > >> >
> > >> > We have a set of scheduled DTS jobs which run OK for months on
SQL2000
> > >> SP3.
> > >> > Recently (since mid July) we found them hang up and cannot finish.
> > >> Symptoms
> > >> > as below :-
> > >> >
> > >> > 1) The hang up only happens on those DTS jobs with ActiveX script
> > >> > steps,
> > >> > while DTS jobs executing plain T-SQL / data pump is not affected
> > >> > 2) The DTS package while run on console also hang up at the active
X
> > >> Script
> > >> > step
> > >> > 3) The problem gone after system reboot, however, this does not
last
> > >> > long.
> > >> > On one occasion, after a reboot, I can run such a DTS job several
> > >> > times,
> > >> > then, the hang up happens again. On another occasion, after a
reboot
> > >> > last
> > >> > night, I can run the DTS job once, then the hang up happen again.
> > >> > 4) When the hang up happens, I can not start Control Panel,
however,
> > >> > File
> > >> > Explorer is OK. (I cannot figure out what is in common among DTS
panel
> > >> > vs
> > >> > Control Panel)
> > >> > 5) I have try to use Task Manager / Process Viewer to look at what
> > >> > happens
> > >> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal
> > >> > time,
> > >> the
> > >> > DTSRUN.EXE just shown up and gone after finish
> > >> > 6) The job can be cancelled, DTSRUN also gone after that.
> > >> >
> > >> > Research done so far :-
> > >> > 1) We are suspecting there should be some sort of waiting occurs
during
> > >> > running the ActiveX steps, but don't know what it wait for.
> > >> > 2) From MS support web site, we notice 2 article with relevance
> > >> > 3) KB290077 - DTS scheduled job does not complete after first run,
> > >> however,
> > >> > as we are running SQL2000 SP3, we do not think it applies.
> > >> > 4) KB318819 - A DTS Package raises exceptions or stops responding
when
> > >> > you
> > >> > run it as a scheduled job. The work around as described has already
> > >> applied
> > >> > (e.g. execute on main package thread), but nothing change occurs.
> > >> >
> > >> > Even if no in place solution exist, I would be grateful if anyone
can
> > >> > suggest proper steps to follow to continue on the investigation.
> > >> >
> > >> > Thanks ... Eric
> > >> >
> > >>
> > >>
> > >>
> >
> >
> > >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Aug 09, 2005 Posts: 4
|
(Msg. 7) Posted: Sun Aug 14, 2005 8:55 pm
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Ilya.
Yes, the disks do have free space.
At the moment, we found there may be some glues relating my case - about
vbscript code hang up, with system monitor setup on remote machine for
performance monitoring on those affected machine. However, due to all the
machines affected can not be freely reboot, my progress is very limited.
Thanks ... Eric
"Ilya Margolin" wrote:
> Eric,
>
> Do you have free space on the server's drives?
>
> Ilya
>
> "Eric Fung" wrote in message
>
> > Thanks Rick.
> >
> > I do carry out DBCC on msdb frequently (e.g. the default maintenance plan
> > will do the DBCC CHECKDB), However, I cannot figure out the relationship
> > among the job hang up and the DBCC action.
> >
> > In one occasion, I reboot the machine, and then run an activeX script to
> > collect directory size info. Well before any other job runs (so no DBCC
> runs
> > in between), the job completed successfully only once and then failed
> again
> > on any further attempt.
> >
> > Rgds,
> > Eric
> >
> >
> >
> > "Rick Gittins" wrote:
> >
> > > Have you tried to run any DBCC processes on your msdb database?
> > >
> > > Rick
> > >
> > > "Eric Fung" wrote in message
> > >
> > > > Dear Ilya,
> > > >
> > > > Thanks a lot for your kind attention.
> > > >
> > > > The ActiveX tasks of those jobs in problem handle a variety of
> different
> > > > tasks (e.g. initialize global variable as parameter for data
> extraction,
> > > > collect size information of directory, etc).
> > > >
> > > > As it seems the hang up is irrelevant to what the ActiveX tasks do,
> later
> > > > on
> > > > yesterday I started to test with simple VBscript from command prompt
> with
> > > > wscript. The script also hangs up, even on single statement
> 'wscript.echo
> > > > "xxx"'.
> > > >
> > > > So now I think it may not related with DTS, instead, probably related
> with
> > > > the scripting engine / Windows itself.
> > > >
> > > > BTW. As these jobs used to run OK for months, have you heard of any
> recent
> > > > patches from MS which can cause similar problems ?
> > > >
> > > > Thanks .... Eric
> > > >
> > > >
> > > > "Ilya Margolin" wrote:
> > > >
> > > >> Eric,
> > > >>
> > > >> What is it that ActiveX tasks are doing?
> > > >>
> > > >> Ilya
> > > >>
> > > >> "Eric Fung" wrote in message
> > > >>
> > > >> > Dear all,
> > > >> >
> > > >> > We have a set of scheduled DTS jobs which run OK for months on
> SQL2000
> > > >> SP3.
> > > >> > Recently (since mid July) we found them hang up and cannot finish.
> > > >> Symptoms
> > > >> > as below :-
> > > >> >
> > > >> > 1) The hang up only happens on those DTS jobs with ActiveX script
> > > >> > steps,
> > > >> > while DTS jobs executing plain T-SQL / data pump is not affected
> > > >> > 2) The DTS package while run on console also hang up at the active
> X
> > > >> Script
> > > >> > step
> > > >> > 3) The problem gone after system reboot, however, this does not
> last
> > > >> > long.
> > > >> > On one occasion, after a reboot, I can run such a DTS job several
> > > >> > times,
> > > >> > then, the hang up happens again. On another occasion, after a
> reboot
> > > >> > last
> > > >> > night, I can run the DTS job once, then the hang up happen again.
> > > >> > 4) When the hang up happens, I can not start Control Panel,
> however,
> > > >> > File
> > > >> > Explorer is OK. (I cannot figure out what is in common among DTS
> panel
> > > >> > vs
> > > >> > Control Panel)
> > > >> > 5) I have try to use Task Manager / Process Viewer to look at what
> > > >> > happens
> > > >> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal
> > > >> > time,
> > > >> the
> > > >> > DTSRUN.EXE just shown up and gone after finish
> > > >> > 6) The job can be cancelled, DTSRUN also gone after that.
> > > >> >
> > > >> > Research done so far :-
> > > >> > 1) We are suspecting there should be some sort of waiting occurs
> during
> > > >> > running the ActiveX steps, but don't know what it wait for.
> > > >> > 2) From MS support web site, we notice 2 article with relevance
> > > >> > 3) KB290077 - DTS scheduled job does not complete after first run,
> > > >> however,
> > > >> > as we are running SQL2000 SP3, we do not think it applies.
> > > >> > 4) KB318819 - A DTS Package raises exceptions or stops responding
> when
> > > >> > you
> > > >> > run it as a scheduled job. The work around as described has already
> > > >> applied
> > > >> > (e.g. execute on main package thread), but nothing change occurs.
> > > >> >
> > > >> > Even if no in place solution exist, I would be grateful if anyone
> can
> > > >> > suggest proper steps to follow to continue on the investigation.
> > > >> >
> > > >> > Thanks ... Eric
> > > >> >
> > > >>
> > > >>
> > > >>
> > >
> > >
> > >
>
>
> >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
External

Since: Sep 26, 2005 Posts: 2
|
(Msg. 8) Posted: Mon Oct 10, 2005 1:56 pm
Post subject: Re: DTS job hang at ActiveX script steps [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
can check the the log whether the DTS package is executed or not... i had
issue like.. DTSRun doesn't exit after successful DTS package execution.. we
were able to run this from enterprise manager.. are you able to do this...
try installing SP4 or the client m/c in which you are tying execute the
DTS... it worked for me.
-Spsk
"Eric Fung" wrote:
> Thanks Ilya.
>
> Yes, the disks do have free space.
>
> At the moment, we found there may be some glues relatig my case - about
> vbscript code hang up, with system monitor setup on remote machine for
> performance monitoring on those affected machine. However, due to all the
> machines affected can not be freely reboot, my progress is very limited.
>
> Thanks ... Eric
>
> "Ilya Margolin" wrote:
>
> > Eric,
> >
> > Do you have free space on the server's drives?
> >
> > Ilya
> >
> > "Eric Fung" wrote in message
> >
> > > Thanks Rick.
> > >
> > > I do carry out DBCC on msdb frequently (e.g. the default maintenance plan
> > > will do the DBCC CHECKDB), However, I cannot figure out the relationship
> > > among the job hang up and the DBCC action.
> > >
> > > In one occasion, I reboot the machine, and then run an activeX script to
> > > collect directory size info. Well before any other job runs (so no DBCC
> > runs
> > > in between), the job completed successfully only once and then failed
> > again
> > > on any further attempt.
> > >
> > > Rgds,
> > > Eric
> > >
> > >
> > >
> > > "Rick Gittins" wrote:
> > >
> > > > Have you tried to run any DBCC processes on your msdb database?
> > > >
> > > > Rick
> > > >
> > > > "Eric Fung" wrote in message
> > > >
> > > > > Dear Ilya,
> > > > >
> > > > > Thanks a lot for your kind attention.
> > > > >
> > > > > The ActiveX tasks of those jobs in problem handle a variety of
> > different
> > > > > tasks (e.g. initialize global variable as parameter for data
> > extraction,
> > > > > collect size information of directory, etc).
> > > > >
> > > > > As it seems the hang up is irrelevant to what the ActiveX tasks do,
> > later
> > > > > on
> > > > > yesterday I started to test with simple VBscript from command prompt
> > with
> > > > > wscript. The script also hangs up, even on single statement
> > 'wscript.echo
> > > > > "xxx"'.
> > > > >
> > > > > So now I think it may not related with DTS, instead, probably related
> > with
> > > > > the scripting engine / Windows itself.
> > > > >
> > > > > BTW. As these jobs used to run OK for months, have you heard of any
> > recent
> > > > > patches from MS which can cause similar problems ?
> > > > >
> > > > > Thanks .... Eric
> > > > >
> > > > >
> > > > > "Ilya Margolin" wrote:
> > > > >
> > > > >> Eric,
> > > > >>
> > > > >> What is it that ActiveX tasks are doing?
> > > > >>
> > > > >> Ilya
> > > > >>
> > > > >> "Eric Fung" wrote in message
> > > > >>
> > > > >> > Dear all,
> > > > >> >
> > > > >> > We have a set of scheduled DTS jobs which run OK for months on
> > SQL2000
> > > > >> SP3.
> > > > >> > Recently (since mid July) we found them hang up and cannot finish.
> > > > >> Symptoms
> > > > >> > as below :-
> > > > >> >
> > > > >> > 1) The hang up only happens on those DTS jobs with ActiveX script
> > > > >> > steps,
> > > > >> > while DTS jobs executing plain T-SQL / data pump is not affected
> > > > >> > 2) The DTS package while run on console also hang up at the active
> > X
> > > > >> Script
> > > > >> > step
> > > > >> > 3) The problem gone after system reboot, however, this does not
> > last
> > > > >> > long.
> > > > >> > On one occasion, after a reboot, I can run such a DTS job several
> > > > >> > times,
> > > > >> > then, the hang up happens again. On another occasion, after a
> > reboot
> > > > >> > last
> > > > >> > night, I can run the DTS job once, then the hang up happen again.
> > > > >> > 4) When the hang up happens, I can not start Control Panel,
> > however,
> > > > >> > File
> > > > >> > Explorer is OK. (I cannot figure out what is in common among DTS
> > panel
> > > > >> > vs
> > > > >> > Control Panel)
> > > > >> > 5) I have try to use Task Manager / Process Viewer to look at what
> > > > >> > happens
> > > > >> > when it runs, I just notice that DTSRUN.EXE stuck there. In normal
> > > > >> > time,
> > > > >> the
> > > > >> > DTSRUN.EXE just shown up and gone after finish
> > > > >> > 6) The job can be cancelled, DTSRUN also gone after that.
> > > > >> >
> > > > >> > Research done so far :-
> > > > >> > 1) We are suspecting there should be some sort of waiting occurs
> > during
> > > > >> > running the ActiveX steps, but don't know what it wait for.
> > > > >> > 2) From MS support web site, we notice 2 article with relevance
> > > > >> > 3) KB290077 - DTS scheduled job does not complete after first run,
> > > > >> however,
> > > > >> > as we are running SQL2000 SP3, we do not think it applies.
> > > > >> > 4) KB318819 - A DTS Package raises exceptions or stops responding
> > when
> > > > >> > you
> > > > >> > run it as a scheduled job. The work around as described has already
> > > > >> applied
> > > > >> > (e.g. execute on main package thread), but nothing change occurs.
> > > > >> >
> > > > >> > Even if no in place solution exist, I would be grateful if anyone
> > can
> > > > >> > suggest proper steps to follow to continue on the investigation.
> > > > >> >
> > > > >> > Thanks ... Eric
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > >
> > > >
> > > >
> >
> >
> > >> Stay informed about: DTS job hang at ActiveX script steps |
|
| Back to top |
|
 |  |
| Related Topics: | ActiveX Script Reusable - Somebody use ActiveX Script Reusable. Please tell me how do it. Thanks everyone.
ActiveX Script Task Fails - The below vbscript enumerates password age on computer accounts in Active Directory which is then output to an xml file. Then entry point on the ActiveX Task is Main(). This script runs fine outside of SSIS, but inside of SSIS as an ActiveX Script..
ActiveX Script and DTS.Package - Greetings, We have a new SQL 2005 x64 sever that runs an export which uses DTS (from 2000). One of the steps in an ActiveX script which is failing on the line: Set oPkg = CreateObject("DTS.Package") We get error 800A01AD when scheduled ...
ActiveX script within DTS package - Type Mismatch Error - Hi, (Firstly, I have cross posted this to a DTS group as well as a vbscript group, as Im not sure if this is a DTS issue or script issue. Apologies if I upset anyone) I have an ActiveX running within a SQL Server 2000 DTS package, which I am trying to...
DTS steps - Hi All, I have a DTS package that copies flat files into my SQL 2000 DB. there are about 30 steps in this package. This job failed this morning, I have logging turned on and in the log file there is a failed step: Step.. |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|