Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload fails in task of qvw with section access

I was checking an option to protect my script with password . I followed the suggestion in this thread.

Password Protection with or without Section Access

but When i use the Section Access option and i want to reload the qvw using task in QMEC. What should be the section access code given the distribution service runs as domain1\user1 account. I just want to enable password protection and my qvw should reload same as before. Its just that no one should be able to open the qvw without entering password.

The reload is failing when i use Acess as ADMIN and password. I am using the below code in hidden script.

Section Access;

LOAD * INLINE [

    ACCESS, PASSWORD

    ADMIN,12345

];

Section Application;

12 Replies
ToniKautto
Employee
Employee

That would by my expectation. Have you tried?

Not applicable
Author

it worked .. Many Thanks

ToniKautto
Employee
Employee

Excellent!

Please mark any answers in the thread as helpful or correct, to indicate the question has been answered and that no further attention is required.