How to diagnose why an update cannot be installed on Windows Server 2003

windows-server-2003windows-update

On one specific server sometimes I get an error message when I'm trying to install security updates. The message is showed immediately after trying to install them. Where can I find the log files which show what's causing the problem?

Update: Here are some details from the WindowsUpdate.log, the first relevant line in the log is:

... Agent WARNING: LoadLibrary failed for srclient.dll with hr:8007007e

Best Answer

Assuming it's just some, and not all... then you'll need to post an error number/message to get some information.

If it's all, then try re-registering the windows installer service

msiexec /unregister
msiexec /regserver

For Agent WARNING: LoadLibrary failed for srclient.dll with hr:8007007e - have a look at KB831429

Related Topic