Re: Error 800A01CE - HELP!!!!



MJG wrote:
I receive the error above when running a vbs script. It stops while
executing the line listed below. This only occurs when the windows
XP SP2 firewall is on. I have enabled remote administration via
group policy with no success. HELP??????


Set autoUpdateClient =
CreateObject("Microsoft.Update.AutoUpdate",strComputer)

0x800A01CE = The remote server machine does not exist or is unavailable

0x800A is a script engine runtime error.

01CE = 462 in decimal (check the WSH/VBScript docs).

--
Michael Harris
Microsoft MVP Scripting


.