<?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 Salesforce - tSalesforceInput not able to get some fields in TOS 6.3.0 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-tSalesforceInput-not-able-to-get-some-fields-in-TOS-6/m-p/2277611#M53328</link>
    <description>Hello, 
&lt;BR /&gt;I'm doing an upgrade of my TOS jobs that are connecting to SFDC (since SFDC will not allow connection using TLS 1.0 from March 2017). I think that I have identify a regression on that tSalesforceInput component. 
&lt;BR /&gt;I migrated my whole project from TOS 5.6.2 to TOS 6.3.0 and ran them, just to make sure everything is fine. 
&lt;BR /&gt;All of them are running fine exepting 2 that are querying 
&lt;B&gt;Task&lt;/B&gt;&amp;nbsp;and 
&lt;B&gt;LiveAgentSession&lt;/B&gt;&amp;nbsp;objects. When the job is reaching the tSalesforceInput component, it crashes and throw that error message:&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;stateMessage='InvalidBatch : Failed to process query: INVALID_FIELD: &amp;nbsp;NumFlagLoweredAgent^ ERROR at Row:1:Column:175 No such column 'NumFlagLoweredAgent' on entity 'LiveAgentSession'&lt;/PRE&gt; 
&lt;BR /&gt;So far, I have identified that it is occuring for the following fields: 
&lt;BR /&gt;&amp;gt;&amp;nbsp; 
&lt;I&gt;NumFlagLoweredAgent&lt;/I&gt;&amp;nbsp;on&amp;nbsp; 
&lt;I&gt;LiveAgentSession&lt;/I&gt;&amp;nbsp;object 
&lt;BR /&gt;&amp;gt; 
&lt;I&gt;TaskSubType&amp;nbsp;&lt;/I&gt;on 
&lt;I&gt;Task&amp;nbsp;&lt;/I&gt;object 
&lt;BR /&gt;That error message is usually thrown when you try to query a new standard field and you are not running on the last API version. This not the case here since I am running on API 37.0. I evidently checked the field level security on this field in SFDC, and I can see the fields. I also run the very same query both in Workbench and Force.CLI, using the bulk mode, I am able to get a file. 
&lt;BR /&gt;Another proof that leads to me to a regression, is that the very same job, works fine on TOS 5.6.2 while it crashes on TOS 6.3.0.&amp;nbsp; 
&lt;BR /&gt;Here is a set of screenshot to illustrate the following. 
&lt;BR /&gt;Working tSalesforceInput - TOS 5.6.2 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138191i0194B7BB290EC5AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4l.png" alt="0683p000009MD4l.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Crashing tSalesforceInput - TOS 6.3.0 and 6.2.1 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131745i0ACB1901D108701C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4q.png" alt="0683p000009MD4q.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Am I the only one to face that issue? 
&lt;BR /&gt;Does anyone already patched that? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Michel</description>
    <pubDate>Sat, 16 Nov 2024 10:07:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:07:55Z</dc:date>
    <item>
      <title>Salesforce - tSalesforceInput not able to get some fields in TOS 6.3.0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-tSalesforceInput-not-able-to-get-some-fields-in-TOS-6/m-p/2277611#M53328</link>
      <description>Hello, 
&lt;BR /&gt;I'm doing an upgrade of my TOS jobs that are connecting to SFDC (since SFDC will not allow connection using TLS 1.0 from March 2017). I think that I have identify a regression on that tSalesforceInput component. 
&lt;BR /&gt;I migrated my whole project from TOS 5.6.2 to TOS 6.3.0 and ran them, just to make sure everything is fine. 
&lt;BR /&gt;All of them are running fine exepting 2 that are querying 
&lt;B&gt;Task&lt;/B&gt;&amp;nbsp;and 
&lt;B&gt;LiveAgentSession&lt;/B&gt;&amp;nbsp;objects. When the job is reaching the tSalesforceInput component, it crashes and throw that error message:&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;stateMessage='InvalidBatch : Failed to process query: INVALID_FIELD: &amp;nbsp;NumFlagLoweredAgent^ ERROR at Row:1:Column:175 No such column 'NumFlagLoweredAgent' on entity 'LiveAgentSession'&lt;/PRE&gt; 
&lt;BR /&gt;So far, I have identified that it is occuring for the following fields: 
&lt;BR /&gt;&amp;gt;&amp;nbsp; 
&lt;I&gt;NumFlagLoweredAgent&lt;/I&gt;&amp;nbsp;on&amp;nbsp; 
&lt;I&gt;LiveAgentSession&lt;/I&gt;&amp;nbsp;object 
&lt;BR /&gt;&amp;gt; 
&lt;I&gt;TaskSubType&amp;nbsp;&lt;/I&gt;on 
&lt;I&gt;Task&amp;nbsp;&lt;/I&gt;object 
&lt;BR /&gt;That error message is usually thrown when you try to query a new standard field and you are not running on the last API version. This not the case here since I am running on API 37.0. I evidently checked the field level security on this field in SFDC, and I can see the fields. I also run the very same query both in Workbench and Force.CLI, using the bulk mode, I am able to get a file. 
&lt;BR /&gt;Another proof that leads to me to a regression, is that the very same job, works fine on TOS 5.6.2 while it crashes on TOS 6.3.0.&amp;nbsp; 
&lt;BR /&gt;Here is a set of screenshot to illustrate the following. 
&lt;BR /&gt;Working tSalesforceInput - TOS 5.6.2 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138191i0194B7BB290EC5AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4l.png" alt="0683p000009MD4l.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Crashing tSalesforceInput - TOS 6.3.0 and 6.2.1 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131745i0ACB1901D108701C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4q.png" alt="0683p000009MD4q.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Am I the only one to face that issue? 
&lt;BR /&gt;Does anyone already patched that? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Michel</description>
      <pubDate>Sat, 16 Nov 2024 10:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-tSalesforceInput-not-able-to-get-some-fields-in-TOS-6/m-p/2277611#M53328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce - tSalesforceInput not able to get some fields in TOS 6.3.0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-tSalesforceInput-not-able-to-get-some-fields-in-TOS-6/m-p/2277612#M53329</link>
      <description>Hello,
&lt;BR /&gt;Here a quick update, I have identified that following fields on&amp;nbsp;
&lt;I&gt;LiveAgentSession &lt;/I&gt;object are not accessible through the tSalesforceInput:
&lt;BR /&gt;
&lt;BR /&gt;NumFlagLoweredAgent
&lt;BR /&gt;NumFlagLoweredSupervisor
&lt;BR /&gt;NumFlagRaised
&lt;BR /&gt;
&lt;BR /&gt;In order to not freeze the upgrade I'm performing now, I will just blank these fields.
&lt;BR /&gt;Michel</description>
      <pubDate>Tue, 24 Jan 2017 13:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-tSalesforceInput-not-able-to-get-some-fields-in-TOS-6/m-p/2277612#M53329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-24T13:44:25Z</dc:date>
    </item>
  </channel>
</rss>

