Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
azimabadi
Creator III
Creator III

Problem with PDFCreator 3.2.2 and Windows Task scheduler

Hello every body,

i have a bat file, who reloads a QlikView document:

"C:\Program Files\QlikView\qv.exe" /l /NoSecurity "D:\XXXX\Test_PDFCreator\ExportBilder.qvw"

The document ExportBilder.qvw has an after reload event, who prints a document report to PDFCreator:

newdoc.PrintReport("RP01"), "PDFCreator", false

I plan a task with windows task scheduler to run it automaticly everyday at 2:00 am.

With the option "Run only when user is logged on" every thing works fine.

But as soon as i choose the option "Run whether user is logged on or not", it works no more.

I ger the error message in my log file:

if ( not PDFCreatorQueue.WaitForJob(20)  ) then

     CALL LogFunktion( "5. The print job did not reach the queue within 20 seconds: " & FilePathName )

end if

I have contacted the PDFCreator people (we have bought a comercial version), but they say that such thing, even running with "Run only when user is logged on" is assumed NOT TO WORK!!!

Has any body any idea?

Can any body help me?

Thank you so much in forward

Best Regards

Peyman

0 Replies