Windows error 0x0000045D, 1117

Detailed Error Information

IO_DEVICE[1]

MessageThe request could not be performed because of an I/O device error.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007045D.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1117 (0x045d)

Questions

3votes
2answers

WSUS client detecting 0 updates

I have recently set up two new servers on our domain, labelled CADCS001 and CADCS001. These servers are intended to be almost identical aside from the hostname and have been set up to be as similar as possible. One of these servers is successfully downloading updates from our WSUS server [...] read more
windows-server-2008-r2
wsus
1vote
0answers

Internet Explorer 11 installation fails with errorcode 9C59

I get an error with installing IE11 on Windows 2008 R2 The final errorcode is: Setup exit code: 0x00009C59 (40025) The first reported error is: 'C:\Windows\SysNative\dism.exe .. exited with exit code 0x00000002 (2) The last lines from the log 00:11.918: INFO: Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1E82C.tmp\IE11-neutral.Downloaded.cab /quiet /norestart [...] read more
installation
windows-server-2008-r2
internet-explorer-11
0votes
0answers

Windows Server 2008 R2 windows update stuck

i have a 2008 R2 Standard server (on VMware) that is stuck without being able to update. Behavior: Windows update fails on check for new updates error code 8000FFFF. When rebooting, server attempts to configure updates. Reboots to login screen, then reboots a second time. At that point it attempts [...] read more
windows-server-2008-r2
windows-update
0votes
2answers

VSS Post Backup failures for Virtual Server 2005 R2 SP1 virtual machines

We've been seeing strange errors with Volume Shadow Copy services on our Virtual Server 2005 R2 SP1 host. It appears to be failing on a strange mountpoint in the C:\WINDOWS\Temp\ folders, which I believe is used by VSS to mount a writeable image file. To summarize: 1. The Microsoft Virtual [...] read more
windows-server-2003
backup
vss
microsoft-virtual-server

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0