
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unable To Export Large Objects To Excel
Nov 3, 2020 7:39:54 AM
Feb 22, 2018 3:03:50 AM
Attempting to export a large table from a document on the QlikView AccessPoint fails.
Right-clicking on the object and selecting Send to Excel will either fail or only export partial data.
The following line will be registered in the QlikView Server Events log file:
In this case, 0MB means no limit on the size of the Excel export.
Environment:
- QlikView 12.20 (November 2017) and later
Edit or add the following config parameters in C:\ProgramData\QlikTech\QlikViewServer\Settings.ini and then restart the services.
QvExportTimeLimitSec=-1
QvExportMemoryLimitMB=0
QvExportTimeLimitSec is the time limit in seconds. Use -1 if you do not want to apply a limit. The default values are 180 on the QlikView Server and -1 on Desktop.
QvExportMemoryLimitMB is the memory limit for exporting objects in MB. Use 0 if you do not want to apply a memory limit.
The setting needs to be applied in the settings.ini file in as a [Settings 7] property.
Example:
[Settings 7]
QvExportTimeLimitSec=-1
QvExportMemoryLimitMB=0
ServerLogFolder=\\QLIKSERVER2\share\logs
DocumentDirectory=\\QLIKSERVER2\share\root
NumberOfDocuments=-1
Please note that if the setting is added under the [Authentication] property, it will not be read by the QlikView Server Service.
Also note that this issue can be caused by an issue with the customer's Alternate Temporary Files Folder Path in the QMC under QMC > System > Setup > QVS > Folders. If the path isn't correct or points to a folder that no longer exists, all Excel exports will fail. You will see entries in QVS event logs regarding the bad path.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I had similar problem with export Large Objects To Excel from AccesPoint.
After changes parametr in stittings to:
QvExportTimeLimitSec=-1
QvExportMemoryLimitMB=0
Error not show, and export going to end, but end User dont get file,
file create only on Server Temporary Folder, and do not send to User.
Tryed in Chrome and Edge, equal result.
With small file evrething ok.
What the problem, and how fix it?
P.S.
We use Cluster QlikView Server with 2 nod.
"Alternate Temporary Files Folder Path" assigned shared network path for correct use in cluster.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello @Fran_by
You mentioned that the file is created? So when a user initiated an export, a file it is correctly written on disk in the Temporary file location?
- If the file is correctly created, then you may be looking at an issue between the client and the server.
- Do all users experience the same issue?
- What if you do the export from the same machine? (locally on the server)
- You may also want to look at the debug trace of Chrome while trying the export to see if that throws any errors.
For further troubleshooting, I would suggest taking this topic and the answers to my questions over to the QlikView forums for better visibility! 🙂

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
What should I do if the setting is under the [Authentication] property?
As the users face the same issue where they unable to export large objects.
Hope you can help me with the best solution.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello @iffahjo If the setting is under the Authentication property, the server will ignore it.
Please move it to the [Settings 7] property.
All the best,
Sonja