<?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: [resolved] Unable to load attachments via tSalesforceOutput in TOS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300383#M72617</link>
    <description>Joachim,
&lt;BR /&gt;could you share your job please? And/or open a Jira and attach it there. Sounds like a bog introduced in 6.2 to me.
&lt;BR /&gt;Thomas</description>
    <pubDate>Thu, 14 Jul 2016 08:36:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-14T08:36:52Z</dc:date>
    <item>
      <title>[resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300382#M72616</link>
      <description>Hi 
&lt;BR /&gt;In Talend Open Studio for Data Integration 6.1.1 I once had a simple demo job which ~6 weeks ago loaded Base64 encoded strings happily to the Salesforce.com Attachment object. Since recently this is no longer possible (neither in 6.1.1 nor in 6.2.X). The setup is pretty simple: tFixedFlowInput --&amp;gt; tMap (nothing happens here) --&amp;gt; tSalesforceOutput. The type of the Body field is set to String&amp;nbsp;(I am passing on a Base64 encoded string in here)&amp;nbsp;but apparently, Salesforce.com expects Base64 as the type - which I cannot set in TOS. I have tried playing around with byte[] but to no avail. Again, until the Salesforce.com Summer '16 release this worked perfectly fine (with Body of type String). 
&lt;BR /&gt;I am getting the following error message: 
&lt;BR /&gt;Exception in component tSalesforceOutput_1 
&lt;BR /&gt;java.io.IOException: 
&lt;FONT color="#ff3333"&gt;Body: value not of required type: VGhpcyBpcyBhIHRlc3QgZmlsZQ==&lt;/FONT&gt; 
&lt;BR /&gt; at org.talend.components.salesforce.runtime.SalesforceWriter.handleReject(SalesforceWriter.java:417) 
&lt;BR /&gt; at org.talend.components.salesforce.runtime.SalesforceWriter.doInsert(SalesforceWriter.java:287) 
&lt;BR /&gt; at org.talend.components.salesforce.runtime.SalesforceWriter.logout(SalesforceWriter.java:518) 
&lt;BR /&gt; at org.talend.components.salesforce.runtime.SalesforceWriter.close(SalesforceWriter.java:512) 
&lt;BR /&gt; at org.talend.components.salesforce.runtime.SalesforceWriter.close(SalesforceWriter.java:49) 
&lt;BR /&gt; at jr.testattachment_0_1.TestAttachment.tFixedFlowInput_1Process(TestAttachment.java:1013) 
&lt;BR /&gt; at jr.testattachment_0_1.TestAttachment.runJobInTOS(TestAttachment.java:1340) 
&lt;BR /&gt; at jr.testattachment_0_1.TestAttachment.main(TestAttachment.java:1197) 
&lt;BR /&gt;I am not sure if this is a problem with Talend or with changes made to Salesforce.com in the Summer '16 release - I suspect the latter. Nevertheless, we are no longer able to load attachments via the tSalesforceOutput component. Using tSalesforceOutputBulkExec is not an option as it is not possible to load attachments via the Bulk API (). 
&lt;BR /&gt;Please advise how to load attachments to Salesforce.com using the Summer '16 release and Talend Open Studio. 
&lt;BR /&gt;Regards, Joachim Rösecke</description>
      <pubDate>Sat, 16 Nov 2024 10:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300382#M72616</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2024-11-16T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300383#M72617</link>
      <description>Joachim,
&lt;BR /&gt;could you share your job please? And/or open a Jira and attach it there. Sounds like a bog introduced in 6.2 to me.
&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 14 Jul 2016 08:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300383#M72617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-14T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300384#M72618</link>
      <description>Hi Thomas
&lt;BR /&gt;It is a really simple job (somehow I cannot upload pictures):
&lt;BR /&gt;tFixedFlowInput --&amp;gt; tSalesforceOutput
&lt;BR /&gt;Schema &amp;amp; Values:
&lt;BR /&gt;Body (String): "VGhpcyBpcyBhIHRlc3QgZmlsZQ==" (plain text file holding a test string)
&lt;BR /&gt;ParentId&amp;nbsp;(String): "001U0000003fyKi" (you will have to change this as it is an account Id from my org)
&lt;BR /&gt;ContentType&amp;nbsp;(String): "text/plain"
&lt;BR /&gt;Name&amp;nbsp;(String): "Testfile.txt"
&lt;BR /&gt;This job worked previously - I believe even in 6.2.0. I suspect it stopped working after Summer '16 was released by Salesforce.com. I would not rule out that it is not a Talend 6.2 issue and that there was a change at Salesforce.com. If this is the case, it should be reflected in the Talend component to enable it for attachment uploads. I have also asked Salesforce.com if they changed anything but due to the lack of developer support for my organization I was not able to get an answer.
&lt;BR /&gt;Regards, Joachim</description>
      <pubDate>Thu, 14 Jul 2016 09:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300384#M72618</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-07-14T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300385#M72619</link>
      <description>I have created jira issue&amp;nbsp;TDI-36918 to address this.</description>
      <pubDate>Mon, 18 Jul 2016 07:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300385#M72619</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-07-18T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300386#M72620</link>
      <description>I'm seeing the same behaviour on 6.2.1</description>
      <pubDate>Tue, 09 Aug 2016 13:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300386#M72620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Unable to load attachments via tSalesforceOutput in TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300387#M72621</link>
      <description>I believe, for TOS this bug will only be fixed in 6.3.1. Subscription customers can receive a patch via the Customer Portal. With this patch it works again.</description>
      <pubDate>Wed, 07 Sep 2016 22:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Unable-to-load-attachments-via-tSalesforceOutput-in-TOS/m-p/2300387#M72621</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-09-07T22:39:14Z</dc:date>
    </item>
  </channel>
</rss>

