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

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

Need Help

I have one data model which take more than 21 hr to reload ,day before yesterday i divide that app into two parts and schedule the divided first part at server

But today show me confusing result

At QMC it show that  job failed if check the log at QMC it also  shows that execution failed,if if i checked the log file present in the main folder at my system, it display that the execution is finished ,but a synthetic is created even after exit script

I am confused now ,whether i have reload the first part or 2nd part? or whether the first part is successful or not

see the snapshots

1 Solution

Accepted Solutions
tresesco
MVP
MVP

In a text box =ReloadTime() , this will give you which version(time) of reload data is available in your app.

If you are worried about data which is saved in qvw, reloadTime() would give you the answer and there you dont have to be confused with Publisher error: 'Could not close the SourceDocument..', that is somthing else(possibly something trivial with the source document qvw in the publisher).

View solution in original post

17 Replies
tresesco
MVP
MVP

21 hours reload time! very unusual. Probably there would a scope of fine-tuning. But yes, if the data is that big, not impossible. Coming back to your issue, your screen shot doesn't properly show the entire error message. Try to share specially the error portion of the log.

Not applicable
Author

tresesco
MVP
MVP

I would assume that your data size is very big. And when a synthetic key is generated with big data, it matters. Your synthetic key '$Syn 1 = Source QVD Flag+Terminal' could be the culprit. Try to remove that and reload.

Not applicable
Author

Actually i break the code of it the removal of synthetic code present in 2nd part of application,

if i checked the reload time in part 1 it show that app has been removed

see the snapshot

If i now reload the part2 directly i removed the synthetic key .What to do now,reload the part1 or part2

tresesco
MVP
MVP

Could not really get your point. Can't view your snapshot as well. 

Not applicable
Author

i want 2 know ,if reload the part2 then i removed the synthetic key,as it show that the job is failed at QMC but in log file it show the execution finished with synthetic key,now instead of reloading again part1,if i reload part2,whether the change display in app means whether records fetched from part1 are stored in data model or not

tresesco
MVP
MVP

In a text box =ReloadTime() , this will give you which version(time) of reload data is available in your app.

If you are worried about data which is saved in qvw, reloadTime() would give you the answer and there you dont have to be confused with Publisher error: 'Could not close the SourceDocument..', that is somthing else(possibly something trivial with the source document qvw in the publisher).

Not applicable
Author

what to do now

Not applicable
Author

what to do now