Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone
Currently I'm trying to add a simple filter to exclude some records from a Qlik Replicate Job Consuming data from the Salesforce API
This is the source end point
This is the filter added (Exclude Equal To = 012Rn0000013oxNIAQ😞
The filter Works, as it's shown in the log:
But the Job goes to error after completing the load and throw this error message:
Table ''.'Account' (subtask 0 thread 1) is suspended. Cannot compute expression, not all column values are in the data record.
I think the problem is with the CDC process.
I tried to apply all the recommendation that I found in forums to handle null values on the column, adding a ifnull() function in the expression, COALESCE, 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?
What is your Replicate version?
It is tough to determine what caused this error without looking at the entire task logs.
Please refer below 2025.5 replicate user guide limitations.
If you need further assistance, please open a support case to investigate further.
Hope this helps.
Thanks
Naren
Hi Naren, Thanks for your answer
The Replica Version is 2023.11
I attached the Diagnostic Package Log, in case it helps.
Hello @AlexanderEscobar ,
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.
Regarding the error, could you please confirm the following:
Is the "account" table CDC-ready?
I noticed that you set the Bulk Version to 44.0 and the CDC Version to 43.0, while the default values are 62 and 56. Could you try removing these three version-related internal parameters and see if that helps?
If the error persists, please set SourceCapture and SourceUnload to Verbose in the Endpoint Server logging settings, reproduce the issue, and then collect the Diagnostics Package again.
Hope this helps.
John.