"DwightM" <> wrote in message
news:9C2C26B8-4130-42CA-AE0E-...
> Trying to do Updates. Two failed. Received Error Code 78F. What is this error
> code? What does it mean? How do I resolve this problem? My OS is Vista
> Ultimate. My Office package is Office Ultimate 2007. Please advise. Thank you!
<cmd_output OS="XPsp2">
F:\>set /a c = 0x78f
1935
F:\>net helpmsg %c%
1935 is not a valid Windows network message number.
</cmd_output>
Do you get any different results for net helpmsg 1935
on Vista?
Try a search? Tip: for most hits search with all possible representations
of a code. E.g. hex code, hex code with a 0x prefix and decimal equivalent.
<title> System Error Codes (1700-3999) (Windows) </title>
http://msdn2.microsoft.com/en-us/library/ms681386.aspx
(Live Search for
(78F OR 0x78F OR 1935) codes site:microsoft.com
)
<quote>
ERROR_AUTHENTICATION_FIREWALL_FAILED
1935 Logon Failure:
The machine you are logging onto is protected by an authentication firewall.
The specified account is not allowed to authenticate to the machine.
</quote>
HTH
Robert Aldwinckle
---