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

QVS 8.5 Workbench Limitation

files bigger than 40 MB throws "Document session lost on server" using QVS 8.50.6299 .

Looks like theres a 30 seconds window to get the QVW loaded into memory.

Any tips on how to make loading faster

OR

How to increase the 30 sec window?

Many thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi Brit,

Thanks for the tip.

Anyway I tried all timeouts but still had the issue.

The real cause was QWW (Workbench for QV 8.5) Listbox which tried loading all data at once! SO I had to limit the initialload using QWW js API.

Thanks again

Krishna

View solution in original post

2 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

You can check this from the QVS reference manual.

20.7 ASP timeouts for very large QlikView documents

When using the QlikView AJAX ZFC with large QlikView documents, the asp code
might sometimes require that you increase the asp timeout. This can be made in two
ways, either programmatically or by customizing the IIS.

By setting the Server.ScriptTimeout property in your code, such as:
<%Server.ScriptTimeout = 180 %>, where the numeric value is the number
of seconds that the current script will be executed.

To set the timeout in the IIS, open the IIS Management Console, open
Properties for the folder containing the asp code, go to the Directory or
Virtual Directory page (depends on what type of folder you use), press the
Configuration button to open the Application Configuration dialog, go
to the Options page where you find the edit box for the ASP Script Timeout.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi Brit,

Thanks for the tip.

Anyway I tried all timeouts but still had the issue.

The real cause was QWW (Workbench for QV 8.5) Listbox which tried loading all data at once! SO I had to limit the initialload using QWW js API.

Thanks again

Krishna