Troubleshoot Local GGC User

If you installed the Info360 Insight Data Connector before March 27, 2023, you will have created a local ggc_user as part of the installation process and may need to update or change the user password.

Important: Creating a local ggc_user is no longer part of the installation process. This page is for reference only for customers who installed the Info360 Insight Data Connector using the local ggc_user. For the current installation process, see Install Info360 Insight Data Connector.

(Deprecated) Create Local GGC User

The Info360 Insight Data Connector software has a dependency on a local user called "ggc_user". This requires the following:

  1. Create the local ggc_user
    1. On your device, search for "Add, edit or remove other users"
    2. Select "Add someone else to this PC"
    3. Right-click on Users and select New User.
    4. Enter the user name "ggc_user" and set the password. Then click Create.
  2. Log in as ggc_user

    This both validates that the user exists and initializes the new user's environment, creating the C:\Users\ggc_user folder.

  3. Add ggc_user credentials to LocalSystem credential manager
    Adding user credentials to the credential manager may require tools outside of your Windows distribution. You can use one of the following tools to complete this step:
    • AdvancedRun: https://www.nirsoft.net/utils/advanced_run.html
      Example PowerShell commands:
      • $password = "CHANGEME!!!!"
      • AdvancedRun.exe /Clear /EXEFilename cmdkey.exe /CommandLine “/generic:ggc_user /user:ggc_user /pass:$password” /Runas 4 /Run