95
Views
3
Comments
Solved
Unable to connect to SQL server on laptop
Question

version 11 Free cloud access/Personal Environment..

Getting t

 

Trouble shooting done.

Checked that the server is remotely accessible

On the SQL server Configuration Manager, enabled TCP/IP. Pipe etc. Enabled everything on the IP address tab of the TCP/IP.

I am wondering whether it is because the size of the DB (Adventure works 2017) that I am trying to connect is beyond what I am authorized to connect. to.

The db server is on the same laptop where the outsystems integration studio is installed. Internet connection to the lap top is through home wifi.


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi George,

For OutSystems to connect to your database you would need to have it run in an internal network and then request a VPN connection between OutSystems and your internal network. This is however an OutSystems service that is not available for the free license.

Alternatively you could host your database in Microsoft Azure and then setup a database connection to that..

Regards,

Daniel

2020-03-01 17-52-33
Nikhil Gaur

HI George,

Actually when you connect external database in outsystems it actually connects through platform server not from your local machine. So because your local database is not accessible from server that is why you are not able to connect.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi George,

For OutSystems to connect to your database you would need to have it run in an internal network and then request a VPN connection between OutSystems and your internal network. This is however an OutSystems service that is not available for the free license.

Alternatively you could host your database in Microsoft Azure and then setup a database connection to that..

Regards,

Daniel

2020-01-22 19-01-49
George Varghese

Thanks Dan. I shall go for Azure.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.