<?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 Salesforce Connection Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212356#M10025</link>
    <description>Can you be a little bit more explicit or do we have to guess what your job looks like and so on?</description>
    <pubDate>Mon, 21 Oct 2019 15:22:13 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2019-10-21T15:22:13Z</dc:date>
    <item>
      <title>Talend Salesforce Connection Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212355#M10024</link>
      <description>&lt;DIV&gt;Exception in component tSalesforceConnection_1&lt;/DIV&gt;&lt;DIV&gt;java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to get next element&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212355#M10024</guid>
      <dc:creator>MaheswarReddy</dc:creator>
      <dc:date>2024-11-16T04:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Salesforce Connection Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212356#M10025</link>
      <description>Can you be a little bit more explicit or do we have to guess what your job looks like and so on?</description>
      <pubDate>Mon, 21 Oct 2019 15:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212356#M10025</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-21T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Salesforce Connection Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212357#M10026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to load data from my MSSQL DB to Salesforce object.&lt;/P&gt;
&lt;P&gt;And my Talend job is like this ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tMSSQL Connection--&amp;gt;tMSSQLInput --&amp;gt; tMap--&amp;gt;tSalesforceOutput.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In tsalesforce output i'm getting error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tSalesforceConnection_1&lt;BR /&gt;java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to get next element&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mahesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwVD"&gt;DataFlow.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwZ1"&gt;tSalesforceOutput.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212357#M10026</guid>
      <dc:creator>MaheswarReddy</dc:creator>
      <dc:date>2019-10-21T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Salesforce Connection Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212358#M10027</link>
      <description>Double check the Endpoint URL defined for the tSalesforceOutput component</description>
      <pubDate>Mon, 21 Oct 2019 15:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212358#M10027</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-21T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Salesforce Connection Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212359#M10028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was the issue with the security token,&lt;/P&gt;
&lt;P&gt;without security token , it is working .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i give security token , it was throwing the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its resolved now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 13:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Salesforce-Connection-Error/m-p/2212359#M10028</guid>
      <dc:creator>MaheswarReddy</dc:creator>
      <dc:date>2019-10-22T13:31:30Z</dc:date>
    </item>
  </channel>
</rss>

