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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Map connection host name with sql in the the server

svisveswaraiya
17-Peridot

Map connection host name with sql in the the server

Hi,

Is it possible to connect the thingworx in one server with the sql in another server? And is it possible to upload files like excel/images from other server to our local system?

 

Thanks,

Shalini V.

1 ACCEPTED SOLUTION

Accepted Solutions

To directly connect to databases we use jdbc drivers. You add those as extensions and the database to connect to is defined as an IP so yes it is possible to connect to databases on different machines.

 

For uploading files, we have File Transfer between Thingworx Servers and Thingworx Agent to Server.

There is also client to server file upload widget

You can use a REST API call (not as efficient)

You can install extensions like the FTP extension.

View solution in original post

1 REPLY 1

To directly connect to databases we use jdbc drivers. You add those as extensions and the database to connect to is defined as an IP so yes it is possible to connect to databases on different machines.

 

For uploading files, we have File Transfer between Thingworx Servers and Thingworx Agent to Server.

There is also client to server file upload widget

You can use a REST API call (not as efficient)

You can install extensions like the FTP extension.

Top Tags