GMS: Reset the admin password for the Application Interface (GMSVP on Windows)

Description

The GMS user login credentials for the Application Interface are stored in the sgmsdb database, but the password is stored as a one-way hash. To reset the Admin account password to 'password', follow the steps below.

Resolution

1.     Connect to the database.  

a.     For SQL Server 2000, use Query Analyzer.

b.     For SQL Server 2005, use SQL Server Management Studio.

c.     For MySQL, open a command prompt, navigate to [Install Drive]:\GMSVP\MySQL\bin and execute this command:

     mysql –h IPaddress --user=root --password=password 

 

     where password is the database password chosen during phase 2 of the installation, and IPaddress is the IP address of the GMS server


Imaged.     For MSDE, execute this command at a command prompt:

     C:> osql –U sa –P password –S IPaddress/SNWL

     where password is the database password chosen during phase 2 of the installation, and IPaddress is the IP address of the GMS server

2.     Execute this SQL:

     use sgmsdb

     update users

     set password = '5f4dcc3b5aa765d61d8327deb882cf99' where id = 'admin';

 

The Admin password is now ‘password’.

Related Articles

  • How to fix error "A required disk image was missing" while deploying NSM On-Prem 3.2 OVA file on ESXi?
    Read More
  • How to Deploy NSM On-Premise 3.2.0 on VMWare
    Read More
  • How to backup and Restore an NSM On-Prem System?
    Read More
not finding your answers?