Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have applied the section Access based on NTNAME in my application. When I am scheduling the application for reload using publisher , the reload of the application is Failed.
But I implement the Section Access based on the USERID and PASSWORD and specify the USERID and PASSWORD while scheduling a task under Reload its working fine .
I want to implement the section access based on NTNAME and reload the application using the Publisher.. Can any one guide me what more I have to consider in the section access to achive this .
Regards,
Chakravarthy.
Thanks for the post. It gave the direction to solve my issue after a long search...
Adding unrestricted access for the Publisher Service Account to Section Access enabled Section Access in AJAX correctly.
This did the trick for me.
AccessTable:
LOAD * INLINE [
KEY, NTNAME, ACCESS
* , ServiceAccount, ADMIN
];
LOAD ...
Hi Bill,
I had the same problem please look at my discussion.
Data Reduction in Section Access problem with qlikview publisher
Thanks bill, I have the sample problem, and I give the service user account the right permission to all data with * and my problem solved
Strange...I'm having the same issue. There definitely is no ADMIN username in my Section Application section but I'm still running into this problem. Have you seen it pop up at all anymore?