VoiceGuide IVR Software Main Page
Jump to content

How To Detect Witch Vbscript Is Not Finished

Recommended Posts

I have problems with VBScripts.

Some VBS are hanging in my system but I can't identify witch one making problems.

How to detect witch VB script are not finished?

I see in windows task manager processes wscript.exe but nothing more.

Share this post


Link to post

One way to debug which script is not returning is to make a note of every time a VBScript does not return and a 'timeout' path is taken in the VoiceGuide script instead.

Then you may see which VBScript modules start scripts that do not complete.

 

What version of Windows are you using?

 

For larger systems where you may be starting dozens VBScripts at the same time you should use a Server version: Win2003 or Win2008.

Share this post


Link to post

Most of active VBS are

 

"

set vg = CreateObject("vgServices.CommandLink")

vg.Play_Stop

set vg = Nothing

"

 

why?

Share this post


Link to post

That script looks pretty straightforward, would not expect issues with this script.

 

How did you establish the contents of the VBScripts that were hanging?

 

Was it always the scripts from same module? Or was it various modules?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×