<?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: SSL Connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337619#M105940</link>
    <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I had to place a tMap bet Informix and PostgreSQL since the schemas are different does this create a problem?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, drag and drop the columns from left to right side. If you still have problem to create a job, please upload some screenshots of your job, so I know what you are doing.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Fri, 26 Jun 2009 07:24:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-26T07:24:39Z</dc:date>
    <item>
      <title>SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337612#M105933</link>
      <description>I'm new to TOS and need to create a PostgreSQL DB connection using SSL.  There is no place in the Connection wizard to specify SSL.  Any sugestions how I can do this?&lt;BR /&gt;I get the following error&lt;BR /&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt;&amp;gt; FATAL: no pg_hba.conf entry for host "nnn.n.nn.nnn", user "userid",&lt;BR /&gt;&amp;gt; database "nitro", SSl off</description>
      <pubDate>Sat, 16 Nov 2024 13:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337612#M105933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337613#M105934</link>
      <description>Hello 
&lt;BR /&gt;I think it should be added as a new feature on our bugtracker. 
&lt;BR /&gt;Now, you can try the tJDBCConnection component, 
&lt;BR /&gt;set the url as: 
&lt;BR /&gt;"jdbc 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ostgresql://host/dbName?ssl=true&amp;amp;sslfactory=org.postgresql.ssl.NonValidatingFactory" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 17 Jun 2009 03:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337613#M105934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T03:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337614#M105935</link>
      <description>Thank you Shong. Does this look correct: 
&lt;BR /&gt;jdbc 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ostgresql://host/74.207.219.205:5432/nitro ssl=true&amp;amp;sslfactory=org.postgresql.ssl.NonValidatingFactory 
&lt;BR /&gt;I got the following message: 
&lt;BR /&gt;The connection attempt failed</description>
      <pubDate>Wed, 17 Jun 2009 15:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337614#M105935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337615#M105936</link>
      <description>Hello 
&lt;BR /&gt;host means 74.207.219.205:5432 and you miss a ? after db name, the correct one should be: 
&lt;BR /&gt;"jdbc 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ostgresql://74.207.219.205:5432/nitro?ssl=true&amp;amp;sslfactory=org.postgresql.ssl.NonValidatingFactory" 
&lt;BR /&gt;Anyway, you need know their usage of tJDBCXXX components first. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 18 Jun 2009 03:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337615#M105936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T03:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337616#M105937</link>
      <description>Thank you Shong, I am now connected to the DB server. Now to figure out how to create a job to trans data from Informix to PostgreSQL. 
&lt;BR /&gt;Again, thank you</description>
      <pubDate>Fri, 19 Jun 2009 15:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337616#M105937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-19T15:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337617#M105938</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Now to figure out how to create a job to trans data from Informix to PostgreSQL.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It is a simple job, just as: 
&lt;BR /&gt;tInformixInput---main--&amp;gt;tPostgreSQLOutput(or tJDBCOutputout) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Sat, 20 Jun 2009 01:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337617#M105938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-20T01:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337618#M105939</link>
      <description>I had to place a tMap bet Informix and PostgreSQL since the schemas are different does this create a problem? I keep getting this:
&lt;BR /&gt;Cards.java (4) 
&lt;BR /&gt; nitro.cards_0_1.Cards at localhost:2176 
&lt;BR /&gt; Thread (Suspended) 
&lt;BR /&gt; Cards.main(String[]) line: 2003 
&lt;BR /&gt; C:\Program Files\adeptiajre\jre1.5\bin\javaw.exe (Jun 25, 2009 9:05:48 AM)</description>
      <pubDate>Thu, 25 Jun 2009 16:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337618#M105939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-25T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337619#M105940</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I had to place a tMap bet Informix and PostgreSQL since the schemas are different does this create a problem?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, drag and drop the columns from left to right side. If you still have problem to create a job, please upload some screenshots of your job, so I know what you are doing.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 26 Jun 2009 07:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337619#M105940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T07:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337620#M105941</link>
      <description>Hi to all, I use this 3D to post my question about MSSQL SSL instance connection 
&lt;BR /&gt;I put all the normal parameters to connect to SQL Server instance (with add parameter instance=InstanceName) 
&lt;BR /&gt;Now...on this instance SSL is enabled, how I have to add in the connection parameters to be able to connect? 
&lt;BR /&gt;Ihave, in normal conditions, the following string: "jdbc:jtds:sqlserver://ServerName:1433/DBName;instance=SQLEXPRESS2008;" 
&lt;BR /&gt;Have I to substitute ServerName with external IP and dinamic port? (e.g. 192.168.45.45:1111) 
&lt;BR /&gt;Moreover, wich parameter have I to add in the string to set SSL? 
&lt;BR /&gt;Thanks to all!</description>
      <pubDate>Tue, 18 Oct 2011 10:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Connection/m-p/2337620#M105941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-18T10:11:30Z</dc:date>
    </item>
  </channel>
</rss>

