Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
TranHuynh
Contributor II
Contributor II

Qlik Compose Failed to insert data to new column

After I added a new column name sent_booking_datetime (Datetime) to Model, did the mapping, generate and run the DW, there's no data inserted to new column. Here's the error I found in log file: Failed at insertEtlRunInfo: null. Tried to run multiple times, result is still null. Even drop the column and recreate, same result.

Log file attached.

How can I fix this? Thanks.

Labels (2)
1 Solution

Accepted Solutions
sureshkumar
Support
Support

Hello @TranHuynh 

When you run the CDC job for the newly added column, the Compose picks the current changes from the CT table, it will not pick the previous changes.

To pick the previous changes kindly run the Full Load Job.

 

Regards,

Suresh

View solution in original post

3 Replies
sureshkumar
Support
Support

Hello @TranHuynh 

After adding the new column Did you run the Full Load job or CDC job?

What is the version of Qlik Compose?

 

Regards,

Suresh

TranHuynh
Contributor II
Contributor II
Author

Hi @sureshkumar, DW runs CDC job, version 2022.5.0.1177.

sureshkumar
Support
Support

Hello @TranHuynh 

When you run the CDC job for the newly added column, the Compose picks the current changes from the CT table, it will not pick the previous changes.

To pick the previous changes kindly run the Full Load Job.

 

Regards,

Suresh