<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Establish DB connection over SSH in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2430794#M140347</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I am able to establish DB connection once I run the below ssh command in Command prompt and then run my talend job which contains just the tDBConnection component.&amp;nbsp;In tDBConnection for host, I am providing "localhost" and for port I am providing the value of "local_port".&lt;/P&gt;
&lt;P&gt;ssh -i keyfile_path -L local_port: database_server_host:database_server_port &lt;A href="mailto:ssh_user_name@ssh_host" target="_blank"&gt;ssh_user_name@ssh_host&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So as to automate the process, I have added the above command in tSystem and onSubJobOk to tDBConnection. But, I am getting communication link failure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please help why this issue is coming?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 12:55:59 GMT</pubDate>
    <dc:creator>DBS1</dc:creator>
    <dc:date>2024-03-14T12:55:59Z</dc:date>
    <item>
      <title>Establish DB connection over SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2427156#M140303</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;How to establish DB connection over SSH in Talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;DBS&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2427156#M140303</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-03-05T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Establish DB connection over SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2427526#M140309</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let us know if you have ssh tunnel info: proxy host, proxy user &amp;amp; private key file as y&lt;/SPAN&gt;ou have to establish a ssh connection to the proxy server with a given user and the key file (you need also a passphrase for the key file).&lt;/P&gt;
&lt;P&gt;In the configuration of the ssh connection you have to add a tunnel. All this must be established before you start the job. The host for DB server in this scenario is localhost!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could also use putty to forward port through ssh connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a good Nick search on google for "SSH portforward" or SSH tunnel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A class="c-link" style="box-sizing: inherit; color: rgba(var(--sk_highlight_hover,11,76,140),1); text-decoration: underline; font-family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgba(255, 255, 255, 0.7);" href="https://tecadmin.net/putty-ssh-tunnel-and-port-forwarding/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://tecadmin.net/putty-ssh-tunnel-and-port-forwarding/" data-sk="tooltip_parent" aria-describedby="sk-tooltip-5606"&gt;https://tecadmin.net/putty-&lt;SPAN class="c-mrkdwn__highlight"&gt;ssh&lt;/SPAN&gt;-tunnel-and-port-forwarding/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Related reference:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.howtogeek.com/168145/how-to-use-ssh-tunneling/" target="_self"&gt;&lt;SPAN&gt;https://www.howtogeek.com/168145/how-to-use-ssh-tunneling/&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 06:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2427526#M140309</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-03-06T06:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Establish DB connection over SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2430794#M140347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I am able to establish DB connection once I run the below ssh command in Command prompt and then run my talend job which contains just the tDBConnection component.&amp;nbsp;In tDBConnection for host, I am providing "localhost" and for port I am providing the value of "local_port".&lt;/P&gt;
&lt;P&gt;ssh -i keyfile_path -L local_port: database_server_host:database_server_port &lt;A href="mailto:ssh_user_name@ssh_host" target="_blank"&gt;ssh_user_name@ssh_host&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So as to automate the process, I have added the above command in tSystem and onSubJobOk to tDBConnection. But, I am getting communication link failure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please help why this issue is coming?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 12:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Establish-DB-connection-over-SSH/m-p/2430794#M140347</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-03-14T12:55:59Z</dc:date>
    </item>
  </channel>
</rss>

