<?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: SugarCRM to anything in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272613#M49842</link>
    <description>Hello
&lt;BR /&gt;I don't know with SugarCRM 5.0, but with SugarCRM 4.51 you have to precise the module name in the query condition.
&lt;BR /&gt;If you query Leads, you have to specify a query like "leads.name like 'xx'".
&lt;BR /&gt;Moreover, empty query doesn't works.
&lt;BR /&gt;All of these questions are related to SugarCRM Soap API.
&lt;BR /&gt;HTH,
&lt;BR /&gt;PS You can also have this error with a wrong port.</description>
    <pubDate>Fri, 06 Jun 2008 23:52:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-06-06T23:52:21Z</dc:date>
    <item>
      <title>SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272608#M49837</link>
      <description>I'm new to this so I don't know much yet. 
&lt;BR /&gt;From what I've been able to figure out this is an encoding problem. I'm using UTF-8 in both Sugar and whatever I choose to go to whether it's mysql table or csv or anything. I get this. Anyideas what I can do? Thanks for your help 
&lt;BR /&gt;SugarCRM 5.0e 
&lt;BR /&gt;Ubuntu 8.04 (desktop) 
&lt;BR /&gt;Ubuntu 7.10 server 
&lt;BR /&gt;MySQL 5.0 
&lt;BR /&gt;Talend 2.3.3 
&lt;BR /&gt;I get this output: 
&lt;BR /&gt;Starting job SugarDev at 16:51 29/05/2008. 
&lt;BR /&gt;Exception in component tSugarCRMInput_4 
&lt;BR /&gt;AxisFault 
&lt;BR /&gt; faultCode: { 
&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.userException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;/A&gt; 
&lt;BR /&gt; faultSubcode: 
&lt;BR /&gt; faultString: org.xml.sax.SAXParseException: Content is not allowed in prolog. 
&lt;BR /&gt; faultActor: 
&lt;BR /&gt; faultNode: 
&lt;BR /&gt; faultDetail: 
&lt;BR /&gt; { 
&lt;A href="http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}stackTrace&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.xml.sax.SAXParseException&lt;/A&gt;: Content is not allowed in prolog. 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1411) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1024) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522) 
&lt;BR /&gt; at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) 
&lt;BR /&gt; at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 
&lt;BR /&gt; at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 
&lt;BR /&gt; at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) 
&lt;BR /&gt; at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 
&lt;BR /&gt; at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2767) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2443) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2366) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:1812) 
&lt;BR /&gt; at org.talend.sugarws.SugarsoapBindingStub.get_entry_list(SugarsoapBindingStub.java:1865) 
&lt;BR /&gt; at org.talend.SugarManagement.SugarManagementImpl.getRecordswithQuery(SugarManagementImpl.java:110) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.tSugarCRMInput_4Process(SugarDev.java:451) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.runJobInTOS(SugarDev.java:1369) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.main(SugarDev.java:1276) 
&lt;BR /&gt; { 
&lt;A href="http://xml.apache.org/axis/}hostname:ini-1005" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}hostname:ini-1005&lt;/A&gt; 
&lt;BR /&gt;org.xml.sax.SAXParseException: Content is not allowed in prolog. 
&lt;BR /&gt; at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) 
&lt;BR /&gt; at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701) 
&lt;BR /&gt; at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 
&lt;BR /&gt; at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) 
&lt;BR /&gt; at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 
&lt;BR /&gt; at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2767) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2443) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:2366) 
&lt;BR /&gt; at org.apache.axis.client.Call.invoke(Call.java:1812) 
&lt;BR /&gt; at org.talend.sugarws.SugarsoapBindingStub.get_entry_list(SugarsoapBindingStub.java:1865) 
&lt;BR /&gt; at org.talend.SugarManagement.SugarManagementImpl.getRecordswithQuery(SugarManagementImpl.java:110) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.tSugarCRMInput_4Process(SugarDev.java:451) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.runJobInTOS(SugarDev.java:1369) 
&lt;BR /&gt; at sugar.sugardev.SugarDev.main(SugarDev.java:1276) 
&lt;BR /&gt;Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog. 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1411) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1024) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522) 
&lt;BR /&gt; at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) 
&lt;BR /&gt; at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 
&lt;BR /&gt; ... 13 more 
&lt;BR /&gt;Job SugarDev ended at 16:51 29/05/2008.</description>
      <pubDate>Sat, 16 Nov 2024 14:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272608#M49837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272609#M49838</link>
      <description>Hello JVWay 
&lt;BR /&gt;Can you show more information about your job? Which module did you try to connecte? Can you show some input data? 
&lt;BR /&gt;So, we will try to reproduce your job and confirm if it is a bug? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 30 May 2008 02:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272609#M49838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-30T02:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272610#M49839</link>
      <description>I was using the tSugarCRMInput and trying to get some, any data, out of it to a number of different Outputs. I tried Delimited, Excel and XML. I got the same error from all. 
&lt;BR /&gt;There's really nothing unusual about my Sugar data. I tried it from the Contacts and Accounts modules. I'm using 5.0 e version with MySQL as a backend. 
&lt;BR /&gt;Unfortunately I cannot post any sample data. 
&lt;BR /&gt;Mostly what I want at this point is a proof of concept. I need to show that I can hook so Sugar and get data out of it. Ultimately I'd like to utilize the newly created package from Paham Pavizi whose created the Quickbooks connector. But that's after I can successfully get data out of Sugar and into something else. If I can achieve that easily then I can commit the time to more. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jerry.</description>
      <pubDate>Mon, 02 Jun 2008 17:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272610#M49839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-02T17:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272611#M49840</link>
      <description>What version of Apache are you using to run the webservice? It seems as if the error stems from Apache. The SugarCRM input connects to the webservice to get data not the DB (noted by the component property ?SugerCRM Webservice URL?). Make sure the URL is correct. 
&lt;BR /&gt;Also if you have access to the DB you can use a DB connector to pull the info off directly. My Sugar instance is running locally on WinXP with a MS SQL DB and Apache 5.5. I can either choose to connect to the DB via a MSsql connector or via Sugar input connector? URL ?http://127.0.0.1/sugar/soap.php?</description>
      <pubDate>Thu, 05 Jun 2008 19:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272611#M49840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-05T19:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272612#M49841</link>
      <description>Thanks, it's apache 2.2.4.  I can successfully retrieve data from MySQL but I need the abstraction of the SOAP in case of underlying db changes.&lt;BR /&gt;Any ideas if there's config changes I can make to apache?&lt;BR /&gt;The URL is correct because it's making the connection.  It's just that there's something about the data coming back that XML can't parse.</description>
      <pubDate>Thu, 05 Jun 2008 22:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272612#M49841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-05T22:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272613#M49842</link>
      <description>Hello
&lt;BR /&gt;I don't know with SugarCRM 5.0, but with SugarCRM 4.51 you have to precise the module name in the query condition.
&lt;BR /&gt;If you query Leads, you have to specify a query like "leads.name like 'xx'".
&lt;BR /&gt;Moreover, empty query doesn't works.
&lt;BR /&gt;All of these questions are related to SugarCRM Soap API.
&lt;BR /&gt;HTH,
&lt;BR /&gt;PS You can also have this error with a wrong port.</description>
      <pubDate>Fri, 06 Jun 2008 23:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272613#M49842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-06T23:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272614#M49843</link>
      <description>Hello, 
&lt;BR /&gt;I has the same error, but with MSSQL database. 
&lt;BR /&gt;I test a tools for sync meetings between Outllok and Sugar. With this tools i has same error. 
&lt;BR /&gt;I used a tcpmonitor and trace on Sugar's php component for find the problem. 
&lt;BR /&gt;The problem was an error SQL. 
&lt;BR /&gt;You can see on this forum, maybe you can find something for help you ... : 
&lt;BR /&gt; 
&lt;A href="http://www.sugarforge.org/forum/forum.php?thread_id=4307&amp;amp;forum_id=106" rel="nofollow noopener noreferrer"&gt;http://www.sugarforge.org/forum/forum.php?thread_id=4307&amp;amp;forum_id=106&lt;/A&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272614#M49843</guid>
      <dc:creator>patricesoulet</dc:creator>
      <dc:date>2008-06-27T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272615#M49844</link>
      <description>I had this same problem and solved it very simply.
&lt;BR /&gt;In the component tab for the tSugarCRMInput the query condition field defaults to "new='talend'". This string is turned into a WHERE statement and for most of us, WHERE new='talend' is not valid because 'new' is not a field.
&lt;BR /&gt;Change the field to "1" and the SQL that TOS submits through the SugarAPI will have WHERE 1 as the conditional.
&lt;BR /&gt;This solved my problem.</description>
      <pubDate>Mon, 14 Dec 2009 14:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272615#M49844</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-12-14T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272616#M49845</link>
      <description>Hi 
&lt;BR /&gt;mhirt is correct. Even with SugarCRM 6 you have to prefix the tables: example: " contacts.last_name='Meyer'" 
&lt;BR /&gt;The example given by Talend when inserting the component is wrong. 
&lt;BR /&gt;PLUS for custom fields: even you can use them in the input conponent like built in fields by just adding them in schema. In the query section you have to use: _cstm after the module name 
&lt;BR /&gt;example: " contacts_cstm.identifier_my_own_field='pbel'" 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;pbel</description>
      <pubDate>Fri, 02 Dec 2011 14:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272616#M49845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-02T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272617#M49846</link>
      <description>When I try running this I get:&lt;BR /&gt;org.apache.axis.client.Call invoke SEVERE: Exception:&lt;BR /&gt;org.xml.sax.SAXException: Bad types (class org.talend.sugarws.Entry_value -&amp;gt; class org.talend.sugarws.Set_entry_result)&lt;BR /&gt;We are running on the sugar hosted service and this is the first API call we have attempted using Talend. Any ideas?&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 30 Dec 2011 19:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272617#M49846</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-30T19:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272618#M49847</link>
      <description>There is new Sugar CRM Advanced component for Talend available, look at this &lt;A href="http://cloudbee.com/sugar-crm-talend-component/" rel="nofollow noopener noreferrer"&gt;http://cloudbee.com/sugar-crm-talend-component/&lt;/A&gt;&lt;BR /&gt;It supports new SugarCRM API-s and also relationships creation.</description>
      <pubDate>Tue, 09 Oct 2012 18:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272618#M49847</guid>
      <dc:creator>peeterm</dc:creator>
      <dc:date>2012-10-09T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: SugarCRM to anything</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272619#M49848</link>
      <description>Just to add to this thread, I've been needing to export all contacts from SugarCRM to .csv and have found that if I make the query string:&lt;BR /&gt;"contacts.deleted='0'"&lt;BR /&gt;that it works to bring all those not deleted, which is in fact what I want.</description>
      <pubDate>Sun, 06 Jan 2013 23:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SugarCRM-to-anything/m-p/2272619#M49848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-06T23:41:59Z</dc:date>
    </item>
  </channel>
</rss>

