Symptoms: The Event ID 67 occurs in the event viewer for NT. "An Exception has occurred while processing a request from a client in ProcessMessage()." This problem can be duplicated whenever SNMP is stopped and restarted. System: S46 NT 4.0 Server Service Pak 3 Software: Server Manager 5.0 with S46 extensions See also ES971925 Root Cause: The HW Monitor Service depends on the SNMP Service. This dependency is not listed in the DependOnService Key in the Registry Hence the problem. Solution: -------- 1. Run evt67.cmd to add the dependency in the registry. --------OR--- 1. Open Registry using regedt32.exe 2. Go To key \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Hardware Monitor 3. Edit the DependOnService-REG_MULTI_SZ ADD the string "SNMP" [without quotes] -----------