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

Qlik Sense reload task failed (not load CreateSearchIndexOnReload)

Hello, 

When reloading app in manually, data load is fine. But when app loading per tasks, I get error :
EXIT SCRIPT
Execution Failed...

Not loaded Creating search index

User on tasks is
Reload Executed By UserDirectory=INTERNAL; UserId=sa_scheduler

Parameter: SET CreateSearchIndexOnReload=1

Please inform me how to solve this problem, thank You irn advance for your cooperation

 

 

 

 

 

1 Solution

Accepted Solutions
Or
MVP
MVP

Assuming you've applied Section Access, make sure the internal reload user sa_scheduler has access to the app.

View solution in original post

3 Replies
Or
MVP
MVP

Assuming you've applied Section Access, make sure the internal reload user sa_scheduler has access to the app.

ViliuSas
Contributor II
Contributor II
Author

Hello Or,

Thank You for reply. 

I added program code in to <own application> at "Data Load Editor":

SECTION ACCESS;
LOAD * INLINE [ 
ACCESS, USERID
ADMIN, INTERNAL\SA_SCHEDULER
];

In QMC -> Apps -> <own application> -> Edit -> User access  

for User SA_SCHEDULER  have rules R U D P (added file).  

I reload <own Application> in QMC and got same error...

ViliuSas
Contributor II
Contributor II
Author

Hello Or,

Thank You for answer. Now I understand how section access works.