Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik Community,
One of our customers has run into an issue where three specific reload tasks from the QMC fail repeatedly. Manual reloading through the QMC also leads to failed reloads, but manual reloading from the app itself works fine. The script error logs of the failed apps only give Execution Failed and Execution Finished without any additional errors or warnings, but the reload stops at the same point in the script each time.
Reloads of other apps that are scheduled around the same time are also reloading properly, so server/engine issues seem unlikely.
I'm personally suspecting some rights or connection issues but the user that is starting the reload (sa_scheduler) has full access to the applications in question.
Does anyone have an idea what could cause this issue?
I had the same issue, after upgrading from QS April 2018 to November 2018. Reloads containing Section access were failing when reloaded by a task in QMC, and succeeded when reloading manually in Hub.
Logging was only showing 'Reload failed' at the end of the logging.
Solution: add the 'INTERNAL\SA_SCHEDULER' user to Section Access and the tasks are reloading successful again.
Do those documents have Section Access? If so is the INTERNAL\SA_SCHEDULER user included in the section access table?
Thanks for the quick reply. Yes sa_scheduler is included in the section access table.
UPDATE: The customer got a part of the script to work, differences in the log show that the working one is succeeding in creating search indexes on the fact table. The failing script errors out right before this indexing.
I had the same issue, after upgrading from QS April 2018 to November 2018. Reloads containing Section access were failing when reloaded by a task in QMC, and succeeded when reloading manually in Hub.
Logging was only showing 'Reload failed' at the end of the logging.
Solution: add the 'INTERNAL\SA_SCHEDULER' user to Section Access and the tasks are reloading successful again.
Heya,
This is indeed the solution, also given earlier in this thread. The customer didn't use all caps for the section access table so it didn't work before.
Also important to give SA_SCHEDULER admin rights in section access.
Thanks for the replies!
Hello,
Thank you, that's exactly what I was looking for 🙂
Hi Jepeerik,
I have created one task that will reload the the app1 daily at 4.30. I have created on task event for app2, this will depend on app1, this is also running successful. after this i have created another task event for app3 for this i have placed dependency on app2. this is not reloading as expected.
from your solution i understand to add that notation in section access. i have added but unable to get task successful.
please suggest, i have used your 'INTERNAL\SA_SCHEDULER' as it is. in my section access code.