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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Gabbar
Specialist
Specialist

Reloading Task Failing in QMC but working from app.

I tried to reload task from QMC, but it fails.
While loading task from app it works perfectly.
Went to log to check what the problem was:- Log show execution Failed execution finished.

Gabbar_0-1687347470012.png

the exit script that got executed  is the only exit script, i also turned the indexing off just to check various methods faster.
In my app section access is at last part rather the in first one, i also tried shifting it to first but still result was same.

 

Labels (3)
1 Solution

Accepted Solutions
Or
MVP
MVP

In the majority of cases, this is a result of not including the service user in your section access:

If Section Access is used in a reload scenario, INTERNAL\SA_SCHEDULER, which is the scheduler service user, needs ADMIN access to perform reloads. For example:

Section Access; LOAD * inline [ ACCESS, USERID ADMIN, INTERNAL\SA_SCHEDULER ];
 
 

View solution in original post

3 Replies
Aditya_Chitale
Specialist
Specialist

Are you creating a manually triggered reload from QMC or trying to run already scheduled task ?

If schedule created already, please post a screenshot of the schedule.

 

Regards,

Aditya

Gabbar
Specialist
Specialist
Author

Currently I tried to reload it manually.

Or
MVP
MVP

In the majority of cases, this is a result of not including the service user in your section access:

If Section Access is used in a reload scenario, INTERNAL\SA_SCHEDULER, which is the scheduler service user, needs ADMIN access to perform reloads. For example:

Section Access; LOAD * inline [ ACCESS, USERID ADMIN, INTERNAL\SA_SCHEDULER ];