Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Environment:
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.
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.
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?
For further troubleshooting, I would suggest taking this topic and the answers to my questions over to the QlikView forums for better visibility! 🙂
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.
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