VoiceGuide IVR Software Main Page
Jump to content

Clearscript Error Trying To Run Vbscript

Recommended Posts

We are having a problem with our VoiceGuide Server where VB scripts no longer appear to run in our VGS scripts.

 

The log shows this error below, suggesting an object is required but it does not specify what is missing.

 

ERROR RunScript_ClearScriptV8_ScriptEngineException

ERROR ErrorDetails: Object required
ERROR Message: Object required
ERROR Source: ClearScript
ERROR StackTrace: at Microsoft.ClearScript.ScriptEngine.ThrowScriptError(IScriptEngineException scriptError)
at Microsoft.ClearScript.Windows.WindowsScriptEngine.ThrowScriptError(Exception exception)
at Microsoft.ClearScript.Windows.WindowsScriptEngine.<>c__DisplayClass14.<ScriptInvoke>b__13()
at Microsoft.ClearScript.ScriptEngine.ScriptInvoke(Action action)
at Microsoft.ClearScript.Windows.WindowsScriptEngine.ScriptInvoke(Action action)
at Microsoft.ClearScript.Windows.WindowsScriptEngine.Execute(String documentName, String code, Boolean evaluate, Boolean discard)
at (Object , String )
at ..(Object oParam)

Share this post


Link to post

Could you please post the entire vgEngine trace from which this excerpt as taken. (please .ZIP up the trace before posting)

 

What type of function is this VBScript performing? If this VBScript is creating/accessing database objects then please try changing the VBScript module parameters in VG.INI to use "WScript" interpreter to run the VBScript.

 

in VG.INI in section [moduleRunScript] set the entry "Engine" to be "WScript". Like this:

 

[moduleRunScript]

UseSafeSubset=False
Engine=WScript
SaveToFile=True
and then restart the VoiceGuide service.

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
×