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

Announcements
Join us in Toronto Sept 9th 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

17 Replies
Not applicable
Author

what should i do reload part1 or 2

tresesco
MVP
MVP

Not sure how you broke the apps. Otherwise, I would go with part2.

preminqlik
Specialist II
Specialist II

you have to do one thing

in each and every application write in starting of the script like below

Let starttime = now();//starting of the script;

---------------------------------

------------------

------------------

-----------

let endtime=now();//end of the scrpt

or else make table like below

START_TIME:

Load now() as Starttime,
DocumentName() as Documentname,
DocumentPath() as DocumentPath
AutoGenerate 1;

And at the end of the application script

START_TIME:

Load now() as EndTime,
DocumentName() as Documentname,
DocumentPath() as DocumentPath
AutoGenerate 1;

Use as per your convenient way like store it as qvds or csv and track it acoording to your document name by creating another application o with above two tables or filter in excel.

Hope this helps you DAIL


Not applicable
Author

thats not the  answer of my quz

Not applicable
Author

thanx tresesco, one more thing reload is the proff that data has been saved into my app ? Is It?

tresesco
MVP
MVP

In the server environment this is deafult feature. If you check the log, be able to see once the application is loaded, then it saves it as the next step of task.

Not applicable
Author

means

Not applicable
Author

today reloading the app ,it show a confusing result  that  sales ,penetration data terminal T1 is showing 12 lakhs but should be 38,00000

Is that happens because i reload that part2 app instead of reloading part1 again