Article ID: 279299 - Last Review: January 29, 2007 - Revision: 1.5 How to troubleshoot the installation of Office 2000 SP2 by using the log fileThis article was previously published under Q279299 On This PageSUMMARY If a problem occurs with the installation of the Microsoft
Office 2000 Service Pack 2 (SP-2), you may or may not receive an error message.
In either case, using a log file can help you troubleshoot the issue. This article discusses a few techniques for interpreting the information in the Office 2000 SP-2 log files. The topics are listed in the order in which you want to use each technique. This article does not cover every situation you may encounter, but it discusses several examples in which the update issue is resolved by interpreting a log file. MORE INFORMATION All Microsoft Office 2000 updates that were released after
the Office 2000 Service Release 1 (SR-1) update create log files in the \Temp\OfficeHotfix folder. This includes Office 2000 SP-2. The log files have names
similar to the following:
OFFICE 2000 SR-1 HOTFIX(####).LOG NOTE: These numbers start at 0001 and are incremented each time you
run any Office 2000 update that was released after the SR-1 update.
OFFICE 2000 SR-1 HOTFIX(####)_MSIEXEC.LOG The first log file is created by the file Ohotfix9.exe, and the second log file is created by the Windows Installer. The matching pair of Setup and Windows Installer log files have the same number (####) in the log files name; therefore you can quickly match them. Locate the SP-2 Update Log FilesBecause the SP-2 update log file names are just like the names of any post SR-1 update log file, it will not be readily apparent which log files belong to your SP-2 update installation. The most logical way to identify the SP-2 update log files is by the number (####) in the log file names. The highest numbered pair belongs to the latest post SR-1 update installation.Therefore, if you only installed the SP-2 update, these would be the correct log files. However, the definitive way to identify the SP-2 log files is to open the Ohotfix9.exe log file, OFFICE 2000 SR-1 HOTFIX(####).log, and look at the second line in the log file. By default, the Ohotfix9.exe log file contains the following string on the second line: Command line: /c /t "Microsoft Office SP-2" Setup SwitchesThe switches for Sp2upd.exe are the standard IExpress package switches. However, Ohotfix9.exe, which is contained in Sp2upd.exe, also has its own switches, which can be passed to Ohotfix9.exe through the IExpress package command line. Therefore, to obtain a verbose Windows Installer log file (with the default Hotfix file name in the default OfficeHotfix folder), use the following command line, including the quotation marks:
SP2UPD.EXE /C:"OHOTFIX9.EXE /v"
NOTE: The OFFICE 2000 SR-1 HOTFIX(####).log file will continue to be
created.The following table contains other switches.
Switch Function
------ ---------
/v Creates a verbose log file called "OFFICE 2000 SR-1
HOTFIX(####).LOG" in the temp folder. For example:
<PATH>\SP2UPD.EXE /C:"OHOTFIX9.EXE /v"
/t Sets the title in the dialog box displayed when the SP-2 update
is finished or when it is canceled. If you pass a title with
spaces on the command line with Sp2upd.exe, use double
quotes around the string, for example:
<PATH>\SP2UPD.EXE /C:"OHOTFIX9.EXE /T ""MY NEW TITLE"""
/q Quiet UI mode. Silent, with no user interface. However, if you
use the following command line, you receive two dialog boxes:
<PATH>\SP2UPD.EXE /C:"OHOTFIX9.EXE /Q"
If you want a completely silent install, you also need to
include /q for Sp2upd.exe.
<PATH>\SP2UPD.EXE /Q /C:"OHOTFIX9.EXE /Q"
/r Reduced UI mode. You see the final "success" dialog box and any
errors.
/c Extracts and copies the files in the IExpress package to the
OFFICEHOTFIX folder. This can be used for situations where the
files are needed after a restart to complete patching. This must
be passed through the IExpress command line. For example:
<PATH>\SP2UPD.EXE /C:"OHOTFIX9.EXE /C /V"
How to Troubleshoot with Log FilesAs with the installation of Office 2000, a verbose log file is always the best log file to use for troubleshooting. Nevertheless, you can resolve many issues with a non-verbose log file.How to Read the Log for Ohotfix9.exeThe Ohotfix9 log file, OFFICE 2000 SR-1 HOTFIX(0001).LOG, is a great place to begin your troubleshooting. It can tell you the following:
Successful LoggingOne of the most important parts of reading Setup log files is the line that begins with the text "Patch applied". If the entire update process is successful, this line in the OHotfix9 log file will be:
Patch applied (0).
This line is followed by:
Searching installed products. Your Setup log file can also contain the following: All the patches were installed successfully. Microsoft Office 2000 SR-1 setup has completed successfully.
Patch applied (1604).
This line is followed by about 20 more log lines. Eventually, you
should see the following:
All the patches were installed successfully. In this case, the 1604 error also indicates a successful update
and can be ignored, because it means that the process was suspended, usually
for a restart. To confirm that this error message was generated by a restart
request, search the Windows Installer log file for "forcereboot". You should
come across lines like the following: Microsoft Office 2000 SR-1 setup has completed successfully.
Action 17:02:24: ForceReboot The return value of 4 indicates that the Windows Installer has
queued itself up to continue after your computer is restarted.Action ended 17:02:24: ForceReboot. Return value 4. Logging Failures in the Setup Log FileIt is important to know what a failed installation looks like, in terms of the log file. If the update fails at any stage, you see a different error number on the "Patch applied" line. For example:
Patch applied (1603).
In this example, the 1603 error number equates to the following:
ERROR_INSTALL_FAILURE 1603 Fatal error during installation.
The error number listed on this line typically is 1603 anytime
that the update process fails. Because the 1603 error is a generic failure
error, you must open the corresponding Windows Installer log file to get the
exact error and then troubleshoot based on that error number. See the next
section, "Windows Installer Logging," for more information about how to read
Windows Installer log files.The "Patch applied" line in the Setup log file can show error numbers other than 1603. You should also check the Windows Installer log file for any relevant information. Windows Installer LoggingIf you receive an error message during the SR-1 update process, you should look at the Windows Installer log file, for example, Office 2000 SR-1 Setup(0001)_MsiExec.txt. Even if it is not a verbose log file, you can still diagnose and solve many problems. If practical, a verbose log file is always the best source of information for troubleshooting Windows Installer issues.When you view a Windows Installer log file, you must use the same techniques described in the following Microsoft Knowledge Base article: 237957
(http://support.microsoft.com/kb/237957/
)
How to use an Office 2000 Setup log file to troubleshoot Setup problems
If you receive a Windows Installer error message during the update process, the error message probably will include an error number. For example, if you receive an error 2371, you may see the following text in a non-verbose log file: Action 14:18:32: PatchFiles. Internal Error 2371: Please contact product support for assistance. Action ended 14:33:15: InstallExecute. Return value 3. MSI (c) (FB:DB): Executing op: PatchApply(PatchName=excel.exe,TargetName=C:\Program Files\Microsoft Office\Office\EXCEL.EXE,PatchSize=1092915,TargetSize=7155757,PerTick=0, IsCompressed=1,FileAttributes=5121,PatchAttributes=0) 1: C:\Program Files\Microsoft Office\Office\EXCEL.EXE 2: C:\Program Files\Microsoft Office\Office\ MSI (c) (FB:DB): Note: 1: 2318 2: C:\Config.Msi\PF9212.TMP MSI (c) (FB:DB): Note: 1: 2302 2: 0 MSI (c) (FB:DB): Note: 1: 2371 2: C:\Program Files\Microsoft Office\Office\EXCEL.EXE 3: -1072807676 Internal Error 2371: Please contact product support for assistance. Action ended 15:39:53: InstallExecute. Return value 3.
You can also use the "return value" to help narrow down the source of the problem. If you ever locate "return value 3" in a log file, you are very close to the text that indicates when the problem occurred. In all cases, a line that contains "return value 3" indicates a failed action. See the two log file examples listed earlier to see how this appears in a log file. You can also search for "return value 2". This indicates that you canceled out of the update prematurely. The following text was taken from a verbose log file where the Windows Installer displayed a prompt for the SR-1 CD: Please insert the disk: Microsoft Office 2000 SR-1 Premium Please insert the disk: Microsoft Office 2000 SR-1 Premium Are you sure you want to cancel? Please insert the disk: Microsoft Office 2000 SR-1 Premium Are you sure you want to cancel? Action ended 18:03:38: InstallExecute. Return value 2. How to Create a Log File When You Update an Admin Installation of Office 2000 to SP-2You can create a log file while you update an administrative installation of Office 2000 to SP-2. To do this, append the following command line to the existing command line to patch an administrative installation to SP-2:/L*V C:\verboselog.txt This creates a verbose log file Verboselog.txt in
C:\. The path and file name can be changed as needed. For additional information about updating an administrative installation to Office 2000 SP-2, click the following article number to view the article in the Microsoft Knowledge Base: 278272
(http://support.microsoft.com/kb/278272/
)
OFF2000: How to Obtain and Apply the SP-2 Update to Administrative Installations
Additional Troubleshooting InformationIf you cannot decipher the problem from the Setup or the Windows Installer log files, and you are still having problems running the SP-2 update, follow these steps:Reinstall Office
REFERENCES
For additional information about troubleshooting a Office 2000 installation by
using Setup log files, click the following article number to view the article
in the Microsoft Knowledge Base: 237957
(http://support.microsoft.com/kb/237957/
)
How to use an Office 2000 Setup log file to troubleshoot Setup problems
APPLIES TO
| Article Translations
|
Back to the top
