Log Name: System
Source: SNMP
Date: 8/7/2012 8:04:01 AM
Event ID: 1500
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: LJHPDT01
Description:
The SNMP Service encountered an error while accessing the registry key SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SNMP" />
<EventID Qualifiers="49407">1500</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-08-07T15:04:01.000000000Z" />
<EventRecordID>187835</EventRecordID>
<Channel>System</Channel>
<Computer>LJHPDT01</Computer>
<Security />
</System>
<EventData>
<Data>SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents</Data>
<Binary>02000000</Binary>
</EventData>
</Event>
- Whats odd about this event is the "EventData" set. On my Windows 7 x64 machine, the registry path is actually:
SYSTEM\CurrentControlSet\Control\SNMP\Parameters\ExtensionAgents
and not; SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents
- If you physically look at the Registry for the path listed in the EventData. ExtensionAgents is not there.
SYSTEM\CurrentControlSet\services\SNMP\Parameters
- Question: What actual ExtensionAgent is this error asking to be added???
Was not certain what "Topic" to class this under, if it needs to be changed please do so.