(cross-post added to SQL server NG)
"Vashon Juan" <> wrote in message
news:66BD8728-2F7B-4868-BA3A-...
> I'm still getting this many months later. Any ideas anyone?! Microsoft?!
> Error Lookup doesn't know about this error... There's no other post in the
> update group with this error number. Search of Microsoft fails to turn this
> up. (Even Googling the world for this code shows only my silly message blow
> being copied onto all sorts of tech copy cat bulletin boards!)
What is the context of the code? Search the files that the update creates
for both 6DD8 (i.e. the hex string without its prefix) and 28120
(its decimal value.)
Also try using helpmsg on your system to see if you get more than I do
<cmd_output>
F:\>set /a c = 0x6dd8
28120
F:\>net helpmsg %c%
28120 is not a valid Windows network message number.
More help is available by typing NET HELPMSG 3871.
</cmd_output>
Perhaps it is a symptom of a driver error?
http://msdn2.microsoft.com/en-us/library/aa468982.aspx
(Live Search for
28120 site:microsoft.com
)
BTW you mention in the Subject that its for SQL Server so
you may get better assistance from an SQL newsgroup.
Cross-posting to one for convenience. E.g. if you try to install your problem
update manually and still have problems it is probably just as much an SQL
issue as a WU issue and you are much more likely to find the necessary
experience (e.g. logs to compare) and expertise (e.g. awareness of SQL
install diagnostics) there than here.
Also it looks as if the equivalent MSDN forum is fairly active,
judging by the results of this search there:
http://forums.microsoft.com/MSDN/Sea...ope&ForumID=95
Good luck
Robert Aldwinckle
---
>
> "Vashon Juan" wrote:
>
>> Several times now (with various reboots and over several weeks) I've received
>> Error Code 0x6DD8 when using Microsoft Update to install "Microsoft SQL
>> Server 2005 Express Edition with Advanced Services Service Pack 2 (KB
>> 921896)". I haven't found this error code in the newsgroup or the other
>> places the notice tell me to look. Any ideas?!