Jump to content

Server Freeze, ESENT Event ID 508, 510 and 533 on Server 2012


Recommended Posts

Posted

Event 508

wuaueng.dll (620) SUS20ClientDataStore: A request to write to the file "C:\Windows\SoftwareDistribution\DataStore\Logs\edb.log" at offset 401408 (0x0000000000062000) for 4096 (0x00001000) bytes has not completed for 36 second(s). This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.

Event 510

wuaueng.dll (620) SUS20ClientDataStore: A request to write to the file "C:\Windows\SoftwareDistribution\DataStore\Logs\edb.log" at offset 401408 (0x0000000000062000) for 4096 (0x00001000) bytes succeeded, but took an abnormally long time (22 seconds) to be serviced by the OS. In addition, 1 other I/O requests to this file have also taken an abnormally long time to be serviced since the last message regarding this problem was posted 229 seconds ago. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.

Event 533

wuaueng.dll (620) SUS20ClientDataStore: A request to write to the file "C:\Windows\SoftwareDistribution\DataStore\Logs\edb.log" at offset 401408 (0x0000000000062000) for 4096 (0x00001000) bytes has not completed for 36 second(s). This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.

What would caused this to appear and how do stop them?

Any help would be appreciated.

Posted

Stop the Windows Update service and BITS service, then rename the C:\Windows\SoftwareDistribution to be C:\Windows\--SoftwareDistribution

Start the Windows Update service and check to see that a new SoftwareDistribution is created.

 

This code needs to be run in an Elevated Command Prompt.

 

net stop wuauserv
net stop bits

rename "C:\Windows\SoftwareDistribution" --SoftwareDistribution

net start bits
net start wuauserv

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...