I've done some research on how to connect thingworx with sql server or postgre to show data on mashup gird. I found out that I need to import MSSQLConnector_Extension but i've spent days to find where to download these jdbc extension but i couldn't find it in ptcmarketplace. Does anyone have an idea where to download it or another way to connect dbserver to thingworx. Thanks alot
Hi
This string
jdbc:postgresql://localhost:5432/IOTDeviceManagement
is trying to connect to a PostgreSQL database named IOTDeviceManagement on localhost.
Given that this is read from the ThingWorx server point of view, localhost here means the ThingWorx server.
Since you indicate using a hosted trial edition, I doubt that this is correct.
I am guessing you are trying to access your own Postgres installed locally.
In which case you should use the ip address of your machine BUT I am not sure that the ThingWorx server can connect to your local machine.
It might be best to use the locally installed trial version instead.
Please let me know if your setup is different than what I understood above.
Christophe
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

