Welcome to MSDN Blogs Sign in | Join | Help

Benjamin Wright-Jones

SQL Server Lessons Learned and Notes from the Field (Microsoft Consultancy Services, UK)

News

  • This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified on Microsoft.com Locations of visitors to this page
Analysing SQL Server Error Logs; Useful Tool

I recently found quite a useful tool hidden in the Windows Installer SDK developer Kit called WiLogUtl.exe which can be used to analyze / parse not just SQL Server error logs, but any form of text-based log file.  The tool is embedded in the Windows Platform SDK (XPSP2) which can be downloaded from here http://www.microsoft.com/msdownload/platformsdk/sdkupdate/.  The binary file is installed under the following directory tree C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Bin. It's provides a simple yet useful interface for browsing and analyzing those log files which are generated by failed setups and service pack installs. 

I've recently corrected this post (thanks to Matt Tisdel) as I included an incorrect URL (the correct one is shown above).  Further information on WiLogUtl.exe can be found in MSDN here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/wilogutl_exe.asp and here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_development_tools.asp

On a slightly different topic, my new favourite RSS reader is now Sauce Reader from Synop http://www.synop.com/Products/SauceReader/Home - this is great for consolidating RSS reads.

Posted: Monday, February 21, 2005 7:19 PM by benjones

Comments

.Net Adventures said:

Check out Microsoft Log Parser 2.2 You can read more about it on my blog: http://devintelligence.com/blog/archive/2005/01/20/214.aspx
# February 21, 2005 10:30 PM

Matt Tisdel said:

I installed from this location, but the utility was not installed anywhere. I believe that it may be the wrong URL or something like that.
# February 22, 2005 4:52 PM

Benjamin Jones said:

Thanks Matt. I've updated the URL.
# February 23, 2005 8:39 AM
Anonymous comments are disabled
Page view tracker