VoiceGuide IVR Software Main Page
Jump to content

Objvbsorexeprocess.kill : Process Has Exited

Recommended Posts

In one of the log files I found this error:

095837.744   7  22   8 ERROR v7.4.5546.36085 (09-Mar-15 20:02:50.85) LsRunWaitTillFinished (timeout) objVbsOrExeProcess.Kill : Process has exited, so the requested information is not available.

   at System.Diagnostics.Process.EnsureState(State state)
   at System.Diagnostics.Process.get_ProcessName()
   at System.Diagnostics.Process.ToString()
   at System.String.Concat(Object arg0, Object arg1, Object arg2)
   at vgEngine.ScriptRunsStateMachine.(Int32 iLineId, Int32 iCode, String sCode, Int32 iParam1, Int32 iParam2, Int32 iParam3, String sParam1, String sParam2, String sParam3)

Does this have to do with this issue? Maybe this is the reason? I send log files.

0428_0957_vgEngine.zip

Share this post


Link to post

It just indicates that a VBScript process has completed just before the time when system timed out awaiting its completion.

 

This should probably not be reported as an error.

 

Best way to avoid such issues is to have the VBScript return the result to VoiceGuide using Run_ResultReturn, or to set the timeout to a value significantly higher then what that VBScript usually takes to run.

 

This would not be the cause of memory issues on your system that looks like you are having ( http://www.voiceguide.com/forums/index.php?showtopic=11919 )

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
×