Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I want to load a QlikView application via windows batch file. The QlikView application has section access field which needs username and password to open. How should I pass username and password from the batch file itself.
Regards
Rajeev.S
Hi Rajeev,
according to Manual, chapter 6.1, there is no command line option to pass username and password.
There is a command line option to pass variable, maybe you could rework your app to remove username and password and pass variable for data selection instead.
There might be the possibility to pass username and password via automation interface though, haven't looked into that.
Regards,
Stefan
Hi Rajeev,
Use ACCESS, SERIAL, USERID, PASSWORD combination to reload QV application through local client from a batch file.
ACCESS, SERIAL, USERID, PASSWORD
ADMIN, QV Local Client License, * , *
USER, *, USER1, PASSWORD1
Regards
Ravi Kumar
Appreciate this is an old thread but I had a similar problem where the documentation said to use the serial number from the QV server although I couldn't get it to work, I managed to fix the problem but using another method.
I'm using QV10, I have a server and publisher which schedules reload tasks.
Set up the Section access with at least one USERID, PASSWORD and ACCESS as:
ADMIN,123,ADMIN
On QEMC when you're setting up a schedule task, on the second tab "Reload" there is an option to enter a USERID and PASSWORD for Section Access. Enter what you have previously set up in the QVW and the refresh will now work......