Forum Discussion
AlexandruP
2 years agoFrequent Visitor
On premise data gateaway with VPN connection
Hej all, I currently have a datamodel set up with import from a on-premise SQL db through a data-gateway installed on a Virtual Machine on the server. Now I need to connect to another SQL db that...
lbendlin
Super User
2 years agoDo not install a gateway on the same machine as the database server. They will starve each other of memory and compute.
Use a regular VM that is located in the same network environment as your data sources. Gateways need to have clear line of sight to the data sources, and are unable to work in a VPN environment.