Hi,
I have a DTS Package with about 20 or so steps. The third from last step is an Execute Process Task which tries to run a VB application of mine. When I run the task through Enterprise Manager on the server it works fine but when i scedule the job it just hangs. When i look at task manager my vb application is there but it's processing time just sit's on 0. I have also tried to run it through an active script like this.
Set oShell = CreateObject ("WSCript.shell")
oShell.run "C:\Program Files\Caudwell\test.exe",1,true
But this has the same effect.
Does anyone have any ideas?
By the way i using SQL 7 with the latest service pack.
Cheers,
Hugh
I have a DTS Package with about 20 or so steps. The third from last step is an Execute Process Task which tries to run a VB application of mine. When I run the task through Enterprise Manager on the server it works fine but when i scedule the job it just hangs. When i look at task manager my vb application is there but it's processing time just sit's on 0. I have also tried to run it through an active script like this.
Set oShell = CreateObject ("WSCript.shell")
oShell.run "C:\Program Files\Caudwell\test.exe",1,true
But this has the same effect.
Does anyone have any ideas?
By the way i using SQL 7 with the latest service pack.
Cheers,
Hugh