System, Event-ID 1102, SNMP

Log NameSystem
SourceSNMP
Event-ID1102
LevelWarning
UserN/A
Task Category None
Message The SNMP Service is ignoring extension agent dll C:\Program Files\QLogic Cosporation\SNMP\qlaspmgnt.dll because it is missing or misconfigured.

The path “C:\Program Files\\QLogic Cosporation\SNMP\” does not exist. It should be ” C:\Program Files\QLogic Corporation\SNMP\”.

Edit path in registry
HKEY_LOCAL_MACHINE\SOFTWARE\QLogic\QLASPAgent\CurrentVersion
Pathname     REG_SZ     C:\Program Files\ QLogic Corporation\SNMP\qlaspmgmt.dll
Old
New
Update Registry Key Value with Powershell

Set-ItemProperty HKLM:\Software\QLogic\QLASPAgent\CurrentVersion -Name Pathname -Value “C:\Program Files\QLogic Corporation\SNMP\qlaspmgnt.dll”