Database related
How to Change default password on PGSQL database
Please do follow the below steps which would assist you in changing the default Postgres password. 1. Stop the application services. 2. Please take a trimmed backup <OR> take a Snapshot of the Server 3. Open Command Prompt with Admin Privileges ...
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 ...
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 ...
Support Center Schema - 8 series
To populate the WorkOrder/Request information, the tables that need tobe populated are : WorkOrder WorkOrderStates WorkOrder_Threaded WorkOrderToDescription WorkOrder_Fields (If there are any WorkOrder Addl Fields) To map Account and SubAccount to a ...