<?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: Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203891#M4998</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a new jira issue on bug tracker.&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TUP-10235" href="https://jira.talendforge.org/browse/TUP-10235" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-10235&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is what you are looking for.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 03:24:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-28T03:24:37Z</dc:date>
    <item>
      <title>Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203887#M4994</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;We are trying to upload SQL table’s data rows which is in MSSQL database to salesforce object and I have done the mappings correctly. Previously I have extracted(retrive) the bulk data to SQL from Salesforce using tSalesForce Input ellement&amp;nbsp;in &lt;STRONG&gt;Talend Open Studio.&lt;/STRONG&gt; But I'm getting below error when insert data to Salesforce using SalesForce Output element&amp;nbsp; in &lt;STRONG&gt;Talend Open Studio&lt;/STRONG&gt;. I have tested this same process with third party repository(kingswaysoft-SISS Integration Toolkit for Salesforce)&amp;nbsp;in &lt;STRONG&gt;Microsoft SSIS&lt;/STRONG&gt; and inserted data are reflected in salesforce correctly. &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the below error which generated by &lt;STRONG&gt;Talend Open Studio.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3520&lt;/P&gt; 
&lt;P&gt;[statistics] connected&lt;/P&gt; 
&lt;P&gt;Exception in component tSalesforceOutput_2 (AdvancedPOC)&lt;/P&gt; 
&lt;P&gt;java.io.IOException: Unable to create/update fields: &lt;STRONG&gt;IsDeleted&lt;/STRONG&gt;. Please check the security settings of this field and verify that it is read/write for your profile or permission set.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.components.salesforce.runtime.SalesforceWriter.handleReject(SalesforceWriter.java:532)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.components.salesforce.runtime.SalesforceWriter.doInsert(SalesforceWriter.java:353)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.components.salesforce.runtime.SalesforceWriter.logout(SalesforceWriter.java:675)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.components.salesforce.runtime.SalesforceWriter.close(SalesforceWriter.java:662)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.components.salesforce.runtime.SalesforceWriter.close(SalesforceWriter.java:66)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at nextgenrfsmigration3.advancedpoc_0_1.AdvancedPOC.tDBInput_2Process(AdvancedPOC.java:3041)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at nextgenrfsmigration3.advancedpoc_0_1.AdvancedPOC.runJobInTOS(AdvancedPOC.java:4846)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at nextgenrfsmigration3.advancedpoc_0_1.AdvancedPOC.main(AdvancedPOC.java:3249)&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Job AdvancedPOC ended at 13:59 18/01/2019. [exit code=1]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;There is no API attribute field called&lt;STRONG&gt; IsDeleted &lt;/STRONG&gt;inside object that Im inserting &amp;nbsp;into salesforce and im not sending IsDeleted column values. So how does this error message came?&lt;/LI&gt; 
 &lt;LI&gt;Is SalesforceWriter is supported for &lt;STRONG&gt;Talend Open Studio&lt;/STRONG&gt;. I have seen limitation in &lt;STRONG&gt;Talend Open Studio&lt;/STRONG&gt; saying&lt;STRONG&gt; Complex SOQL queries in Salesforce not supported for Open Studio&lt;/STRONG&gt;. Is this is case of this error message occurs?&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://apac01.safelinks.protection.outlook.com/?url=https:%2F%2Fhelp.talend.com%2Freader%2FxVkdIonzSPLD~DZ85Z0A_w%2FeKytsgXaM4Lqu~1VxH28dw&amp;amp;data=02%7C01%7C%7Cb72b02cf9a91430fafba08d67dc7be13%7C0d85160c589944caacc8db1501b993b6%7C0%7C0%7C636834694162290300&amp;amp;sdata=6caaQDSfi7gz2NiyEr%2FL2x4bjwNAulU4hCPrnJPnfAk%3D&amp;amp;reserved=0" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/xVkdIonzSPLD~DZ85Z0A_w/eKytsgXaM4Lqu~1VxH28dw&lt;/A&gt;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;Could me tell me how to overcome above error?&lt;/LI&gt; 
&lt;/OL&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203887#M4994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203888#M4995</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="&amp;quot;PT Sans&amp;quot;,&amp;quot;Helvetica&amp;quot;,Helvetica,Arial,sans-serif"&gt;Is there any &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;system fields from your schema/mapping? Have you tried to remove it to see if it works?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="&amp;quot;PT Sans&amp;quot;,&amp;quot;Helvetica&amp;quot;,Helvetica,Arial,sans-serif"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Best regards&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="&amp;quot;PT Sans&amp;quot;,&amp;quot;Helvetica&amp;quot;,Helvetica,Arial,sans-serif"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Sabrina&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203888#M4995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-22T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203889#M4996</link>
      <description>&lt;P&gt;We have created a custom object and we tried to insert values for only&amp;nbsp;&lt;STRONG&gt;Name&lt;/STRONG&gt;, &lt;STRONG&gt;Description &lt;/STRONG&gt;two fields via tSalesForce Input ellement&amp;nbsp;in &lt;STRONG&gt;Talend Open Studio.&lt;/STRONG&gt; &lt;STRONG&gt;Name&lt;/STRONG&gt; is a Standard field in Salesforce and we need to provide values for that field when inserting data to salesforce.&amp;nbsp; I have tested this same process with third party repository(kingswaysoft-SISS Integration Toolkit for Salesforce)&amp;nbsp;in &lt;STRONG&gt;Microsoft SSIS&lt;/STRONG&gt; and inserted data are reflected in salesforce correctly.&amp;nbsp;&amp;nbsp;So could you please tell me how to overcome above error?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203889#M4996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-22T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203890#M4997</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;can you please provide any support links related to the same?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203890#M4997</guid>
      <dc:creator>Morpheus</dc:creator>
      <dc:date>2019-01-25T14:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Inserting data to Salesforce using Talend Open Studio Version: 7.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203891#M4998</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here exists a new jira issue on bug tracker.&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TUP-10235" href="https://jira.talendforge.org/browse/TUP-10235" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-10235&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is what you are looking for.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 03:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Inserting-data-to-Salesforce-using-Talend-Open-Studio/m-p/2203891#M4998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-28T03:24:37Z</dc:date>
    </item>
  </channel>
</rss>

