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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QVD load into Data Model qvw never completes execution

This seems to be an issue I am continually running into when loading QVDs.  I have 4 QVDs that I need to bring into a QVW to develop the data model.  In this scenario when I load 3 of the 4 QVDs it completes without issue.  Once I add the 4th QVD, the log shows everything is done except the final line in the log saying the execution is complete.  Sometimes I can get 4 or 5 QVDs loaded before this is an issue.  Othertimes it could be only 1.  I am currently running version 11.20.12235 SR 5

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Probably when you load the last qvd this create syntetic keys too complex to complete so the load doesnt end.

Try with Qualify * before each qvd load and verify id with this instruction the load ends.

Let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Probably when you load the last qvd this create syntetic keys too complex to complete so the load doesnt end.

Try with Qualify * before each qvd load and verify id with this instruction the load ends.

Let me know

Not applicable
Author

Alessandro,

That worked!  I never knew about this command.

Thanks!