cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Thingworx Reading Data from Azure SQL Database

vieirac1
9-Granite

Thingworx Reading Data from Azure SQL Database

Hello Team,

 

I have a very simple database configured at Azure SQL and want to read data from it in my TWX instance,

 

I have imported the Relational Database extension from Labs, created a MSSQLServer thing and configured my JDBC as below:

 

jdbc:sqlserver://vieiraserver.database.windows.net:1433;database=VieiraDB2;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;

 

But no matter what, I can´t get to connect.

 

Please, any ideas?

 

Tks,

Chris

2 REPLIES 2
PaiChung
22-Sapphire I
(To:vieirac1)

What messages are you seeing in the application log?

Also that db address is the address that Azure is providing for you?

windows.net vs. azure.com

Had to configure Azure firewall allowing my thingworx server to connect - all good now, thanks a lot
Top Tags