Skip to main content
7-Bedrock
October 11, 2023
Solved

Installing Thingworx PG DB

  • October 11, 2023
  • 2 replies
  • 2138 views

I am getting this error while installing Thingworx at the stage of DB installation.

When following the steps to install thingworx, pgAdmin is giving an error in browser, not able to create DBs and login into the  pgadmin.

 

 

 

 

Best answer by VladimirN

Take a look - "ThingWorx: Setting up a PostgreSQL database for external connections": https://www.ptc.com/en/support/article/cs238699

2 replies

VladimirN24-Ruby IIIAnswer
24-Ruby III
October 11, 2023

Take a look - "ThingWorx: Setting up a PostgreSQL database for external connections": https://www.ptc.com/en/support/article/cs238699

16-Pearl
October 11, 2023

PG Admin is a client tool. Before PGAdmin can connect to the Database, the Postgresql must be running.

Check if your Postgresql is installed successfully and make sure it is running.

If it is running, you can check the configuration as https://www.ptc.com/en/support/article/cs238699.

Is your Postgresql installed on Windows or Linux?

7-Bedrock
October 11, 2023

Postgresql is installed, but when i am trying to open it through application or browser it gives below error:
 Screenshot (7).png

16-Pearl
October 11, 2023

What is your expect result of the url http://127.0.0.1:50203/browser?Does it connect to Postgresql Database or Thingworx Server?