How to connect to Database in Version 11.0? PGSQL

How to connect to Database in Version 11.0? PGSQL

1.Open a cmd with admin privileges

2.navigate to ManageEngine\SupportCenterPlus\pgsql\bin and enter the below command:

psql.exe -U scpadmin -p 65432 -h 127.0.0.1 supportcenter

For example:

SupportCenterPlus\pgsql\bin>psql.exe -U scpadmin -p 65432 -h 127.0.0.1 supportcenter

3.Once done, you will be prompted for a password and the default password would be scp@123

Attachment included. 

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to connect to the ServiceDesk database?

                      Open command prompt on the server and change the directory to MangeEngine\ServiceDesk\bin, invoke the batch file 'changeDBServer.bat' For MSSQL database  Connect to the query analyzer of the SQL server and execute the queries. For PostgreSQL database ...
                    • How to Connect to SDP MSP Database ?

                      1. In-Built POSTGRES (PGSQL) : Open a CMD prompt as an administrator and navigate to ManageEngine\ServiceDeskPlus-MSP\pgsql\bin and run the below command From SDP MSP build 10538 , please use the below method. psql -h localhost -U sdpadmin -p 65432 ...
                    • How to Connect to SCP Database ? (from 11000 builds)

                      In-Built POSTGRES (PGSQL) : Open a CMD prompt as an administrator and navigate to ManageEngine\supportcenterplus\pgsql\bin and run the below command 1. If the database is PGSQL (Default database) psql -h localhost -U scpadmin -p 65432 -d ...
                    • How do I convert the database from PGSQL to MSSQL?

                      1. Stop ManageEngine ServiceDeskPlus – MSP service. 2. Take a backup of the existing data and configuration under PGSQL database by following the below steps. Open CMD as an administrator and execute  command to start the data backup. ...
                    • How to connect PGSQL from a remote computer?

                      To remotely access a PostgreSQL database, you must set the two main PostgreSQL configuration files: postgresql.conf pg_hba.conf First of all, configure PostgreSQL service to listen on port 65432 on all network interfaces in Windows 7 machine: open ...