- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-17-2024 10:02 PM
Hi all, we have been troubled with this issue for the past few years, and have never been able to completely get rid of it.
Every week we get a few machines with the error and have to uninstall, delete the Wbem repository, reinstall which will fix it for an unknown period of time.
This week I had a machine do it 3 days in a row, and the issues seems to be happening more often.
Has anyone else had similar experience with this issue? We run GP version 6.1.4 and had the same problem with previous 5.x as well.
Thanks.
09-18-2024 04:57 AM
Hi @Dekkar ,
I've seen this error in relation to a message seen in debug_drv in GP agent logs:
[Info 1166]: enum devevice ROOT\PANGPD\0000.
[Info 1185]: DevNode Status 0x1802501, Problem 0xe.
[Error 1221]: Invalid DevNode Status: problem 0xe.
[Debug 1419]: Disable adapter end.
The cause:
0x0 = no issues
0x16 = disabled
0xe = need restart
stop-service -name "Winmgmt" -force
winmgmt /resetrepository
start-service -name "Winmgmt"
restart-service -name "PanGPS"
If the issue is not resolved, Kindly involve the Microsoft team to debug and understand the cause of 0xe=need restart Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!