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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Print Report in Ajax gives timeout (QV11.20SR6)

Hi,

We have a Qlikview enterprise server 2008 with QV11.20SR6, In one of the QV documents, we have one button with the action PrintReport (PDF), and when this is accessed via ajax, after 1 minute, it looses connection and in the Webserver log is returned the following error:

"Warning Execute error: The communication with QlikView Server failed (TimedOut)!"

We already tested adding the line to the settings.ini, "PDFPrintTimeoutInSeconds= 120" but didn't help.

Any suggestion?

Could anyone help me?

Thanks.

1 Solution

Accepted Solutions
quwok
Creator III
Creator III

It sounds like your web server is timing out, look for the config.xml file of the web server (usually under C:\ProgramData\QlikTech\WebServer\config.xml) and amend the value of <QvsTimeout>60</QvsTimeout> to something larger.

View solution in original post

2 Replies
quwok
Creator III
Creator III

It sounds like your web server is timing out, look for the config.xml file of the web server (usually under C:\ProgramData\QlikTech\WebServer\config.xml) and amend the value of <QvsTimeout>60</QvsTimeout> to something larger.

Not applicable
Author

That solved this problem.

Thanks.