<?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: How use existing mysql db as MDM database. in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338116#M1702</link>
    <description>&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;hi asebastianelli.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;thank you for your quick reply.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;I tried what you told me.&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;but now I have another error.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;I did following steps.&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;(XXX is my db name)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;1.edit datasource(by following your advice)&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!-- Copyright (C) 2006-2013 Talend Inc. - www.talend.com --&amp;gt;&lt;BR /&gt;&amp;lt;datasources&amp;gt;&lt;BR /&gt;	&amp;lt;!-- H2 DATASOURCE --&amp;gt;&lt;BR /&gt;	&amp;lt;datasource name="H2-Default"&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;master&amp;gt;&lt;BR /&gt;	 &amp;nbsp; &amp;nbsp;	&amp;lt;type&amp;gt;RDBMS&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dialect&amp;gt;MySQL&amp;lt;/dialect&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-driver-class&amp;gt;com.mysql.jdbc.Driver&amp;lt;/connection-driver-class&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:mysql://localhost:3306/${container}&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;root&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;toor&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-pool-minsize&amp;gt;5&amp;lt;/connection-pool-minsize&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-pool-maxsize&amp;gt;50&amp;lt;/connection-pool-maxsize&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fulltext-index-directory&amp;gt;/tmp/data/indexes/${container}&amp;lt;/fulltext-index-directory&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;schema-generation&amp;gt;update&amp;lt;/schema-generation&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name="hibernate.show_sql"&amp;gt;false&amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;init&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;database-name&amp;gt;${container}&amp;lt;/database-name&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:mysql://localhost:3306/${container}&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;root&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;toor&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/init&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rdbms-configuration&amp;gt;&lt;BR /&gt;	 &amp;nbsp; &amp;nbsp;&amp;lt;/master&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;type&amp;gt;RDBMS&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dialect&amp;gt;H2&amp;lt;/dialect&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-driver-class&amp;gt;org.h2.Driver&amp;lt;/connection-driver-class&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:h2://C:\Program Files\TOS_MDM_Server/data/H2-Default/TMDM_DB_SYSTEM;DB_CLOSE_ON_EXIT=FALSE&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;sa&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;sa&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;schema-generation&amp;gt;update&amp;lt;/schema-generation&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name="hibernate.show_sql"&amp;gt;false&amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/system&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/datasource&amp;gt;&lt;BR /&gt;&amp;lt;/datasources&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;2.create Data Model named "XXX".&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;3.create Data Container named "XXX".&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;4.open Data Container by double click. but error happen like this.&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;2016-07-27 20:15:05,250 ERROR  The Data Cluster XXX does not exist.&lt;BR /&gt;2016-07-27 20:15:05,257 INFO &amp;nbsp; Application {}TMDMService#{}getDataCluster has thrown exception, unwinding now: java.rmi.RemoteException: The Data Cluster XXX does not exist.; nested exception is: &lt;BR /&gt;	com.amalto.core.util.XtentisException: The Data Cluster XXX does not exist.&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;if you have any idea about this. 
&lt;BR /&gt;please help me. 
&lt;BR /&gt;best regards.</description>
    <pubDate>Fri, 29 Jul 2016 07:50:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-29T07:50:56Z</dc:date>
    <item>
      <title>How use existing mysql db as MDM database.</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338114#M1700</link>
      <description>Hi all. I'm new to Talend.&amp;nbsp;&lt;BR /&gt;I'm in trouble with MDM database. I want to ask follows.&lt;BR /&gt;Does Talend Open Studio MDM(ver 6.2.1)&amp;nbsp;support MySql Db as MDM database?&lt;BR /&gt;now I'm using Talend Open Studio MDM.&lt;BR /&gt;what I want to do &amp;nbsp;is to use H2 db for system data,and MySql db (existing) for master data.&lt;BR /&gt;Can I do this with Talend Open Studio MDM? should I pay for subscription?&amp;nbsp;&lt;BR /&gt;best regards.</description>
      <pubDate>Thu, 28 Jul 2016 02:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338114#M1700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T02:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How use existing mysql db as MDM database.</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338115#M1701</link>
      <description>check the&amp;nbsp;datasources.xml in the conf folder. you should just uncomment the needed datasource</description>
      <pubDate>Thu, 28 Jul 2016 15:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338115#M1701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How use existing mysql db as MDM database.</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338116#M1702</link>
      <description>&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;hi asebastianelli.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;thank you for your quick reply.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;I tried what you told me.&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;but now I have another error.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;I did following steps.&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;(XXX is my db name)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;1.edit datasource(by following your advice)&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!-- Copyright (C) 2006-2013 Talend Inc. - www.talend.com --&amp;gt;&lt;BR /&gt;&amp;lt;datasources&amp;gt;&lt;BR /&gt;	&amp;lt;!-- H2 DATASOURCE --&amp;gt;&lt;BR /&gt;	&amp;lt;datasource name="H2-Default"&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;master&amp;gt;&lt;BR /&gt;	 &amp;nbsp; &amp;nbsp;	&amp;lt;type&amp;gt;RDBMS&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dialect&amp;gt;MySQL&amp;lt;/dialect&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-driver-class&amp;gt;com.mysql.jdbc.Driver&amp;lt;/connection-driver-class&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:mysql://localhost:3306/${container}&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;root&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;toor&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-pool-minsize&amp;gt;5&amp;lt;/connection-pool-minsize&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-pool-maxsize&amp;gt;50&amp;lt;/connection-pool-maxsize&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fulltext-index-directory&amp;gt;/tmp/data/indexes/${container}&amp;lt;/fulltext-index-directory&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;schema-generation&amp;gt;update&amp;lt;/schema-generation&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name="hibernate.show_sql"&amp;gt;false&amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;init&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;database-name&amp;gt;${container}&amp;lt;/database-name&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:mysql://localhost:3306/${container}&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;root&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;toor&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/init&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rdbms-configuration&amp;gt;&lt;BR /&gt;	 &amp;nbsp; &amp;nbsp;&amp;lt;/master&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;type&amp;gt;RDBMS&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dialect&amp;gt;H2&amp;lt;/dialect&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-driver-class&amp;gt;org.h2.Driver&amp;lt;/connection-driver-class&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-url&amp;gt;jdbc:h2://C:\Program Files\TOS_MDM_Server/data/H2-Default/TMDM_DB_SYSTEM;DB_CLOSE_ON_EXIT=FALSE&amp;lt;/connection-url&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-username&amp;gt;sa&amp;lt;/connection-username&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection-password&amp;gt;sa&amp;lt;/connection-password&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;schema-generation&amp;gt;update&amp;lt;/schema-generation&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property name="hibernate.show_sql"&amp;gt;false&amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rdbms-configuration&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/system&amp;gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/datasource&amp;gt;&lt;BR /&gt;&amp;lt;/datasources&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;2.create Data Model named "XXX".&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;3.create Data Container named "XXX".&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;4.open Data Container by double click. but error happen like this.&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;2016-07-27 20:15:05,250 ERROR  The Data Cluster XXX does not exist.&lt;BR /&gt;2016-07-27 20:15:05,257 INFO &amp;nbsp; Application {}TMDMService#{}getDataCluster has thrown exception, unwinding now: java.rmi.RemoteException: The Data Cluster XXX does not exist.; nested exception is: &lt;BR /&gt;	com.amalto.core.util.XtentisException: The Data Cluster XXX does not exist.&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;if you have any idea about this. 
&lt;BR /&gt;please help me. 
&lt;BR /&gt;best regards.</description>
      <pubDate>Fri, 29 Jul 2016 07:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338116#M1702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-29T07:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How use existing mysql db as MDM database.</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338117#M1703</link>
      <description>why did you modify the H2, there is a block for mysql. please comment h2 and uncomment mysql
&lt;BR /&gt;then go to mdm.conf and change &amp;nbsp;RDBMS Settings accordingly</description>
      <pubDate>Fri, 29 Jul 2016 09:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338117#M1703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-29T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How use existing mysql db as MDM database.</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338118#M1704</link>
      <description>in case this can give some hints
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TMDM-4927" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TMDM-4927&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=MDM+SQL+Storage&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=MDM+SQL+Storage&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Fri, 29 Jul 2016 09:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/How-use-existing-mysql-db-as-MDM-database/m-p/2338118#M1704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-29T09:48:16Z</dc:date>
    </item>
  </channel>
</rss>

