Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Assuming you've applied Section Access, make sure the internal reload user sa_scheduler has access to the app.
Assuming you've applied Section Access, make sure the internal reload user sa_scheduler has access to the app.
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...
Hello Or,
Thank You for answer. Now I understand how section access works.