Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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;
That would by my expectation. Have you tried?
it worked .. Many Thanks
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.