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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

CMD. Log file

Hello,

I have written the .cmd file which runs and saves the Qlikview application.

"C:\Program Files (x86)\QlikView\Qv.exe" /R "C:\Users\Mindaugasb\Desktop\Temperature.qvw"

But I am willing to get the log file as well.

What is command to accomplish this?

Thank you!

11 Replies
MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

Okei. I understood that.

Now it by default appears in the same directory as QV application.

In case I want to change the log file directory. Let's say to save all logs in C:\logs\.

How should I change my .cmd query?

Now the batch file contains:

"c:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" /R "c:\QVD\Axapta.qvw"

MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

How to set in .cmd file to which folder the log file should be saved?

Thank you!