Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
arethaking
Creator II
Creator II

Reason for reload fail

Hi All,

The below table contains two huge Apps running parallel daily and failing.

My guess is due to not enough RAM.

Please advise the exact reason for the reloading failer.

Thanks in advance.

 

DateAppNameDescriptionMessageNetRAMPeakRAMCPULoadVMCommitted(MB)VMAllocated(MB)VMFree(MB)VMLargestFreeBlock(MB)
01-Apr-2020App1Command=Doc::DoSave;Result=9001;ResultText=Error: Read FailedCould not read app19216216960261284781995834586745867
03-Apr-2020App2Command=Doc::DoSave;Result=9001;ResultText=Error: Read FailedCould not read app6404748448031974621814606804968049
06-Apr-2020App1Command=Doc::DoSave;Result=9000;ResultText=Error: Write FailedFile operation failed30813075213191807104171000841905066318263182
08-Apr-2020App2Command=Doc::DoSave;Result=9001;ResultText=Error: Read FailedCould not read app64047464448171000841905066318263182
09-Apr-2020App2Command=Doc::DoSave;Result=9001;ResultText=Error: Read FailedCould not read app2809094515244744115136551316582147173309533095

 

Labels (2)
3 Replies
ArnadoSandoval
Specialist II
Specialist II

Hi Aretha King,

I experience tasks failures previously; there is not a single answer to your question, you need to find out more about these errors, I will write down my observations, you may reply with feedback on what is going on at your site.

My errors analysis:

  1. There are two tasks failing, App1 and App2.
  2. The Could not read app error happened 4 times, three times for App2!
  3. App1 shows a failure writing data.

Some actions:

  • It will take some time to troubleshoot your issues, so be patient.
  • I found this post Qlik Sense QMC not working correctly failed reloads; the site's antivirus prevented QS to load the application; Is this possible at your site?
  • What did you find at the QMC Task screen for these broken tasks?; there is a question mark option that allows you to load the tasks execution log, it helps you to find the area within the script where the error happened; You may have to do this each time the task fails. You may want to visit this articles: Tasks , scroll to the Status part in the document, just above the Task Status Information you will find the question mark I am talking about, you can also check the Task Status Information 

My experience was with a Qlik Server running tasks loads every hours, randomly two tasks were fighting for the same resource, one tasks was writing-updating a QVD while the other tried to read it, causing the crash and more.

Hope this helps,

Arnaldo Sandoval

 

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.
arethaking
Creator II
Creator II
Author

Hi Arnaldo Sandoval,

Thank you for the reply.

I can see X mark at the log in QMC but no error message in QMC inside the log , it is showing successful. Because the App was reloaded successful but not enough memory to save the file due to another App is running parallel which is using all the RAM at the same time.

Kindly advise.

 

ArnadoSandoval
Specialist II
Specialist II

@arethaking 

You have tasks competing for memory resources, I could think of two or three possible ways to handle this scenario:

  1. Would it be possible to increase the server memory? I know this option cost money.
  2. Would it be possible to schedule the task one of the tasks to run one hour later; it could be 30 minutes, all depends on the running time of the tasks.
  3. You could implement a condition to run the second task/job once the first task/job finish.

Would it be possible to load the screenshot of the X you reported? I don't have access to a QlikServer, preventing me to explains more about how to handle that X.

Hops this helps,

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.