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

Accessing qvw in a shared drive from cmd

Hi All,

Can we access qvw located in shared drive from cmd .Please provide me steps to access .

Thanks

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

The same way you would a local file, just use the full name of the share:

"C:\Program Files\Qlikview\Qv.exe" "\\MyServer\MyShare\QV\MyDoc.qvw"

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

The same way you would a local file, just use the full name of the share:

"C:\Program Files\Qlikview\Qv.exe" "\\MyServer\MyShare\QV\MyDoc.qvw"

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Thanks for your reply !! i 'll try and let u know

Anonymous
Not applicable
Author

Hi     

I am trying to opening to open qvw in a shared drive from cmd with following E:Qlikview\QlikviewInstallation\qv.exe -r \\myserver\myapp\sample.qvw

The problem is when i enter this path in cmd my application is getting reloaded but i couldn't see opening of the application .After reloading the application ,the reload time is not correctly shown and if i reload the application from Personal edition then only reload time is working fine .

I need to open my application from the cmd .

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Omit the -r command line parameter. That one will force a reload and will try to store the resulting qvw in the same place as it was before.

Without the command line prompt, QV.exe will open your document and display the default sheet.

Peter