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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sebastian_Dec
Creator II
Creator II

Failed Tasks before creating search index

Hi. I have a problem with the application in Tasks Manager. App works fine, loads when loaded manually, but crashes when loaded via Tasks

Manually its ok:

Sebastian_Dec_1-1693213248256.png

 

In Tasks is status "Failed": Message from ReloadProvider: Reload failed in Engine. Check engine or script logs.

Sebastian_Dec_2-1693213300789.png

When I look at the logs everything seems fine, but I get Execution Failed before creating search index

Sebastian_Dec_0-1693213080068.png

 

What can I do? I'dont have stauts: "Failed to create search index", like in this topic: "Failed to create search index" script error durin... - Qlik Community - 1715642

 

Additionally: is this a good section/forum? Where do I report bugs like this?

 

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.
Labels (2)
1 Solution

Accepted Solutions
Sebastian_Dec
Creator II
Creator II
Author

Problem solved.

I have section access and dont have sa_scheduler in Load Data Editor.

 

Corrected code:

Section Access;
Authorization:
LOAD * INLINE [
    ACCESS, 	USERID,						
    ADMIN, 		USER_1,				
    USER, 		USER_2,				
    ADMIN,		USER_3,	
    ADMIN,   	INTERNAL\SA_SCHEDULER,  
];

 

The solution is also in Support Articles:

Internal\sa_scheduler mandatory to reload apps wit... - Qlik Community - 1715641

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
Sebastian_Dec
Creator II
Creator II
Author

Problem solved.

I have section access and dont have sa_scheduler in Load Data Editor.

 

Corrected code:

Section Access;
Authorization:
LOAD * INLINE [
    ACCESS, 	USERID,						
    ADMIN, 		USER_1,				
    USER, 		USER_2,				
    ADMIN,		USER_3,	
    ADMIN,   	INTERNAL\SA_SCHEDULER,  
];

 

The solution is also in Support Articles:

Internal\sa_scheduler mandatory to reload apps wit... - Qlik Community - 1715641

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.