<?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: Talend MDM: replace H2 database by MSSQL in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335961#M1476</link>
    <description>&lt;P&gt;Do you have some idea ?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 08:10:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-07T08:10:38Z</dc:date>
    <item>
      <title>Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335958#M1473</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;On my computer, I have Talend MDM Studio 6.4.1 configured with H2 embedded database and Tomcat server.&lt;/P&gt; 
&lt;P&gt;I would like to replace H2 by&amp;nbsp;a MSSQL 13.0 SQLEXPRESS database existing on a server of mine to store my data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've tried to uninstall MDM server&amp;nbsp;in order to reinstall it with MSSQL database, but when I reinstalled it, the only&amp;nbsp;proposed database was H2 embedded, shame...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So I tried to install manually driver&amp;nbsp;for SQL Server JTDS 1.3.1&amp;nbsp;configuring &amp;lt;mdm.root&amp;gt;\conf\datasources.xml like this:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;connection-driver-class = &lt;STRONG&gt;&lt;FONT face="Thread-00004b34-Id-0000007c"&gt;net.sourceforge.jtds.jdbc.Driver&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;connection-url =&lt;STRONG&gt;&lt;FONT face="Thread-00004b34-Id-0000007c"&gt; jdbc:jtds:sqlserver://xxxx:1433/xxxx;instance=SQLEXPRESS;tds=8.0;lastupdatecount=true&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;This error appear:&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="Thread-00004b34-Id-00000078"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;INFO&amp;nbsp; [com.amalto.core.storage.datasource.DataSourceFactory] Reading from datasource file at 'C:\Talend MDM\Server_MDM\conf\datasources.xml'.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;WARN&amp;nbsp; [org.springframework.web.context.support.XmlWebApplicationContext] Exception encountered during context initialization - cancelling refresh attempt&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultXmlServer' defined in URL [jar:file:/C:/Talend%20MDM/Server_MDM/apache-tomcat/webapps/talendmdm/WEB-INF/lib/org.talend.mdm.core-6.4.1.jar!/META-INF/mdm-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.amalto.core.server.DefaultXmlServer]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;[...]&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="Thread-00004b34-Id-00000078"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT size="2"&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultXmlServer' defined in URL [jar:file:/C:/Talend%20MDM/Server_MDM/apache-tomcat/webapps/talendmdm/WEB-INF/lib/org.talend.mdm.core-6.4.1.jar!/META-INF/mdm-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.amalto.core.server.DefaultXmlServer]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have exactly the same result with SQLJDBC42 configuring &amp;lt;mdm.root&amp;gt;\conf\datasources.xml like this:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;connection-driver-class = &lt;STRONG&gt;&lt;FONT face="Thread-00004b34-Id-0000007c"&gt;com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;FONT size="2"&gt;connection-url =&lt;STRONG&gt;&lt;FONT face="Thread-00004b34-Id-0000007c"&gt; jdbc:sqlserver://xxxx:1433/xxxx;instance=SQLEXPRESS&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Help&amp;nbsp;Talend on-line : &lt;A href="https://help.talend.com/reader/fYgNt1g4TH5EfnC56N~VDA/gHdh3KeBp69M2InuEpzCXQ" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://help.talend.com/reader/fYgNt1g4TH5EfnC56N~VDA/gHdh3KeBp69M2InuEpzCXQ&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335958#M1473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335959#M1474</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you using talend open studio for MDM product or subscription solution V 6.4.1? The talend help page you are referring is for &lt;SPAN class="booktitle-value"&gt;Talend Data Fabric&lt;/SPAN&gt; subscription solution.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 07:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335959#M1474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335960#M1475</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using talend open studio for MDM V 6.4.1.&lt;/P&gt;&lt;P&gt;I'm watching also this doc: &lt;A href="https://help.talend.com/reader/jHfyetfRLRZT0VC1geH~EQ/5FqoBNnM0TWo2OeGW~4DOw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jHfyetfRLRZT0VC1geH~EQ/5FqoBNnM0TWo2OeGW~4DOw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335960#M1475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335961#M1476</link>
      <description>&lt;P&gt;Do you have some idea ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 08:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335961#M1476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T08:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335962#M1477</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have changed the dialect like this: &lt;EM&gt;&amp;lt;dialect&amp;gt;SQLServer&amp;lt;/dialect&amp;gt;&lt;/EM&gt; and now I get this error message:&lt;/P&gt;&lt;PRE&gt;Not supported database type 'SQL_SERVER'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does&amp;nbsp;that mean Talend open studio for MDM V 6.4.1 doesn't support SQL_Server ???&lt;/P&gt;&lt;P&gt;I don't understand because I already use connection MSSQL into my jobs successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, I'm getting crazy ;\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335962#M1477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T17:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Talend MDM: replace H2 database by MSSQL</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335963#M1478</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the answer:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;SQL Server isn't supported by TOS MDM&amp;nbsp;: &lt;/FONT&gt;&lt;A href="https://help.talend.com/reader/PLNWpLn2RWN6e90SvPJKmQ/SFXh5Z4NK3RRr7feoSiX0A" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#0563c1" face="Calibri"&gt;https://help.talend.com/reader/PLNWpLn2RWN6e90SvPJKmQ/SFXh5Z4NK3RRr7feoSiX0A&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;Only the merchandised MDM version&amp;nbsp;supportes&amp;nbsp;SQL Server.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 19:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Talend-MDM-replace-H2-database-by-MSSQL/m-p/2335963#M1478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-15T19:23:11Z</dc:date>
    </item>
  </channel>
</rss>

