Troubleshooting PanGPS Services Not Working/Running. Error: 1068 while running PanGPS service.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Troubleshooting PanGPS Services Not Working/Running. Error: 1068 while running PanGPS service.

L0 Member

I once was modifying some windows Registry values and after a restart, my Global Protect Client stopped working.

Although I tired solutions for that problem through online posts, there was no direct solution to the problem I was facing. Required some searching on a different topic to get this working.

 

Internally, the PanGPS service is dependent on Winmgmt service (Can be viewed in 'PanGPS' folder in Registry Editor)

 

Step 1: Goto the Windows Services check if the PanGPS service is stopped. Try starting it. If it shows "Error: 1068". follow next step.

Alternatively, you can try this:

  • Open Command prompt
  • Type:  cd "C:\Program Files\Palo Alto Networks\GlobalProtect"
  • Type: PanGPS.exe -commit
  • Type: sc query PanGPS

    Yash_Naidu_0-1714542277144.png

    Step 2: If you see 1068 error/the above image, this would suggest that there is some problem with your winmgmt service. Most probably something got messed up in your windows management services. Either the Windows Management Files are missing or moved. Use the following commands to reset them back/ recover them.

     

    1. Click Start -> Type CMD -> Right click on CMD from the result -> Click Run as Administrator
    2. Run the following command one at a time and press enter to execute
    • cd /d %windir%\system32\wbem
    • for %i in (*.dll) do regsvr32 -s %i
    • for %i in (*.exe) do %i /regserver

    At this point, you can start Global Protect. Else, try restarting your computer and then opening the Global Protect.

    - Yash

1 REPLY 1

Community Team Member

Thanks so much for sharing Yash!

LIVEcommunity team member
Stay Secure,
Jay
Don't forget to Like items if a post is helpful to you!

Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.
  • 341 Views
  • 1 replies
  • 1 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!