Guest Magos Report post Posted 08/08/2008 07:12 AM Hi Ever since we retrieved a licence the Get Numbers module always enters the fail-path even though it shouldn't. The script worked fine until now. We've made no changes to it (that I know of). With a verification like this (just to test): set Link = CreateObject("vgServices.CommandLink") Link.Run_ResultReturn $RV_LINEID, "verify_passed" set Link = Nothing And paths like this: on {*} goto [Login] on {success} goto [LoginQuery] on {fail} goto [LoginFailed] on {timeout 10} goto [LoginExit] The script still always enters the LoginFailed state. I've attached the script and log (zipped). TravelLog.zip Share this post Link to post
SupportTeam Report post Posted 08/08/2008 09:28 AM To use VBScripts you need to have the Enterprise (or Evaluation) license of VoiceGuide. Perhaps you are currently using the Professional license? If you still have problems please post a copy of VoiceGuide's Trace Logs which captures the problem, this will allow us to see what happened. Share this post Link to post