Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I want to generate a pdf with a command line. I'm reloading inside the application and it generate the pdf perfectly.
But when I use this command line: "C:\Program Files\QlikView\QV.exe" /R /vvCreatePDF=1 /NoSecurity E:\Produccion\QlikViewStorage\Admisiones\Aplicaciones\Admisiones_Reporte.qvw, I have a problem, the aplicattion reload perfect, but when it has to generate the pdf the status is SPOOLING so it doesn´t generate it.
Any ideas???
Try to use two separate command lines in a batch, one is for reload:
C:\Program Files\QlikView\QV.exe" /R... (no /vvCreatePDF=1 here)
another for PDF:
C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1... (no /R here)
Try to use two separate command lines in a batch, one is for reload:
C:\Program Files\QlikView\QV.exe" /R... (no /vvCreatePDF=1 here)
another for PDF:
C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1... (no /R here)
It works, When I try with this line: C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1 without /R
Many thanks Michael
Hello
I have the same problem of SPOOLING
How can it possible to run in batch mode the 2 commands ?
C:\Program Files\QlikView\QV.exe" /R "file.qvw"
C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1 "file.qvw"
If I run qv without /R qlikview start and remains open without close itself
Regards
Oronzo