Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Lost Connection in Server - Reconnecting - AJAX

I have a fairly large document (2gb / 300 million records). It is a little sluggish to make selections etc, which is understandable, but my big problem is that the users are unable to get one of the sheets to appear using AJAX. After 60 seconds, it gives the error: Lost Connection To Server ... Reconnecting. And then it loses all selections and reverts back to the starting sheet. This is ALWAYS happening 60 seconds after clicking on the problem sheet.

Is there a timeout setting that can be adjusted to let it wait a little longer before resetting? I looked through the QEMC and none of the settings seem to correspond to this specific issue. Maybe there is a setting in one of the config files or registry.

We are using QWS on version 9SR7

Anybody have an idea?

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

File C:\Documents and Settings\All Users\Application Data\QlikTech\QvWebServer\config.xml contains a line <QvsTimeout>60</QvsTimeout>

Try that 🙂

-Alex

View solution in original post

3 Replies
Anonymous
Not applicable
Author

anybody have any ideas on this issue

//bump// Wink

Not applicable
Author

File C:\Documents and Settings\All Users\Application Data\QlikTech\QvWebServer\config.xml contains a line <QvsTimeout>60</QvsTimeout>

Try that 🙂

-Alex

Anonymous
Not applicable
Author

Alexandru,

That was exactly what I was looking for. I missed that setting when I originally checked that config file.

Thanks for the assist!