Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nituverma097
Contributor III
Contributor III

Task Reload Failed Due to the Section Access

Hi,

When I load the app through the data load editor, there are no problems or warnings occurs. But when reload the task through the QMC then it failed.

 I've tried commenting out the "Section Access" Script and then run the task through the QMC , then its works fine without getting any error applications refresh successfully. But is not works with the Section Access Script.

I have read many articles about it, but I don't know where I need to added the INTERNAL\SA_SCHEDULER.

For Section Access I am using the table, below is the script for my section access:

SECTION Access;
LOAD
Upper(Access) as ACCESS,
Upper(NTNAME) as NTNAME,
upper("Region") as Txn_Region;
SQL 
FROM TableName;

Section Application;

Also, I have checked the user access for sa_scedular:

nituverma097_0-1627287318353.png

 

 

 

I follow the below article:

https://community.qlik.com/t5/App-Development/quot-Execution-Failed-quot-on-a-reload-task-through-QM...

 

 

Please help me where need to put the INTERNAL\SA_SCHEDULER in the section access.

Any help would be appreciated.

 

1 Solution

Accepted Solutions
nituverma097
Contributor III
Contributor III
Author

Hi All,

I have test the application and reload using the  INTERNAL\SA_SCHEDULER. After this reload working fine in the QMC. 

But, I need to added INTERNAL\SA_SCHEDULER in my SQL table of employee.   

But client denied to add anything in the existing table.   

Please let me know if have any alternate solution.

 

 

View solution in original post

2 Replies
nituverma097
Contributor III
Contributor III
Author

Hi All,

I have test the application and reload using the  INTERNAL\SA_SCHEDULER. After this reload working fine in the QMC. 

But, I need to added INTERNAL\SA_SCHEDULER in my SQL table of employee.   

But client denied to add anything in the existing table.   

Please let me know if have any alternate solution.

 

 

nituverma097
Contributor III
Contributor III
Author

Hi All,

Thank you!

I have solved the reload issue and working fine now.