VoiceGuide IVR Software Main Page
Jump to content

Problem Running Concurrent Vb Scripts

Recommended Posts

Dear VoiceGuide Support,

 

We seem to having problems running concurrent VB Script modules in VoiceGuide with the "Do not wait for VB Script to complete" option.

 

In the attached simple example, we have 2 VB Script modules that are supposed to run one after each other, however, neither script should wait for the other script to complete before running.

 

If you check the attached log file, you will see the following messages:

 

RUNNING SCRIPT #2

RUNNING SCRIPT #2

 

Instead, we would expect to see:

 

RUNNING SCRIPT #1

RUNNING SCRIPT #2

 

However, it seems to be ignoring the 1st VB Script module and running the 2nd VB Script module twice.

 

Can you please explain what's happening here and perhaps provide us with a solution as we need to be able to run multiple VB Scripts at the same time in our VoiceGuide application.

 

FYI we are running:

Windows XP SP1

VoiceGuide v5.1.3011

Dialogic D/4PCI

 

Thanks,

Test3.zip

Share this post


Link to post

Thank you for providing the demo script along with the log trace from VG. This allowed us to quickly diagnose and fix the problem.

 

Attached replacement vgmulti.exe fixes that problem. Please update your VoiceGuide installation with this new .exe.

 

This bug will be fixed in release v5.1.3 onwards as well.

 

(Guess execution of linked VBS modules were not really tested as in most cases the two VBS could be placed in one VBS and ran from one module...)

VgMulti.zip

Share this post


Link to post

Dear VoiceGuide Support,

 

Thanks for this - it worked a treat.

 

I know it seems strange, but, there are legitimate cases when you might need to split a script in two pieces.

 

Regards,

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
×