Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW

Unable To Export Large Objects To Excel

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Unable To Export Large Objects To Excel

Last Update:

Nov 3, 2020 7:39:54 AM

Updated By:

Sonja_Bauernfeind

Created date:

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:

System: XlsxExport: Exception(29803) is caught. Normally this is caused by over-sized excel file. Please check the Cpu time and Memory Limit for excel export feature. Now we have a default time limit of 180 seconds, and a memory limit of 0 MB for QlikView Server. 

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.

Labels (1)
Comments
Fran_by
Contributor III
Contributor III

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.

 

 

 

Sonja_Bauernfeind
Digital Support
Digital Support

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! 🙂 

iffahjo
Partner - Contributor II
Partner - Contributor II

Hi @Sonja_Bauernfeind,

 

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.

 

Sonja_Bauernfeind
Digital Support
Digital Support

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 

Contributors
Version history
Last update:
‎2020-11-03 07:39 AM
Updated by: