<?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: PostgreSQL custom Connection String not saving in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222643#M16174</link>
    <description>&lt;P&gt;Thanks vapukov!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That worked.&lt;/P&gt; 
&lt;P&gt;For those who want a step by step:&lt;/P&gt; 
&lt;P&gt;1. Create Connection by right clicking on Metadata/DB Connections-&amp;gt; CreateConnection&lt;/P&gt; 
&lt;P&gt;2. Enter Name, description, purpose then click -&amp;gt;Next&lt;/P&gt; 
&lt;P&gt;3. For 7.1 version, select DB Type: JDBC&lt;/P&gt; 
&lt;P&gt;4. JDBC Url: enter your DB Connection String&lt;/P&gt; 
&lt;P&gt;5. Drivers: Click + to add a line. Click on the line then click on the ellipsis button (...) at the far right. That opens up a separate dialog module. Select the Platform radio button. And select your driver from the drop down. I selected PostgreSQL-42.2.5.jar and clicked OK.&lt;/P&gt; 
&lt;P&gt;6. Fill out userid and password.&lt;/P&gt; 
&lt;P&gt;7. Mapping File: Select Mapping Postgres&lt;/P&gt; 
&lt;P&gt;8. Click Test Connection.&lt;/P&gt; 
&lt;P&gt;9. Click Finish.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 22:34:44 GMT</pubDate>
    <dc:creator>harryESI</dc:creator>
    <dc:date>2019-01-30T22:34:44Z</dc:date>
    <item>
      <title>PostgreSQL custom Connection String not saving</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222641#M16172</link>
      <description>&lt;P&gt;Using the Talend open studio for Data Integration 7.1.1.20181026_1147&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I add a customer DB Connection String like the following. I can hit the Test Connection button and it successfully connects. I can save the connection, but once I reopen it, the Connection string reverted to the default string. Also after I save with the right connection string, I can't even get schemas..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;jdbc:postgresql://SomeDBServer:5432/DBName?ssl=true&amp;amp;sslmode=verify-ca&amp;amp;sslcert=C:/Users/MyUser/Desktop/ssl/pgSQL_DBName.cert.der&amp;amp;sslkey=C:/Users/MyUser/Desktop/ssl/pgSQL_DBName.pk8&amp;amp;sslrootcert=C:/Users/MyUser/Desktop/ssl/pgSQL_DBName.ca.cert.der&amp;amp;sslpassword=changeit&amp;amp;currentSchema=SchemaName&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I believe this is a bug, but is there a workaround for this to save? I can't write up an ETL job b/c of this issue. B/c when I want to pull in a table schema - I am not able to.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 16:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222641#M16172</guid>
      <dc:creator>harryESI</dc:creator>
      <dc:date>2019-01-28T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL custom Connection String not saving</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222642#M16173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is not a bug, it is wrong design (with the same result for us) - opposite to MySQL or MS SQL, Talend does not support "JDBC additional string" for PostgreSQL at all&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as a bypass - you could define a generic JDBC connection with PostgreSQL&amp;nbsp;driver and PostgreSQL mapping&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 20:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222642#M16173</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-28T20:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL custom Connection String not saving</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222643#M16174</link>
      <description>&lt;P&gt;Thanks vapukov!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That worked.&lt;/P&gt; 
&lt;P&gt;For those who want a step by step:&lt;/P&gt; 
&lt;P&gt;1. Create Connection by right clicking on Metadata/DB Connections-&amp;gt; CreateConnection&lt;/P&gt; 
&lt;P&gt;2. Enter Name, description, purpose then click -&amp;gt;Next&lt;/P&gt; 
&lt;P&gt;3. For 7.1 version, select DB Type: JDBC&lt;/P&gt; 
&lt;P&gt;4. JDBC Url: enter your DB Connection String&lt;/P&gt; 
&lt;P&gt;5. Drivers: Click + to add a line. Click on the line then click on the ellipsis button (...) at the far right. That opens up a separate dialog module. Select the Platform radio button. And select your driver from the drop down. I selected PostgreSQL-42.2.5.jar and clicked OK.&lt;/P&gt; 
&lt;P&gt;6. Fill out userid and password.&lt;/P&gt; 
&lt;P&gt;7. Mapping File: Select Mapping Postgres&lt;/P&gt; 
&lt;P&gt;8. Click Test Connection.&lt;/P&gt; 
&lt;P&gt;9. Click Finish.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 22:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostgreSQL-custom-Connection-String-not-saving/m-p/2222643#M16174</guid>
      <dc:creator>harryESI</dc:creator>
      <dc:date>2019-01-30T22:34:44Z</dc:date>
    </item>
  </channel>
</rss>

