langdvguser Report post Posted 06/30/2017 04:33 PM 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 requiredERROR Message: Object requiredERROR Source: ClearScriptERROR 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
SupportTeam Report post Posted 06/30/2017 09:40 PM 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