How to read the Windowsupdate.log file

By default, the Windows Update client records all transaction information to the following log file: %windir%Windowsupdate.log If you receive an error message on the Microsoft Windows Update Web site or from the Automatic Updates service, you can use the information that is included in the Windowsupdate.log log file to troubleshoot the issue. Back to the top | Give Feedback INTRODUCTION This article describes how to read the Windowsupdate.log file. To view the log file, follow these steps: 1. Click Start, and then click Run. 2. In the Open box, type windowsupdate.log, and then click OK. Back to the top | […]

Read more

Windows Automatic updates in Windows XP and Server 2003

Forcing Automatic Updates client (wuauclt) to install the updates: net stop wuauserv delete datastore folder in c:windowssoftwaredistribution; rd /s datastore delete download folder in c:windowssoftwaredistribution; rd /s download net start wuauserv wuauclt /resetauthorization /detectnow wuauclt /updatenow If still not getting update, then try clearing out the BITS serice as well net stop BITS & net stop wuauserv & net stop cryptsvc rename catroot2 folder in c:windowssystem32; rename catroot2 catroot2.old net start cryptsvc & net start wuauserv & net start BITS wuauclt /resetauthorization /detectnow wuauclt /updatenow   If still failing, check the Automatic Updates client log file at: %windir%Windowsupdate.log     […]

Read more

Troubleshooting SSL related issues (Server Certificate) : The Official Microsoft IIS Site

Troubleshooting SSL related issues (Server Certificate) By Kaushal Kumar Panday April 9, 2012 Tools Used in this Troubleshooter: SSLDiag Network Monitor 3.4/Wireshark This material is provided for informational purposes only. Microsoft makes no warranties, express or implied. Overview This document will help you in troubleshooting SSL issues related to IIS only. Client Certificates troubleshooting will not be covered in this document. Server Certificates are meant for Server Authentication and we will be dealing only with Server Certificates in this document. If the Client certificates section is set to “Require” and then you run into issues, then please don’t refer this […]

Read more