Which version of IE Explorer do you have? Have you recently installed a new IE version (MSN, 6.0 ,etc...) or any other software that directly supports VBScript? From the trace, it looks like the debugging session was abnormally aborted and the debugger was in a process of unloading VBScript engine when it blew up. The session was possible aborted because the debugger reached the line past the last line in the script main procedure and it didn't get a notice from the script engine that the screen is completed. This could be caused by various incompatibility issues. That's why I asked what was recently installed on your system. PS. 24x7ad.dll is the VBScript Active Debugger implementation. : Hello again, : I tried reinstalling the software, that actually does help sometimes, but it : didn't in this case. : I then attempted to run the Excel Automation script from the VBScript : Examples that are supplied with the Example Jobs Database. : I didn't blowup the EXE but I did get the debugger halted error message. : (1) The job log shows the job started but there is no finish : (2) The Script logs only shows the following with TRACE on: VBS Starting : script execution in debug mode... : VBS Script execution finished : JALSS JALScript Service Listener stopped : JALSS JALScript Service unloaded : John
|