Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > What is Error Code 0x6DD8 for SQL Server 2005 Express SP2?

Reply
Thread Tools Display Modes

What is Error Code 0x6DD8 for SQL Server 2005 Express SP2?

 
 
Vashon Juan
Guest
Posts: n/a

 
      03-27-2007
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?!
 
Reply With Quote
 
 
 
 
Vashon Juan
Guest
Posts: n/a

 
      06-24-2007
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!)

"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?!

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      06-27-2007
(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?!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 Express Edition Login error to SQL Exp Db in Vista Home Windows Vista Installation 1 04-03-2008 02:03 PM
Error Code: 0x6DBC Updates were not installed Microsoft SQL Server 2005 Express Edition Service Pack 2 JDJ Windows Update 5 08-09-2007 04:30 PM
error 8007054e for sql server 2005 Express Edition SP 2 Vista bob Windows Update 5 04-12-2007 05:45 AM
SQL Server Express SP2, Error installing (KB 921896) - exit code 1 Dirk W Windows Update 0 03-19-2007 06:53 PM
Cannot install update SQL Server 2005 SP1 - error code 0x2B18 rayprog Windows Update 5 08-22-2006 02:15 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59