Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an application published.
From the Qliksense hub, if I go to the stream "Published", open the app and manually reload it, it works fine.
When I created a (daily) reload task on the very same application, the task execution fails every time.
Does any one has an idea why or at least tell me how I can get more info in the reload task log file because "Execution Failed" is really not enough to understand why the reload fails!
Best regards.
Hi All,
Thank you all for your answer.
The solution was to add 'INTERNAL\SA_SCHEDULER' as ADMIN in the script section access.
Cheers
This is typically due to security, either row level (Section Access) or connection level.
Can you check that your service user have the same permissions as yourself? Maybe start with the load after the resident table "BEHREXPENSE"
Thanks for the answer.
There is a section access in the load script.
So, does that means I have to add the Qliksense user, used for the reload tasks, in the section access?
Is it 'SA_SCHEDULER'?
I assume you are using Qlik Sense on Windows.... go on the Qlik Sense Server and check the service user which runs the Qlik Sense services.
Application is having section access implemented. Please add user which is used to run Qlik Sense services on servers. Add that user as ADMIN in section access.
Hi All,
Thank you all for your answer.
The solution was to add 'INTERNAL\SA_SCHEDULER' as ADMIN in the script section access.
Cheers