Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Techies,
Is there any upper limit of Qlik Sense Script Log file size? I have a huge app which is started failing since last few days with error message in below snapshot?
The log file is limited to this size. Nothing more will be logged after this.
Hi,
I would suggest you raise a support ticket for this.
Tagging Qlik Support expert @Bastien_Laugiero who can help you more on this.
Mean while for more info you can check below link.
This isn't an analysis based on any insight other than having an out of control loop in a previous copy of one of my apps. That being said:
PowerShell script to measure these elements:
$file = "C:\ProgramData\Qlik\Sense\Log\Script\22a06ff5-34ec-4014-8c09-022d5adc3415.20200324T183456.573-0400.178C499136E64BC5DA32 - Copy.log"
# Get File Size
Get-ChildItem -file $file | select length
# Get Number of Lines
Get-Content $file | Measure-Object –Character
# Get Number of Lines
Get-Content $file | Measure-Object –Line
Thanks Levi for your words.
So 1 GB is not the upper limit of script log file?
Thanks,
Rohit
It appears that this is the case.
Did you check the error message in attached snapshot. Shall I lock a support ticket ?
I am not sure what you're asking for. I saw the message and have the same behavior on my end in a script with a recursive loop which never ends. It isn't so much as an error, it is a report that there's a limit.
I am not too terribly sure what the Support ticket would be about. That the limit shouldn't exist? That you would like the limit to be higher? What exactly the limit is?
Levi,
My question is, what if my app generates the script log which has size of 1 GB? My app is failing with the message "The log file is limited to this size. Nothing more will be logged after this.", can I increase the size limit from 1 GB to 2 GB, is it something we can do in Qlik or its a window feature?
I am unaware of a method for increasing this limit. I would doubt one exists, personally. But I would create a support ticket for Qlik Support to provide a more formal answer.
Cheers.
Hi Rohit,
Did you ever get a solution to this issue? We also have a few apps that perform loops and reach the upper limit of the log files.
Shaun