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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload qvw from batch

Hi all,

I need to automatically reload a .qvw file from batch, so I use "/r" param, now the problem is that this file has section access and when I run the batch I will be prompted for username and password.

Does anyone knows how to give username and password from batch file? something like:

qv.exe /r /u admin /p password file.qvw

thank you

Carlo A. Babini

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi Carlo,

There's a complete explanation on how to get that working in this thread. Basically, you need to add the user the task is running under to a section access table. You will find sample working code in that thread.

Hope that helps.

Miguel

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hi Carlo,

There's a complete explanation on how to get that working in this thread. Basically, you need to add the user the task is running under to a section access table. You will find sample working code in that thread.

Hope that helps.

Miguel

Not applicable
Author

Thank you very much Miguel, I am sure that this will solve my problem.

Thanks

Carlo A. Babini