Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QMC Dashboard access error

While accessing a dashboard in QMC server I am getting below error :

Information: Unable to fetch the log file. It is too big; try decrease the 'MaxLogRecords' application configuration

value (its current value is 1000).

can anyone provide any solution for this..

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

On your QlikView server, navigate to C:\Program Files\QlikView\Management Service. Open the file "QVManagementService.exe.config" in a text editor like notepad or notepad++. Search for a line like this:

         <add key="MaxLogRecords" value="1000"/>

Change the value 1000 into something lower and restart the Management service. Then try again.

See also the Server Reference Manual, Ch 9.4 Configuration Files, first table.

Good luck,

Peter