Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to implement section Access. but is was not working. Created hourly task in QMC to reload .
When i run the task without section access lines in Script. the task created in QMC is getting Success.
But when i try to run task in QMC with Section access, task is failed.
Section Access:
LOAD * INLINE[
USER,ACCESS,SALES_ID
ADMIN,DOMAIN\ADMIN,
USER,DOMAIN\XYZ,Sale_1234P
];
Section Application;
load
Sales_ID,
Product_name,
Profit
from Sales_table;
Please assist how to implement section access successfully
You should include the service account and scheduler in your section access & give them admin access:
INTERNAL\SA_SCHEDULER
[servername]\qliksenseservice
Kind regards,
Steven
You should include the service account and scheduler in your section access & give them admin access:
INTERNAL\SA_SCHEDULER
[servername]\qliksenseservice
Kind regards,
Steven
Please attach the script log in order to analyze the error.