.VBS scripts have stopped running... No idea why!
Posted
by Django Reinhardt
on Server Fault
See other posts from Server Fault
or by Django Reinhardt
Published on 2010-03-12T17:28:08Z
Indexed on
2010/03/12
17:37 UTC
Read the original article
Hit count: 252
We have two .vbs scripts that are run by our Task Scheduler that have suddenly stopped working for no reason we can fathom. We haven't significantly altered our system configuration in the last 24 hours, and the scripts have run without a hitch for months.
According to the Task Scheduler the scripts just keep running and never stop, which is never the case. I stopped all running versions through the Scheduler and manually attempted to run one of the .vbs scripts. I got the following error message:
Line: 15
Error: The system cannot locate the resource specified.
Code: 800C0005
Source: msxml3.dll
Line 15 (or 16 to be more accurate - line 15 itself is blank, but so is line 1) is: xml.Send
Would could have suddenly caused this? Looking in system32\
and sysWOW64\
shows that msxml3.dll exists.
Anybody got any ideas?
Thanks a lot!
© Server Fault or respective owner