Re: ActiveX task hangs in DTS
- From: "Allan Mitchell" <allan@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 23:28:36 +0000
I am running SQL 2000 SP4 and this runs fine there.
It is strange it does not complete for you though
"Sam123" <thesnakepath@xxxxxxxxx> wrote in message news:thesnakepath@xxxxxxxxx:
Hi......
yes, it hangs when its executed manually and if scheduled.
Version is SQl server 2000 service pack: 3
the script is simple, see below:
Function Main()
dim x dim y
x=5 y=8
Main = DTSTaskExecResult_Success
End Function
Allan Mitchell wrote: > It hangs when you manually execute it? > > Can we see the script? > > Which version of SQL Server and what service pack? > > -- > > Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) > www.SQLDTS.com - The site for all your DTS needs. > www.SQLIS.com - SQL Server 2005 Integration Services. > www.Konesans.com > > > "Sam123" <thesnakepath@xxxxxxxxx> wrote in message news:1115665940.667260.151550@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Hi...... > > > > For some reason everytime I run a DTS package with an ActiveX Script > > Task it hangs. So I tried to create a test package with only an ActiveX > > Script Task and it still hangs. The code in the task does only 2 things > > (for testing), reads a variable and assigns a number to it. I tried > > rebooting and it didnt help. > > The only way to stop the package once it hangs is to > > select ctrl + alt + del and to kill the task. I've let the package run > > for over an hour and it was still hanging. > > > > > > any ideas??? > > > > thank you > > sam > >
.
- References:
- Re: ActiveX task hangs in DTS
- From: Sam123
- Re: ActiveX task hangs in DTS
- Prev by Date: Is this a job for DTS?
- Next by Date: Re: Executin DTSrun Utility under the xp_cmdshell
- Previous by thread: Re: ActiveX task hangs in DTS
- Next by thread: Re: ActiveX task hangs in DTS
- Index(es):
Relevant Pages
|