<?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 ERROR Adding A Filter to a CDC Job Consumig a Salesforce API in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533992#M15331</link>
    <description>&lt;P&gt;Hi Everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I'm trying to add a simple filter to exclude some records from a Qlik Replicate Job Consuming data from the Salesforce API&lt;/P&gt;
&lt;P&gt;This is the source end point&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_0-1761068295352.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184357i483B44FEF229C39D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_0-1761068295352.png" alt="AlexanderEscobar_0-1761068295352.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_1-1761068318803.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184358iAD0A319BF7CE17A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_1-1761068318803.png" alt="AlexanderEscobar_1-1761068318803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is the filter added (Exclude &lt;SPAN class="ng-binding"&gt;Equal To&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ellipsisStyle" target="_blank"&gt;&lt;SPAN class="ng-binding"&gt;012Rn0000013oxNIAQ&lt;/SPAN&gt;&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_2-1761068355589.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184359i50BF2E1492113B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_2-1761068355589.png" alt="AlexanderEscobar_2-1761068355589.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The filter Works, as it's shown in the log:&lt;/P&gt;
&lt;DIV id="txtView54" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects textRecordSelected" tabindex="20054"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00007760: 2025-10-20T16:24:32 [SOURCE_UNLOAD ]I: Unload finished for table ''.'Account' (Id = 1). 143165 rows sent. (streamcomponent.c:3786)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="txtView55" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20055"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00010128: 2025-10-20T16:24:32 [TARGET_LOAD ]I: Load finished for table ''.'Account' (Id = 1). 143165 rows received. &lt;FONT color="#008000"&gt;22 rows skipped.&lt;/FONT&gt; Volume transferred 1711480472. (streamcomponent.c:4070)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="txtView56" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20056"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00011776: 2025-10-20T16:25:30 [TASK_MANAGER ]I: Loading finished for table ''.'Account' (Id = 1) by subtask 1. 143165 records transferred. (replicationtask.c:3068)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the Job goes to error after completing the load and throw this error message:&lt;/P&gt;
&lt;P&gt;Table ''.'Account' (subtask 0 thread 1) is suspended. Cannot compute expression, not all column values are in the data record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the problem is with the CDC process.&lt;/P&gt;
&lt;P&gt;I tried to apply all the recommendation that I found in forums to handle null values on the column, adding a &lt;EM&gt;ifnull&lt;/EM&gt;()&amp;nbsp; function in the expression, &lt;EM&gt;COALESCE&lt;/EM&gt;, adding this on the Transform column, but the process after loading the table goes to error and the job stop loading any new changes, any help?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 17:47:03 GMT</pubDate>
    <dc:creator>AlexanderEscobar</dc:creator>
    <dc:date>2025-10-21T17:47:03Z</dc:date>
    <item>
      <title>ERROR Adding A Filter to a CDC Job Consumig a Salesforce API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533992#M15331</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I'm trying to add a simple filter to exclude some records from a Qlik Replicate Job Consuming data from the Salesforce API&lt;/P&gt;
&lt;P&gt;This is the source end point&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_0-1761068295352.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184357i483B44FEF229C39D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_0-1761068295352.png" alt="AlexanderEscobar_0-1761068295352.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_1-1761068318803.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184358iAD0A319BF7CE17A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_1-1761068318803.png" alt="AlexanderEscobar_1-1761068318803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is the filter added (Exclude &lt;SPAN class="ng-binding"&gt;Equal To&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ellipsisStyle" target="_blank"&gt;&lt;SPAN class="ng-binding"&gt;012Rn0000013oxNIAQ&lt;/SPAN&gt;&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexanderEscobar_2-1761068355589.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184359i50BF2E1492113B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexanderEscobar_2-1761068355589.png" alt="AlexanderEscobar_2-1761068355589.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The filter Works, as it's shown in the log:&lt;/P&gt;
&lt;DIV id="txtView54" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects textRecordSelected" tabindex="20054"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00007760: 2025-10-20T16:24:32 [SOURCE_UNLOAD ]I: Unload finished for table ''.'Account' (Id = 1). 143165 rows sent. (streamcomponent.c:3786)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="txtView55" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20055"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00010128: 2025-10-20T16:24:32 [TARGET_LOAD ]I: Load finished for table ''.'Account' (Id = 1). 143165 rows received. &lt;FONT color="#008000"&gt;22 rows skipped.&lt;/FONT&gt; Volume transferred 1711480472. (streamcomponent.c:4070)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV id="txtView56" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20056"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;EM&gt;00011776: 2025-10-20T16:25:30 [TASK_MANAGER ]I: Loading finished for table ''.'Account' (Id = 1) by subtask 1. 143165 records transferred. (replicationtask.c:3068)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the Job goes to error after completing the load and throw this error message:&lt;/P&gt;
&lt;P&gt;Table ''.'Account' (subtask 0 thread 1) is suspended. Cannot compute expression, not all column values are in the data record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the problem is with the CDC process.&lt;/P&gt;
&lt;P&gt;I tried to apply all the recommendation that I found in forums to handle null values on the column, adding a &lt;EM&gt;ifnull&lt;/EM&gt;()&amp;nbsp; function in the expression, &lt;EM&gt;COALESCE&lt;/EM&gt;, adding this on the Transform column, but the process after loading the table goes to error and the job stop loading any new changes, any help?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533992#M15331</guid>
      <dc:creator>AlexanderEscobar</dc:creator>
      <dc:date>2025-10-21T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Adding A Filter to a CDC Job Consumig a Salesforce API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533994#M15332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/350573"&gt;@AlexanderEscobar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your Replicate version?&lt;/P&gt;
&lt;P&gt;It is tough to determine what caused this error without looking at the entire task logs.&lt;/P&gt;
&lt;P&gt;Please refer below 2025.5 replicate user guide limitations.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2025/Content/Replicate/Main/Salesforce/salesforce_limitations_source.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2025/Content/Replicate/Main/Salesforce/salesforce_limitations_source.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need further assistance, please open a support case to investigate further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Naren&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 19:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533994#M15332</guid>
      <dc:creator>narendersarva</dc:creator>
      <dc:date>2025-10-21T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Adding A Filter to a CDC Job Consumig a Salesforce API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533996#M15333</link>
      <description>&lt;P&gt;Hi Naren, Thanks for your answer&lt;/P&gt;
&lt;P&gt;The Replica&amp;nbsp;Version is 2023.11&lt;/P&gt;
&lt;P&gt;I attached the Diagnostic Package Log, in case it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 01:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2533996#M15333</guid>
      <dc:creator>AlexanderEscobar</dc:creator>
      <dc:date>2025-10-22T01:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR Adding A Filter to a CDC Job Consumig a Salesforce API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2534002#M15334</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/350573"&gt;@AlexanderEscobar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="102" data-end="283"&gt;I've deleted the attachments as they may contain sensitive information. Please avoid sharing the Diagnostics Package in the community, as it’s publicly accessible to all visitors.&lt;/P&gt;
&lt;P data-start="285" data-end="347"&gt;Regarding the error, could you please confirm the following:&lt;/P&gt;
&lt;OL data-start="349" data-end="623"&gt;
&lt;LI data-start="349" data-end="391"&gt;
&lt;P data-start="352" data-end="391"&gt;Is the &lt;STRONG data-start="359" data-end="372"&gt;"account"&lt;/STRONG&gt; table CDC-ready?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="392" data-end="623"&gt;
&lt;P data-start="395" data-end="623"&gt;I noticed that you set the &lt;STRONG data-start="422" data-end="438"&gt;Bulk Version&lt;/STRONG&gt; to &lt;EM data-start="442" data-end="448"&gt;44.0&lt;/EM&gt; and the &lt;STRONG data-start="457" data-end="472"&gt;CDC Version&lt;/STRONG&gt; to &lt;EM data-start="476" data-end="482"&gt;43.0&lt;/EM&gt;, while the default values are &lt;EM data-start="513" data-end="517"&gt;62&lt;/EM&gt; and &lt;EM data-start="522" data-end="526"&gt;56&lt;/EM&gt;. Could you try removing these three version-related internal parameters and see if that helps?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="625" data-end="826"&gt;If the error persists, please set &lt;STRONG data-start="659" data-end="676"&gt;SourceCapture&lt;/STRONG&gt; and &lt;STRONG data-start="681" data-end="697"&gt;SourceUnload&lt;/STRONG&gt; to &lt;EM data-start="701" data-end="710"&gt;Verbose&lt;/EM&gt; in the &lt;STRONG data-start="718" data-end="754"&gt;Endpoint Server logging settings&lt;/STRONG&gt;, reproduce the issue, and then collect the Diagnostics Package again.&lt;/P&gt;
&lt;P data-start="625" data-end="826"&gt;Hope this helps.&lt;/P&gt;
&lt;P data-start="625" data-end="826"&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 01:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/ERROR-Adding-A-Filter-to-a-CDC-Job-Consumig-a-Salesforce-API/m-p/2534002#M15334</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-22T01:16:45Z</dc:date>
    </item>
  </channel>
</rss>

