Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qv.exe - how it is created?

Hello all,

I need to write batch file like :

"\\qvy\c$\program Files\QlikView\qv.exe" /r  "\\qvy\D$\QlikView\model\qv.qvw"

But how this qv.exe is crated? I don't see it in 

"\\qvy\c$\program Files\QlikView\

Thanks!

7 Replies
Gysbert_Wassenaar

The qv.exe file is created when you install qlikview. Perhaps qlikview was not installed in

\\qvy\c$\program Files\QlikView\. Regardless of that I doubt your script will work. It tries to run qlikview from a network share. I think you'll need to run the script on the machine that qlikview is installed on.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

no it is not the issue.

We have exe files there for some models, like model.exe. For my new model I don't see exe file there. Let's say my model name is inna. So inna. exe is not there.

What should I do?

Gysbert_Wassenaar

exe files for models? Do you mean qvw files? exe files are usually executables and are installed by an installer program. Qlikview doesn't create executables.


talk is cheap, supply exceeds demand
Not applicable
Author

Yes, exe files for models. So how they are created? After one loading? Did not get you.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

There are some model.exe files created by Qliktech as demos. As far as I know, Customers canot create the model.exe version.

-Rob

Not applicable
Author

Hi,

ok so what should I write in my batch file?

Thanks!

Not applicable
Author

Hi,

I succeeded to write batch, just used exe files of other models....

Thanks for help!!!