<?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 [resolved] Use postgres for storage in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Use-postgres-for-storage/m-p/2325285#M360</link>
    <description>Hi. I'm new to Talend and using Talend Open Studio MDM 6.2.0. I want to use postgres for MDM SQL Storage and tried to follow&amp;nbsp;helpcenter (Mdm sql storage) 
&lt;BR /&gt; 
&lt;BR /&gt;0) Tried &amp;nbsp;cnange mdm.conf 
&lt;BR /&gt;db.default.datasource=Postgres-Default 
&lt;BR /&gt;Got errors Error creating bean with name 'defaultXmlServer', Data source 'Postgres-Default' can not be found in configuration. 
&lt;BR /&gt;1) Changed MDM\conf\datasources.xml (mdm.conf default) 
&lt;BR /&gt;&amp;lt;dialect&amp;gt;Postgres&amp;lt;/dialect&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;lt;connection-driver-class&amp;gt;org.postgresql.Driver&amp;lt;/connection-driver-class&amp;gt; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;lt;connection-url&amp;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://localhost:5432/testdatabase;DB_CLOSE_ON_EXIT=FALSE&amp;lt;/connection-url&amp;gt; 
&lt;BR /&gt;&amp;lt;fulltext-index-directory&amp;gt;C:\MDM\data\indexes\PostgreSQL&amp;lt;/fulltext-index-directory&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;2) Created model and container "test", tried deploy and got error 
&lt;BR /&gt;INFO &amp;nbsp; Application {}TMDMService#{}putDataModel has thrown exception, unwinding now: java.rmi.RemoteException: Unable to create/update the Data Model test;&amp;nbsp; 
&lt;BR /&gt;: Could not create storage test with data model test. 
&lt;BR /&gt;: Could not create storage for container test (MASTER) using data model test. 
&lt;BR /&gt;: java.lang.RuntimeException: Could not create storage class loader 
&lt;BR /&gt;: Could not create storage class loader 
&lt;BR /&gt;: Could not generate Hibernate configuration 
&lt;BR /&gt;: Not supported database type POSTGRES; nested exception is:&amp;nbsp; 
&lt;BR /&gt;com.amalto.core.util.XtentisException: Unable to create/update the Data Model test &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;Full log in attachment &amp;nbsp; 
&lt;BR /&gt;Can postgres be used as sql storage? How it can be done? &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;UPD Found answer. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/387042/localhost.2016-10-25.log_20161025-0110.log" target="_blank"&gt;localhost.2016-10-25.log_20161025-0110.log&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/387042/localhost.2016-10-25_.log.log" target="_blank"&gt;localhost.2016-10-25_.log.log&lt;/A&gt;</description>
    <pubDate>Tue, 25 Oct 2016 09:04:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-25T09:04:43Z</dc:date>
    <item>
      <title>[resolved] Use postgres for storage</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Use-postgres-for-storage/m-p/2325285#M360</link>
      <description>Hi. I'm new to Talend and using Talend Open Studio MDM 6.2.0. I want to use postgres for MDM SQL Storage and tried to follow&amp;nbsp;helpcenter (Mdm sql storage) 
&lt;BR /&gt; 
&lt;BR /&gt;0) Tried &amp;nbsp;cnange mdm.conf 
&lt;BR /&gt;db.default.datasource=Postgres-Default 
&lt;BR /&gt;Got errors Error creating bean with name 'defaultXmlServer', Data source 'Postgres-Default' can not be found in configuration. 
&lt;BR /&gt;1) Changed MDM\conf\datasources.xml (mdm.conf default) 
&lt;BR /&gt;&amp;lt;dialect&amp;gt;Postgres&amp;lt;/dialect&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;lt;connection-driver-class&amp;gt;org.postgresql.Driver&amp;lt;/connection-driver-class&amp;gt; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;lt;connection-url&amp;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://localhost:5432/testdatabase;DB_CLOSE_ON_EXIT=FALSE&amp;lt;/connection-url&amp;gt; 
&lt;BR /&gt;&amp;lt;fulltext-index-directory&amp;gt;C:\MDM\data\indexes\PostgreSQL&amp;lt;/fulltext-index-directory&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;2) Created model and container "test", tried deploy and got error 
&lt;BR /&gt;INFO &amp;nbsp; Application {}TMDMService#{}putDataModel has thrown exception, unwinding now: java.rmi.RemoteException: Unable to create/update the Data Model test;&amp;nbsp; 
&lt;BR /&gt;: Could not create storage test with data model test. 
&lt;BR /&gt;: Could not create storage for container test (MASTER) using data model test. 
&lt;BR /&gt;: java.lang.RuntimeException: Could not create storage class loader 
&lt;BR /&gt;: Could not create storage class loader 
&lt;BR /&gt;: Could not generate Hibernate configuration 
&lt;BR /&gt;: Not supported database type POSTGRES; nested exception is:&amp;nbsp; 
&lt;BR /&gt;com.amalto.core.util.XtentisException: Unable to create/update the Data Model test &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;Full log in attachment &amp;nbsp; 
&lt;BR /&gt;Can postgres be used as sql storage? How it can be done? &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;UPD Found answer. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/387042/localhost.2016-10-25.log_20161025-0110.log" target="_blank"&gt;localhost.2016-10-25.log_20161025-0110.log&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/387042/localhost.2016-10-25_.log.log" target="_blank"&gt;localhost.2016-10-25_.log.log&lt;/A&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Use-postgres-for-storage/m-p/2325285#M360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Use postgres for storage</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Use-postgres-for-storage/m-p/2325286#M361</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;We see that this topic has been set as resolved. Could you please share your solution with us?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 26 Oct 2016 03:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-Use-postgres-for-storage/m-p/2325286#M361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-26T03:21:05Z</dc:date>
    </item>
  </channel>
</rss>

