Guest techpaul702 Report post Posted 03/13/2013 09:49 PM After Registering (4 line Pro V6) the script does not run. Please advise. to_vg.zip Share this post Link to post
SupportTeam Report post Posted 03/13/2013 11:17 PM Trace shows that you are trying to use VoiceGuide's COM interface: 132921.45 4 cl Run_ResultReturn [[Run VB Script 12]{161}] 132921.45 4 ERROR: COM interface not supported in this version. VoiceGuide's COM interface is only supported in the Enterprise version of VoiceGuide (please see: http://www.voiceguide.com/vgFeatures.htm ) You will need to use the Enterprise license on your system in order to use the COM interface. Share this post Link to post
Guest techpaul702 Report post Posted 03/14/2013 12:08 AM Can I use the VB Script and just not use the filesystem object. Is that causing the error? So instead of looking up in the file, can I just have a series of ifs if $RV[get numbers 3] = "116 then idout= "101" then return vg.Run_ResultReturn $RV_LINEID, "[Run VB Script 12]{" & idout & "}" Share this post Link to post
SupportTeam Report post Posted 03/14/2013 02:55 AM You can use the filesystem object. It is VoiceGuide's COM interface that is only supported in the Enterprise version of VoiceGuide Your script is calling VoiceGuide's Run_ResultReturn COM function. Share this post Link to post