Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
Announcements
Now Live: Qlik Sense SaaS Simplified Authoring – Analytics Creation for Everyone: READ DETAILS
How to refresh full compose tables without a drop and recreate
The information in this article is provided as-is and to be used at your discretion. So, please implement and test this in your testing environment before applying this to production.
Stop the Qlik Replicate task that you want to reload all the tables.
On the Compose server:
Run the CDC for the task in question. (This will get any current __ct records processed)
Under ‘Manage task’, duplicate the Full load task.
Enable the ‘handle duplicate’ check box for the newly created Ful load.
Generate instructions for the newly created task.
On the Qlik Replicate server:
Reload all the tables for the task that you want to reprocess in Qlik Compose. Note: use DROP and recreate the target table option in ask settings under store change processing.
On the Compose server:
Run the newly created Full load task <-- This is a one-time activity.
Resume the original CDC task – This will continue to capture the changes while the newly created Full load task is running.
Verify the data from the newly created Full load task.