Make a PayPal Donation

Lijit Search

 
  KB 0000117
  Dated 10/11/09
  Revision 0.01
Event ID Title
1005 & 1015 TraceLevel parameter not located in registry; Default trace level used is 32.

Cause:
SMTP service is installed but not configured.

 

 

Fix:
To stop these events from occuring, add the TraceFileName and the TraceLevel values to the following registry subkey:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SNMP_EVENTS\EventLog\Parameters

• TraceFileName
Type: REG_SZ
Value: null (blank)
• TraceLevel
Type: REG_DWORD
Value: 32 (0x20)

or merge the following

------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SNMP_EVENTS\EventLog\Parameters]
"TraceFileName"=""
"TraceLevel"=dword:00000020
-------------------------------------

Comments:

 

 

 


Bookmark and Share