Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
UserID2626
Partner - Creator III
Partner - Creator III

Qmc task failed with Section Access Qlik sense

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

1 Solution

Accepted Solutions
stevenkoppens
Partner - Contributor III
Partner - Contributor III

You should include the service account and scheduler in your section access & give them admin access:

INTERNAL\SA_SCHEDULER
[servername]\qliksenseservice

Kind regards,

Steven

View solution in original post

2 Replies
stevenkoppens
Partner - Contributor III
Partner - Contributor III

You should include the service account and scheduler in your section access & give them admin access:

INTERNAL\SA_SCHEDULER
[servername]\qliksenseservice

Kind regards,

Steven

v_veronesi
Partner - Contributor II
Partner - Contributor II

Please attach the script log in order to analyze the error.