Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Getting Started
 How to: Read a SQL Server Setup Log...

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
How to: Read a SQL Server Setup Log File

SQL Server Setup creates log files for each SQL Server component during installation; logging starts as soon as Setup.exe is launched.

  1. Open Windows Explorer and navigate to the following location:

    <drive>:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\LOG

  2. Open the Summary.txt file. Look through it for error messages.

  3. If you do not find information in the Summary.txt file that tells you what failed, open the SQLSetup[xxxx].cab file in the same root directory.

  4. If this .cab file does not exist, open up the CORE log file from:

    <drive>:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\LOG\Files

    Look at the most recently modified core log: SQLSetup[xxxx]_[ComputerName]_Core.log.

  5. If an error was shown in the user interface during Setup, look for this log: SQLSetup[xxxx][s]_[ComputerName]_WI.log.

  6. When parsing a SQLSetup_[xxxx] log file, search the file for 'UE 3'. This is short for 'Return Value 3'.

  7. If a component failed during installation, open the log file SQLSetup[xxxx]_[ComputerName]_SQL.log, and perform the 'UE 3' search to scan for errors.

Tags What's this?: files (x) log (x) setup (x) Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker