VoiceGuide IVR Software Main Page
Jump to content

Vbscript

Recommended Posts

My VBScripts run fine in demonstration mode but after applying my registration they begin erroring out when calling the CreateObject method.

Share this post


Link to post

Are you using the CreateObject("VoiceGuide.CommandLink") ?

I suspect that you are trying to use the VoiceGuide's ActiveX Server / COM interface and have not registered the Enterprise version of the software.

 

(please see http://www.voiceguide.com/vgFeatures.htm )

 

When using ActiveX/COM you in non-Enterprise version you still should not get an error though... the function will just return without doing anything and in Trace Log you would see a message:

 

"COM interface not supported in this version."

 

If you think the problem may be something else

 

Could you please post a copy of VoiceGuide's Debug Printout which captures the problem, this will allow us to see what is going wrong.

(When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call.)

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
×