<?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: Qizx migration in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336291#M1507</link>
    <description>Hi
&lt;BR /&gt;Which version are you using? Have you read the user manual about how to migrate MDM projects from XML database to relation database?
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Migrating+MDM+instances&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Migrating+MDM+instances&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;If you have any error during the migration process, paste the log message of the MDM server.
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 09 Aug 2013 10:10:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-09T10:10:16Z</dc:date>
    <item>
      <title>Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336290#M1506</link>
      <description>Hi all ,&lt;BR /&gt;    How to migrate qizx data to MYSQL DB.&lt;BR /&gt;&lt;BR /&gt;from.host=192.168.1.7&lt;BR /&gt;from.user=root&lt;BR /&gt;from.password=mysql&lt;BR /&gt;from.jndi.port=1199&lt;BR /&gt;to.host=192.168.1.14&lt;BR /&gt;to.user=admin&lt;BR /&gt;to.password=talend&lt;BR /&gt;to.jndi.port=1199&lt;BR /&gt;to.cluster.batch.size=500&lt;BR /&gt;&lt;BR /&gt;    Its not working.</description>
      <pubDate>Tue, 06 Aug 2013 15:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336290#M1506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336291#M1507</link>
      <description>Hi
&lt;BR /&gt;Which version are you using? Have you read the user manual about how to migrate MDM projects from XML database to relation database?
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Migrating+MDM+instances&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Migrating+MDM+instances&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;If you have any error during the migration process, paste the log message of the MDM server.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 09 Aug 2013 10:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336291#M1507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336292#M1508</link>
      <description>Hi shong , 
&lt;BR /&gt; 
&lt;BR /&gt;Im using talend 5.1.1.(now i migrate 5.1.1(qizx) to 5.3.1(sql server)) 
&lt;BR /&gt; migration property file 
&lt;BR /&gt;--------------------------- 
&lt;BR /&gt;from.host=localhost 
&lt;BR /&gt;from.user=admin 
&lt;BR /&gt;from.password=talend 
&lt;BR /&gt;from.jndi.port=1099 
&lt;BR /&gt;to.host=169.254.43.192 
&lt;BR /&gt;to.user=admin 
&lt;BR /&gt;to.password=talend 
&lt;BR /&gt;to.jndi.port=1199 
&lt;BR /&gt; 
&lt;BR /&gt;i got an error 
&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Couldn't access server localhost 
&lt;BR /&gt;com.amalto.core.util.XtentisException: Error : unable to access the XML Server wrapper: Could not obtain connection to any of thes 
&lt;BR /&gt;e urls: localhost:2099 and discovery failed with error: javax.naming.CommunicationException: error setting options 
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationUtil.getXmlServerCtrlHome(Unknown Source) 
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationTool.doMigration(Unknown Source) 
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationTool.main(Unknown Source) 
&lt;BR /&gt;Caused by: javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:2099 and discovery fai 
&lt;BR /&gt;led with error: javax.naming.CommunicationException: error setting options ]] 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1562) 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634) 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) 
&lt;BR /&gt; at javax.naming.InitialContext.lookup(InitialContext.java:392) 
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationUtil.getHome(Unknown Source) 
&lt;BR /&gt; ... 3 more 
&lt;BR /&gt;Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:2099 ] 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:274) 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1533) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:2099 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:248) 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) 
&lt;BR /&gt; at java.net.Socket.connect(Socket.java:529) 
&lt;BR /&gt; at java.net.Socket.connect(Socket.java:478) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:375) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:276) 
&lt;BR /&gt; at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84) 
&lt;BR /&gt; at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77) 
&lt;BR /&gt; at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:244) 
&lt;BR /&gt; ... 8 more</description>
      <pubDate>Mon, 12 Aug 2013 06:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336292#M1508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T06:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336293#M1509</link>
      <description>Well... it seems there's a mismatch between:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;.. Failed to connect to server localhost:2099 ..&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;and:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;from.host=localhost&lt;BR /&gt;...&lt;BR /&gt;from.jndi.port=1099&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Could you check your configuration?</description>
      <pubDate>Mon, 12 Aug 2013 09:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336293#M1509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T09:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336294#M1510</link>
      <description>Hi all,
&lt;BR /&gt; I already gave 1099 it also throwed same error...
&lt;BR /&gt;
&lt;BR /&gt;from.host=192.168.1.14
&lt;BR /&gt;from.user=admin
&lt;BR /&gt;from.password=talend
&lt;BR /&gt;from.jndi.port=1199
&lt;BR /&gt;to.host=192.168.1.24
&lt;BR /&gt;to.user=admin
&lt;BR /&gt;to.password=talend
&lt;BR /&gt;to.jndi.port=1099
&lt;BR /&gt;to.cluster.batch.size=500
&lt;BR /&gt;
&lt;BR /&gt;we tried changing in binding file - C:\Talend\5.2.1\mdm\jboss-4.2.2.GA\server\default\conf but getting same error.
&lt;BR /&gt;where can we change from.jndi.port and to.jndi.port so that they will stick to changes perminently?</description>
      <pubDate>Mon, 12 Aug 2013 12:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336294#M1510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336295#M1511</link>
      <description>Sorry to ask the obvious but you did configure the .14 machine on ports-01 and the .24 on the default port didn't you? Reminder: you change the ports binding in jboss-4.2.2.GA/server/default/conf/jboss-service.xml near the line 215. Comment out the whole &amp;lt;mbean&amp;gt; block to use the default (jndi = 1099).</description>
      <pubDate>Mon, 12 Aug 2013 13:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336295#M1511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336296#M1512</link>
      <description>Hi Ctoum, 
&lt;BR /&gt; Thanks for your quick reply. I have change the ports binding in jboss-4.2.2.GA/server/default/conf/jboss-service.xml in the line 215. Comment out the whole &amp;lt;mbean&amp;gt; block .But i got same above error.</description>
      <pubDate>Mon, 12 Aug 2013 18:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336296#M1512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T18:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336297#M1513</link>
      <description>Hi,&lt;BR /&gt;Can you try a fresh install and select the correct binding during installation?</description>
      <pubDate>Tue, 13 Aug 2013 10:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336297#M1513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-13T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336298#M1514</link>
      <description>Hi ,
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; I have tried Qizx to SqlServer Migration Process .While running the migration batch File i got the below error.
&lt;BR /&gt; ------------------------------------------------------------------------
&lt;BR /&gt;java.lang.reflect.UndeclaredThrowableException
&lt;BR /&gt; at com.sun.proxy.$Proxy3.existsDataModel(Unknown Source)
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationTool.doMigration(DBMigrationTool.java:105)
&lt;BR /&gt; at org.talend.mdm.db.migration.DBMigrationTool.main(DBMigrationTool.java:409)
&lt;BR /&gt;Caused by: java.io.InvalidClassException: com.amalto.core.ejb.ObjectPOJO; local class incompatible: stream classdesc serialVersionUID = 6448
&lt;BR /&gt;567774416868288, local class serialVersionUID = 3157316606545297572
&lt;BR /&gt; at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:604)
&lt;BR /&gt; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)
&lt;BR /&gt; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)
&lt;BR /&gt; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1620)
&lt;BR /&gt; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1515)
&lt;BR /&gt; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1769)
&lt;BR /&gt; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348)
&lt;BR /&gt; at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
&lt;BR /&gt; at org.jboss.invocation.MarshalledValue.get(MarshalledValue.java:91)
&lt;BR /&gt; at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:195)
&lt;BR /&gt; at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
&lt;BR /&gt; at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
&lt;BR /&gt; at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
&lt;BR /&gt; at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
&lt;BR /&gt; at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
&lt;BR /&gt; at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
&lt;BR /&gt; ... 3 more</description>
      <pubDate>Tue, 13 Aug 2013 17:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336298#M1514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-13T17:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qizx migration</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336299#M1515</link>
      <description>Hi All, 
  &lt;BR /&gt; 
  &lt;BR /&gt; Thanks for your suggestion, Migration tool is working fine across XML DB.But, I still having an issue. I have installed Talend 5.1.1 whose MDM is configured to MYSQL. I already have 5.3.1 whose MDM is configured to Qizx XML DB. I am trying to run the DBMigration tool, I am getting the following error: 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;BR /&gt;C:\Talend\5.1.1\mdm\jboss-4.2.2.GA\bin\dbtools\migration&amp;gt;java -cp dbmigrationtool.jar;../../../client/jbossall- 
  &lt;BR /&gt;client.jar org.talend.mdm.db.migration.DBMigrationTool dbmigration.properties 
  &lt;BR /&gt;DB Migration from 192.168.1.201 to 192.168.1.143 starting ... 
  &lt;BR /&gt; transfering collection CONF ... 
  &lt;BR /&gt; transfering collection Inbox ... 
  &lt;BR /&gt; transfering collection JCAAdapters ... 
  &lt;BR /&gt; transfering collection MDMDomainObjects ... 
  &lt;BR /&gt; transfering collection MDMItemImages ... 
  &lt;BR /&gt; transfering collection MDMItemsTrash ... 
  &lt;BR /&gt; transfering collection MDMMigration ...  transfering collection PROVISIONING ...
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdIM"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdIM"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Qizx-migration/m-p/2336299#M1515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-14T14:41:37Z</dc:date>
    </item>
  </channel>
</rss>

