Re: ActiveX task hangs in DTS



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
> >

.



Relevant Pages

  • Re: ActiveX task hangs in DTS
    ... It hangs when you manually execute it? ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ... > For some reason everytime I run a DTS package with an ActiveX Script ... So I tried to create a test package with only an ActiveX ...
    (microsoft.public.sqlserver.dts)
  • Re: ActiveX task hangs in DTS
    ... > Which version of SQL Server and what service pack? ... >> Task it hangs. ... So I tried to create a test package with only an ActiveX>> Script Task and it still hangs. ...
    (microsoft.public.sqlserver.dts)
  • Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)
    ... Restarting Windows 2000 resolved the problem for this particular account, ... confused when it sees a duplicate SID. ... > One way to get SQL Server to agree with the renamed NT ... > Preview (to ensure the script was created), ...
    (microsoft.public.sqlserver.security)
  • Re: SQL Security
    ... except I'm having problems making it work in a script. ... ;Set properties of DB objects and open connection to database ... > from Books Online (within the SQL Server program group): ... > communicate with SQL Server. ...
    (microsoft.public.sqlserver.server)
  • Re: Scripting a SQL database
    ... Virtually everything SQL Server Enterprise Manager does can be ... To run the generated script in ASP, ... You can also create a DTS (Data Transformation Package) ... that you'll want to select the "copy database objects and data" ...
    (microsoft.public.sqlserver.server)