![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 (AT) yahoo (DOT) com> wrote 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 |
#5
| |||
| |||
|
|
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 (AT) yahoo (DOT) com> wrote in message news:1115665940.667260.151550 (AT) z14g2000cwz (DOT) googlegroups.com... 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 |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |