Symptoms
Once the agent is installed, and accounts are attempted to be imported you may see symptoms of WMI corruption:
- Attempting to import an account manually or automatically doesn't return any accounts
- WMI errors appear in the Windows Application or System Event Logs immediately after the Quickpass Agent is started
- Event 10030 appears in the Event Viewer > Applications and Services Logs > Quickpass Event Log
Resolution Steps
- Remote into the machine with an Administrator account
- Verify that the WMI service (Windows Management Instrumentation) is running
- Restart the service to make sure it has a fresh copy of the WMI component
- Open command prompt As Administrator and run a consistency check to ensure that the WMI data is operational (do not close this window afterwards as it will be required for additional steps)
C:\Windows\system32>winmgmt /verifyrepository
- Confirm this came back with "WMI repository is consistent" message meaning it was operational
- If an error is returned, skip directly to Step 7.
- If an error is returned, skip directly to Step 7.
- Run the following to open the WMI Testing Interface
C:\Windows\system32>wbemtest
- In the WMI Testing Interface, click Connect > Connect > Query
- Enter this query into the text box
SELECT * FROM Win32_OperatingSystem
- If this fails with an error, it indicates that the WMI system was not able to read from those values.
- In command prompt, run the following to ensure the proper files are functional
C:\Windows\system32>winmgmt /salvagerepository C:\WINDOWS\System32\wbem
- In command prompt, run the following to reconnect all those files
Winmgmt /resetrepository C:\WINDOWS\System32\wbem
- Start/Restart the WMI Service (Windows Management Instrumentation)
- Restart the Quickpass Server Agent service
- Confirm no WMI errors are shown in the Windows Application or System Event Log
- Check the Event Viewer > Applications and Services Logs > Quickpass Events and confirm no WMI errors are showing
- Check the Quickpass Dashboard and confirm the agent came back online.
- Attempt the Manual or Automatic import again.
Comments
0 comments
Please sign in to leave a comment.