Random Dr. Watson Errors in Services.exe (219602)
The information in this article applies to:
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Workstation 4.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q219602 IMPORTANT: This article contains information about modifying the registry. Before you
modify the registry, make sure to back it up and make sure that you understand how to restore
the registry if a problem occurs. For information about how to back up, restore, and edit the
registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows Registry
SYMPTOMS
After you add or modify one of the values in the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services registry key on your computer running Windows NT 4.0, you may receive random or intermittent Dr. Watson error messages with the Services.exe file as the source.
CAUSE
This problem occurs because the DependOnService value type for one or more Windows NT services may be corrupt or incorrect. The registry may have become corrupt, or a service's value may have been improperly configured.
RESOLUTIONWARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
To resolve this problem, verify that the value type for the DependOnService value is set to REG_MULTI_SZ for all services that contain value entries. To do this, perform one of the following:
- Use Registry Editor to examine each DependOnService value for the correct value type. To do this:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
- Click each service to display to attendant DependOnService value for that key. If the value type is not listed as REG_MULTI_SZ, go to the How To Correct This Issue section.
- Export the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services key to an external file, and then use a standard text editor to check the individual DependOnService values for the correct value type:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
- On the Registry menu, click Save Subtree As, type a unique name for the file, and then click Save.
- Quit Registry Editor.
- Use a standard text editor, such as Notepad, to review the file and confirm that the DependOnService value is associated with the correct value type. For each entry that is not listed as REG_MULTI_SZ, go to the How To Correct This Issue section.
- Use the Windows NT Diagnostics tool to identify incorrect value types for the DependOnService value.
- Click Start, point to Programs, point to Administrative Tools (Common), and then click Windows NT Diagnostics.
- Click the Services tab, highlight each individual service, click Properties, and then click Dependencies.
- If you are experiencing this exact issue, the Service Dependency window may contain values that look like this:
MSExchangeIS
end||
ee|e|e
e|||
NOTE:The Above characters "e" and "|" were substituted for the illegible symbols that may be displayed.
- Make a note of the service that contains these invalid entries and then proceed to the How To Correct This Issue section.
How To Correct This Issue:- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
- Highlight the DependOnService value, make a note of the current value entries, and then press DELETE.
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: DependOnService
Data Type: REG_MULTI_SZ
Value: <dependent on each unique service>
- Quit Registry Editor, and then restart the computer.
Modification Type: | Major | Last Reviewed: | 6/11/2002 |
---|
Keywords: | kbenv kbinterop kbprb KB219602 |
---|
|