Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > code 534 error with windows update for bis

Reply
Thread Tools Display Modes

code 534 error with windows update for bis

 
 
neo7
Guest
Posts: n/a

 
      04-13-2009
Hi. My Windows update has been trying to install Microsoft SQL Server 2005
Express Edition SP3 (KB955706) for the last two months, and every time it
tries to install it, it keeps coming up with this error: Code 534 - Windows
has encountered an unknown error. Does anyone know what this error is and
what I can do to solve it, apart from turning the update off? Windows update
says this update is important for my system. I'm running Windows Vista
Premium SP1.
Thanks.
 
Reply With Quote
 
 
 
 
Sky King
Guest
Posts: n/a

 
      04-13-2009
Hi;

I couldn't find anything meaningfull about error code 534, but a resolution
would be to manually download/install that SP. You can find it here:
http://www.microsoft.com/downloads/d...displaylang=en

or at least use that as a starting point if I've picked the wrong version.

BTW, the only thing I could find on error 534 was related to an arithmetic
overflow issue. Rather than an actual 5000-bit "1 plus 1 = eleventy-seven"
type error I would suspect this to be due to some type of corruption in the
files involved or issues on the entire system. Recommend you clean out all
the Temp/Tmp locations (there may be as many as 5 on your system); that you
do a Disk Clean Up on the drive involved; that you boot into Safe Mode and
delete the entire Software Distribution folder {it will be rebuilt on your
next WU attempt, and nothing is really lost with the possible exception of
some updating history items}. Booting into Safe Mode will also force a
total rebuild of your Pagefile.sys file, which also may help.

You should also check that you have adequate free space on that drive, that
there is nothing interfering with the installs/permissions (things like some
Norton products, 3rd party "protect the user and the Registry" type things,
download accellerators), malware/virus/trojan infestations, administrative
rights enabled, etc., etc.

HTH

--
....Sky
====


"neo7" <> wrote in message
news:20DB873C-BC56-400E-B891-...
> Hi. My Windows update has been trying to install Microsoft SQL Server 2005
> Express Edition SP3 (KB955706) for the last two months, and every time it
> tries to install it, it keeps coming up with this error: Code 534 -
> Windows
> has encountered an unknown error. Does anyone know what this error is and
> what I can do to solve it, apart from turning the update off? Windows
> update
> says this update is important for my system. I'm running Windows Vista
> Premium SP1.
> Thanks.


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      04-13-2009
(cross-post added to SQL Setup)
"neo7" <> wrote in message news:20DB873C-BC56-400E-B891-...
> Hi. My Windows update has been trying to install Microsoft SQL Server 2005
> Express Edition SP3 (KB955706) for the last two months, and every time it
> tries to install it, it keeps coming up with this error: Code 534 - Windows
> has encountered an unknown error.


> Does anyone know what this error is and
> what I can do to solve it, apart from turning the update off?



How are you seeing this? What is the context for it in the log(s)?

If it is a hex value you are seeing convert it to decimal
and then do your investigation with it.

<cmd_output OS="XPsp3">
E:\>set /a c = 0x534
1332
E:\>net helpmsg %c%

No mapping between account names and security IDs was done.
</cmd_output>


> Windows update
> says this update is important for my system. I'm running Windows Vista
> Premium SP1.
> Thanks.



If you aren't already doing this, download the update and try installing it
manually. Then if there is still a problem installing it, your symptom would
be independent of the distribution mechanism and hence you may find
more knowledgeable help (e.g. someone else who has actually updated
successfully) in a newsgroup which specializes in the product being updated.
Cross-posting to SQL Setup for convenience.


Good luck

Robert Aldwinckle
---


 
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
Vista Windows Update error Code: 80070490 Windows Update encountered an unknown error Michel Speed Windows Vista General Discussion 1 01-24-2009 09:02 PM
windows update fails to update to new version with error code 8007 vijay Windows Vista General Discussion 3 01-14-2009 05:25 AM
Windows Update Error Code 80070422 and Error code 1058 CloudJames Windows Update 4 01-10-2009 05:14 AM
Error finding updates in Windows Update (no error code) Brennero Windows Update 2 05-28-2007 01:04 AM
Error in windows update Error Code: 0x80070003 Tanvir Qureshi Windows Update 1 01-07-2006 10:33 AM



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