Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload from Command Line

We are using the "-r" parameter from a command line. The QV document has section access implemented so I want to open the document using a login. Can't seem to find the right syntax. Here is what we normally use without section access implemented.

psexec -u us\UserName -p Password "c:\Program Files (x86)\QlikView\qv.exe" -r "Path\Documentqvw"

I need to add a section access user name and password to this.

Any ideas?

Thanks,

Stephen

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you use NTNAME in the section acess table, it will match on the user you specified (us\UserName) for psexec, right?

-Rob

Not applicable
Author

Thanks Rob. Found a thread that Miguel Baeyens responded to that gave me the answer and yes NTNAME is the solution.

Miguel_Angel_Baeyens

Hi Stephen,

Don't know if it's this thread, but here you are anyway, mixing NTNAME with USERID and PASSWORD if needed.

Hope that helps.

Miguel