Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using below instruction to run Upload QV Models automatically (using batch .BAT files and windows scheduler), however I just add now UserID / Password to the models and I would like to know how should I reflect the same in this instruction.
"C:\Program files\QlikView\Qv.exe" /r "C:\QlikView\QVD Generator for Sales.qvw"
Any help??
Many thanks in advance.
Mauriccio
Hello Mauriccio,
There is no parameter to pass to the qv.exe any command for user/password. One workaround is adding a NTNAME user with admin permissions:
SECTION ACCESS; LOAD * INLINE [ACCESS, USERID, PASSWORD, NTNAMEADMIN, ADMIN, ADMIN, *USER, USER1, USER1, *ADMIN, *, *, DOMAIN\RELOADER]; SECTION APPLICATION;
Following this example, domain user Reloader will not be asked for permission and will open and reload the application.
Anyway, this may not work properly depending on your directory configuration, and is one of the features that server is designed for.
Hope that helps.