Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
what should i do reload part1 or 2
Not sure how you broke the apps. Otherwise, I would go with part2.
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
thats not the answer of my quz
thanx tresesco, one more thing reload is the proff that data has been saved into my app ? Is It?
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.
means
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