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

Announcements
Week 2: Presenting "Automate Sucess" and "Integration for Innovation" - WATCH NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Automatic Re-Load in Models with Login/Password

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

1 Reply
Miguel_Angel_Baeyens

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.