<?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: Sync between SugarCRM and another MySQL Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366836#M130277</link>
    <description>Hi Raja, 
&lt;BR /&gt;Yes, with Infobright Enterprise Edition, you can do that. It may be more effective and efficient, however, to use the contributed tInfobrightOutput component for loads instead of the standard MySQL components, which rely on INSERT. 
&lt;BR /&gt;Geoffrey</description>
    <pubDate>Wed, 13 Oct 2010 20:11:38 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-10-13T20:11:38Z</dc:date>
    <item>
      <title>Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366830#M130271</link>
      <description>Hi,&lt;BR /&gt;I need to synchronize SugarCRM with a MySQL database (for contacts, accounts, opportunities) but i couldn't find the good operation.&lt;BR /&gt;How can I proceed? Do I must map data in one direction and in a second time, map data in the other direction or is there an object which can do synchronization ?&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366830#M130271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366831#M130272</link>
      <description>Hello 
&lt;BR /&gt;There is not a component to synchronize records directly. You need do several processing to synchronize records in database: 
&lt;BR /&gt;1)delete records 
&lt;BR /&gt;Query all records from database, then do a inner join with records from SugarCRM and get the reject id, which exist in database but does't exist in SugarCRM, finnaly, use a txxxRow to delete records in database when id equals to these reject id. 
&lt;BR /&gt;2)insert or update 
&lt;BR /&gt;Query all records from Sugarcrm, then insert into database, set id column as key and select 'insert or update' action on db output component. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 28 Jul 2009 04:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366831#M130272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-28T04:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366832#M130273</link>
      <description>hi all,
&lt;BR /&gt;i need to do the same (delete and update ) operatoion for my ETL job. I am using infobright as my database which doesn't support any keys. Delete and update operations are performed based on the key. How can i achieve this in infobright.
&lt;BR /&gt;
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Raja K</description>
      <pubDate>Mon, 25 Jan 2010 06:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366832#M130273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-25T06:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366833#M130274</link>
      <description>Hi Raja, 
&lt;BR /&gt;Infobright Enterprise Edition has delete and update capability. This is not available in the Community Edition (ICE). 
&lt;BR /&gt;Infobright does not have the concept of keys. Every column has the same status as every other column. It is also intended to be used mostly as a "read-only" database. Most of our customers have a source system (transactional OLTP database or ODS) and then bulk load the data across into Infobright. 
&lt;BR /&gt;For slowly-changing dimensions, we recommend building a new copy of the dimension in a temporary table, dropping the original dimension table, and then copying the data back to the original dimension table. 
&lt;BR /&gt;Geoffrey</description>
      <pubDate>Fri, 19 Feb 2010 14:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366833#M130274</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-02-19T14:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366834#M130275</link>
      <description>Hi cl.grange,&lt;BR /&gt;Im' new to Talend Open Studio, and like you, i want to synchronize two oracle databases.&lt;BR /&gt;So can you plz tell us how you did to synchronize SugarCRM with your MySQL database ?</description>
      <pubDate>Wed, 17 Mar 2010 13:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366834#M130275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-17T13:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366835#M130276</link>
      <description>Hi Geoffrey, 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you so much for your reply. i am using Infobright Enterprise edition. we have insert,insert or update, update or insert,delete ...these operations are come along with mysql component in talend. How can i use (nsert or update, update or insert,delete) these options directly on inforbright database ? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Raja K</description>
      <pubDate>Thu, 18 Mar 2010 03:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366835#M130276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-18T03:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sync between SugarCRM and another MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366836#M130277</link>
      <description>Hi Raja, 
&lt;BR /&gt;Yes, with Infobright Enterprise Edition, you can do that. It may be more effective and efficient, however, to use the contributed tInfobrightOutput component for loads instead of the standard MySQL components, which rely on INSERT. 
&lt;BR /&gt;Geoffrey</description>
      <pubDate>Wed, 13 Oct 2010 20:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sync-between-SugarCRM-and-another-MySQL-Database/m-p/2366836#M130277</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-10-13T20:11:38Z</dc:date>
    </item>
  </channel>
</rss>

