Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JSey
Creator
Creator

Accessing My SQL via VPN

Hi

 

I'm building an integration script, and the source is a My SQL database that is off-site.  Currently, there is no external access and we can only access it via VPN.  How can Talend access the db?  Thank you for your help.

Labels (3)
3 Replies
srota25
Contributor
Contributor

In tDBConnection give the details of the DB server
JSey
Creator
Creator
Author

Thanks!  I'll give that a try.

vapukov
Master II
Master II

Hi,

 

if Talend and database server located in different networks with VPN access, there is no direct settings to establish VPN connection on-the-fly 

Talend expects VPN connection Up and Live before the job starts.

but depending on your VPN client you can use tSystem component to establish a VPN connection by executing bash/PowerShell/cmd script at the begin section fo your job.

 

as an example - https://superuser.com/questions/1098652/connect-to-a-vpn-using-command-line 

 

P.S.

the same true and for ssh tunneling (when your database listen only localhost)