| Log Name | System |
| Source | SNMP |
| Event-ID | 1102 |
| Level | Warning |
| User | N/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


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